summaryrefslogtreecommitdiff
path: root/drivers/usb/host/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2018-01-11 11:18:29 -0500
committerTom Rini <trini@konsulko.com>2018-01-11 11:18:29 -0500
commite38c66edae1b05c472dc6c594eae1ed61e7ccdbf (patch)
treeb38e16cc343d67a758e3e54475bd8752164b035f /drivers/usb/host/Kconfig
parent084edbb6892b3712e2f9fd3abd5871652492fc42 (diff)
parentc3d098e762d3b064ad86e72babfbcaf188180d90 (diff)
Merge git://git.denx.de/u-boot-usb
Diffstat (limited to 'drivers/usb/host/Kconfig')
-rw-r--r--drivers/usb/host/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
index c79f866cf1..90b2f78ec7 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -186,6 +186,12 @@ config USB_EHCI_GENERIC
---help---
Enables support for generic EHCI controller.
+config USB_EHCI_FSL
+ bool "Support for FSL on-chip EHCI USB controller"
+ default n
+ select CONFIG_EHCI_HCD_INIT_AFTER_RESET
+ ---help---
+ Enables support for the on-chip EHCI controller on FSL chips.
endif # USB_EHCI_HCD
config USB_OHCI_HCD