UPSTREAM: 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. Change-Id: I69228893cb776f077e68a80ee236aeed6e7c2d26 Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Reviewed-by: Igor Opaniuk <igor.opaniuk@toradex.com> Signed-off-by: Frank Wang <frank.wang@rock-chips.com> (cherry picked from commit 20df4b570d164675da17bf23998e51271f5a79a3)
This commit is contained in:
parent
0457b2cd59
commit
2522005341
|
|
@ -139,6 +139,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
|
||||
|
|
|
|||
|
|
@ -169,7 +169,6 @@
|
|||
#endif
|
||||
|
||||
/* USB Host Support */
|
||||
#define CONFIG_USB_EHCI_VF
|
||||
#define CONFIG_USB_MAX_CONTROLLER_COUNT 2
|
||||
#define CONFIG_EHCI_HCD_INIT_AFTER_RESET
|
||||
|
||||
|
|
|
|||
|
|
@ -4968,7 +4968,6 @@ CONFIG_USB_EHCI_SPEAR
|
|||
CONFIG_USB_EHCI_TEGRA
|
||||
CONFIG_USB_EHCI_TXFIFO_THRESH
|
||||
CONFIG_USB_EHCI_VCT
|
||||
CONFIG_USB_EHCI_VF
|
||||
CONFIG_USB_ETH_QMULT
|
||||
CONFIG_USB_ETH_SUBSET
|
||||
CONFIG_USB_EXT2_BOOT
|
||||
|
|
|
|||
Loading…
Reference in New Issue