diff options
| author | Stefan Agner <[email protected]> | 2016-07-13 00:25:36 -0700 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2016-07-19 19:52:14 +0200 |
| commit | 2deebe2481c4a193c3c02e0a56b0b43039bcecb7 (patch) | |
| tree | b165327d9327271efdc1f1187858a7a407157e19 /drivers | |
| parent | 83fd908f28ca94baf095ba64b4b8a116dd473cb7 (diff) | |
usb: move CONFIG_USB_EHCI_MX7 to Kconfig
Create an entry for "config USB_EHCI_MX7" in Kconfig and
switch over to it for all boards.
Signed-off-by: Stefan Agner <[email protected]>
Diffstat (limited to 'drivers')
| -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 89580cc31f7..7992cb4632c 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig @@ -74,6 +74,13 @@ config USB_EHCI_MX6 ---help--- Enables support for the on-chip EHCI controller on i.MX6 SoCs. +config USB_EHCI_MX7 + bool "Support for i.MX7 on-chip EHCI USB controller" + depends on ARCH_MX7 + default y + ---help--- + Enables support for the on-chip EHCI controller on i.MX7 SoCs. + config USB_EHCI_MSM bool "Support for Qualcomm on-chip EHCI USB controller" depends on DM_USB |
