mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
Convert CONFIG_USB_EHCI_MXS to Kconfig
This option is only used for mx23evk_defconfig mx23_olinuxino_defconfig which are the only i.MX23 boards. Add depend on ARCH_MX23 and default to y. Signed-off-by: Marek Behún <marek.behun@nic.cz>
This commit is contained in:
parent
92832045c5
commit
7b805009fa
3 changed files with 7 additions and 2 deletions
|
@ -175,6 +175,13 @@ config USB_EHCI_MX7
|
|||
---help---
|
||||
Enables support for the on-chip EHCI controller on i.MX7 SoCs.
|
||||
|
||||
config USB_EHCI_MXS
|
||||
bool "Support for i.MX23 EHCI USB controller"
|
||||
depends on ARCH_MX23
|
||||
default y
|
||||
help
|
||||
Enables support for the on-chip EHCI controller on i.MX23 SoCs.
|
||||
|
||||
config USB_EHCI_OMAP
|
||||
bool "Support for OMAP3+ on-chip EHCI USB controller"
|
||||
depends on ARCH_OMAP2PLUS
|
||||
|
|
|
@ -123,7 +123,6 @@
|
|||
|
||||
/* USB */
|
||||
#ifdef CONFIG_CMD_USB
|
||||
#define CONFIG_USB_EHCI_MXS
|
||||
#define CONFIG_USB_EHCI_IS_TDI
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3015,7 +3015,6 @@ CONFIG_USB_EHCI_EXYNOS
|
|||
CONFIG_USB_EHCI_FARADAY
|
||||
CONFIG_USB_EHCI_IS_TDI
|
||||
CONFIG_USB_EHCI_KIRKWOOD
|
||||
CONFIG_USB_EHCI_MXS
|
||||
CONFIG_USB_EHCI_TXFIFO_THRESH
|
||||
CONFIG_USB_ETH_QMULT
|
||||
CONFIG_USB_ETH_SUBSET
|
||||
|
|
Loading…
Reference in a new issue