]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/usb/host/Kconfig
arm64: layerscape: Move CONFIG_HAS_FSL_DR_USB to Kconfig
[people/ms/u-boot.git] / drivers / usb / host / Kconfig
index c79f866cf14bb4054b1ac2c084c28b5da88c8a7c..90b2f78ec7d938dd8e3e2cd38fd4dee4c6b15e3e 100644 (file)
@@ -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