diff options
| author | Marcel Ziswiler <[email protected]> | 2019-03-25 17:24:54 +0100 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2019-04-13 20:30:09 +0200 |
| commit | 20df4b570d164675da17bf23998e51271f5a79a3 (patch) | |
| tree | 9e7df25650d81405ba9cc3a70e23aa4f6c715d91 /drivers | |
| parent | 37822a6ca195ab0ad9c95761adc4c817be32ba0c (diff) | |
configs: move CONFIG_USB_EHCI_VF to Kconfig
Move CONFIG_USB_EHCI_VF to drivers/usb/host/Kconfig and update the one
and only user thereof being colibri_vf.
Signed-off-by: Marcel Ziswiler <[email protected]>
Reviewed-by: Igor Opaniuk <[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 ba1e6bfa43b..0fbc1158011 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig @@ -154,6 +154,13 @@ config USB_EHCI_OMAP Enables support for the on-chip EHCI controller on OMAP3 and later SoCs. +config USB_EHCI_VF + bool "Support for Vybrid on-chip EHCI USB controller" + depends on ARCH_VF610 + default y + help + Enables support for the on-chip EHCI controller on Vybrid SoCs. + if USB_EHCI_MX7 config MXC_USB_OTG_HACTIVE |
