mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
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 <marcel.ziswiler@toradex.com> Reviewed-by: Igor Opaniuk <igor.opaniuk@toradex.com>
This commit is contained in:
parent
37822a6ca1
commit
20df4b570d
3 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -159,7 +159,6 @@
|
|||
#endif
|
||||
|
||||
/* USB Host Support */
|
||||
#define CONFIG_USB_EHCI_VF
|
||||
#define CONFIG_USB_MAX_CONTROLLER_COUNT 2
|
||||
#define CONFIG_EHCI_HCD_INIT_AFTER_RESET
|
||||
|
||||
|
|
|
@ -4514,7 +4514,6 @@ CONFIG_USB_EHCI_MXS
|
|||
CONFIG_USB_EHCI_SPEAR
|
||||
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 a new issue