diff options
author | Lukasz Majewski | 2019-04-04 12:26:55 +0200 |
---|---|---|
committer | Stefano Babic | 2019-04-25 17:03:25 +0200 |
commit | 400b972a7eb7756dcf111990d6d16187c30ae9db (patch) | |
tree | cb1d5bab487237e4261b593d8cae64bc361126e4 /drivers/usb/host | |
parent | 52b239ccd11501ca233c419897849bdbc9731d43 (diff) |
Convert CONFIG_USB_EHCI_MX5 to Kconfig
This converts the following to Kconfig:
CONFIG_USB_EHCI_MX5
Signed-off-by: Lukasz Majewski <lukma@denx.de>
Diffstat (limited to 'drivers/usb/host')
-rw-r--r-- | drivers/usb/host/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index 0fbc1158011..1c2212f547b 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig @@ -132,6 +132,13 @@ config USB_EHCI_MARVELL ---help--- Enables support for the on-chip EHCI controller on MVEBU SoCs. +config USB_EHCI_MX5 + bool "Support for i.MX5 on-chip EHCI USB controller" + depends on ARCH_MX5 + default n + help + Enables support for the on-chip EHCI controller on i.MX5 SoCs. + config USB_EHCI_MX6 bool "Support for i.MX6 on-chip EHCI USB controller" depends on ARCH_MX6 |