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 | |
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>
-rw-r--r-- | configs/am3517_evm_defconfig | 2 | ||||
-rw-r--r-- | configs/omap35_logic_somlv_defconfig | 2 | ||||
-rw-r--r-- | configs/omap3_beagle_defconfig | 2 | ||||
-rw-r--r-- | configs/omap3_logic_somlv_defconfig | 2 | ||||
-rw-r--r-- | configs/omap4_panda_defconfig | 4 | ||||
-rw-r--r-- | configs/omap5_uevm_defconfig | 4 |
6 files changed, 0 insertions, 16 deletions
diff --git a/configs/am3517_evm_defconfig b/configs/am3517_evm_defconfig index a38dd4ba374..e287e8e6be4 100644 --- a/configs/am3517_evm_defconfig +++ b/configs/am3517_evm_defconfig @@ -84,8 +84,6 @@ CONFIG_DM_SPI=y CONFIG_OMAP3_SPI=y CONFIG_USB=y CONFIG_USB_EHCI_HCD=y -CONFIG_HAS_OMAP_EHCI_PHY1_RESET_GPIO=y -CONFIG_OMAP_EHCI_PHY1_RESET_GPIO=57 CONFIG_USB_MUSB_HOST=y CONFIG_USB_MUSB_AM35X=y CONFIG_BCH=y diff --git a/configs/omap35_logic_somlv_defconfig b/configs/omap35_logic_somlv_defconfig index 3937299008d..846b30a8f53 100644 --- a/configs/omap35_logic_somlv_defconfig +++ b/configs/omap35_logic_somlv_defconfig @@ -90,8 +90,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=4 CONFIG_USB_MUSB_HOST=y CONFIG_USB_MUSB_OMAP2PLUS=y CONFIG_TWL4030_USB=y 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 diff --git a/configs/omap3_logic_somlv_defconfig b/configs/omap3_logic_somlv_defconfig index e5c94f05e11..ecb3d473315 100644 --- a/configs/omap3_logic_somlv_defconfig +++ b/configs/omap3_logic_somlv_defconfig @@ -91,8 +91,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=4 CONFIG_USB_MUSB_HOST=y CONFIG_USB_MUSB_OMAP2PLUS=y CONFIG_TWL4030_USB=y diff --git a/configs/omap4_panda_defconfig b/configs/omap4_panda_defconfig index 13df606cc44..03e1a6b70dd 100644 --- a/configs/omap4_panda_defconfig +++ b/configs/omap4_panda_defconfig @@ -42,10 +42,6 @@ CONFIG_CONS_INDEX=3 CONFIG_SYS_NS16550=y CONFIG_USB=y CONFIG_USB_EHCI_HCD=y -CONFIG_HAS_OMAP_EHCI_PHY1_RESET_GPIO=y -CONFIG_OMAP_EHCI_PHY1_RESET_GPIO=1 -CONFIG_HAS_OMAP_EHCI_PHY2_RESET_GPIO=y -CONFIG_OMAP_EHCI_PHY2_RESET_GPIO=62 CONFIG_USB_OMAP3=y CONFIG_USB_HOST_ETHER=y CONFIG_USB_ETHER_SMSC95XX=y diff --git a/configs/omap5_uevm_defconfig b/configs/omap5_uevm_defconfig index 52f3784c7c9..4c66a4cb397 100644 --- a/configs/omap5_uevm_defconfig +++ b/configs/omap5_uevm_defconfig @@ -52,10 +52,6 @@ CONFIG_CONS_INDEX=3 CONFIG_SYS_NS16550=y CONFIG_USB=y CONFIG_USB_EHCI_HCD=y -CONFIG_HAS_OMAP_EHCI_PHY2_RESET_GPIO=y -CONFIG_OMAP_EHCI_PHY2_RESET_GPIO=80 -CONFIG_HAS_OMAP_EHCI_PHY3_RESET_GPIO=y -CONFIG_OMAP_EHCI_PHY3_RESET_GPIO=79 CONFIG_USB_DWC3=y CONFIG_USB_DWC3_OMAP=y CONFIG_USB_DWC3_PHY_OMAP=y |