diff options
author | Tom Rini <trini@konsulko.com> | 2018-01-11 11:18:29 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-01-11 11:18:29 -0500 |
commit | e38c66edae1b05c472dc6c594eae1ed61e7ccdbf (patch) | |
tree | b38e16cc343d67a758e3e54475bd8752164b035f /drivers/usb/host/Kconfig | |
parent | 084edbb6892b3712e2f9fd3abd5871652492fc42 (diff) | |
parent | c3d098e762d3b064ad86e72babfbcaf188180d90 (diff) |
Merge git://git.denx.de/u-boot-usb
Diffstat (limited to 'drivers/usb/host/Kconfig')
-rw-r--r-- | drivers/usb/host/Kconfig | 6 |
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 |