diff options
author | Adam Ford | 2022-02-19 17:08:47 -0600 |
---|---|---|
committer | Marek Vasut | 2022-02-23 05:25:17 +0100 |
commit | 4cea6ed92da456fe234b4f3439707ff29c6a790e (patch) | |
tree | dcc689d6e8f10d022f5963d440af948ec866a269 /configs/omap3_beagle_defconfig | |
parent | fc4bee183024a35d0e730a5ca309a694a6df6774 (diff) |
configs: omap various: Remove OMAP_EHCI_PHY from defconfigs
With the Kconfig options being deleted, the references to
OMAP_EHCI_PHY are useless. Remove them from the various
defconfigs.
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'configs/omap3_beagle_defconfig')
-rw-r--r-- | configs/omap3_beagle_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/omap3_beagle_defconfig b/configs/omap3_beagle_defconfig index 80e2cc616c5..206118e6aff 100644 --- a/configs/omap3_beagle_defconfig +++ b/configs/omap3_beagle_defconfig @@ -89,8 +89,6 @@ CONFIG_OMAP3_SPI=y CONFIG_USB=y # CONFIG_SPL_DM_USB is not set CONFIG_USB_EHCI_HCD=y -CONFIG_HAS_OMAP_EHCI_PHY1_RESET_GPIO=y -CONFIG_OMAP_EHCI_PHY1_RESET_GPIO=147 CONFIG_USB_OMAP3=y CONFIG_USB_MUSB_GADGET=y CONFIG_USB_MUSB_OMAP2PLUS=y |