]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - drivers/usb/host/Kconfig
usb: xhci: fsl: Removing unused function usb_phy_reset
[karo-tx-uboot.git] / drivers / usb / host / Kconfig
index 8705c7c44c2742c5d2dc0190deec46177fdc18e2..0096a2fdd9da5cc304446c37d80a2f3131c1bf5f 100644 (file)
@@ -52,6 +52,20 @@ config USB_EHCI
 
 if USB_EHCI_HCD
 
+config USB_EHCI_MARVELL
+       bool "Support for MVEBU (AXP / A38x) on-chip EHCI USB controller"
+       depends on ARCH_MVEBU
+       default y
+       ---help---
+         Enables support for the on-chip EHCI controller on MVEBU SoCs.
+
+config USB_EHCI_MX6
+       bool "Support for i.MX6 on-chip EHCI USB controller"
+       depends on ARCH_MX6
+       default y
+       ---help---
+         Enables support for the on-chip EHCI controller on i.MX6 SoCs.
+
 config USB_EHCI_UNIPHIER
        bool "Support for UniPhier on-chip EHCI USB controller"
        depends on ARCH_UNIPHIER && OF_CONTROL
@@ -59,4 +73,12 @@ config USB_EHCI_UNIPHIER
        ---help---
          Enables support for the on-chip EHCI controller on UniPhier SoCs.
 
+config USB_EHCI_GENERIC
+       bool "Support for generic EHCI USB controller"
+       depends on OF_CONTROL
+       depends on DM_USB
+       default n
+       ---help---
+         Enables support for generic EHCI controller.
+
 endif