ehci: Add support for Qualcomm EHCI
[platform/kernel/u-boot.git] / drivers / usb / host / Kconfig
index 9332374..d2363c8 100644 (file)
@@ -74,6 +74,17 @@ config USB_EHCI_MX6
        ---help---
          Enables support for the on-chip EHCI controller on i.MX6 SoCs.
 
+config USB_EHCI_MSM
+       bool "Support for Qualcomm on-chip EHCI USB controller"
+       depends on DM_USB
+       select USB_ULPI_VIEWPORT
+       default n
+       ---help---
+         Enables support for the on-chip EHCI controller on Qualcomm
+         Snapdragon SoCs.
+         This driver supports combination of Chipidea USB controller
+         and Synapsys USB PHY in host mode only.
+
 config USB_EHCI_GENERIC
        bool "Support for generic EHCI USB controller"
        depends on OF_CONTROL