]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/phy/Kconfig
Merge tag 'pci-v4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaa...
[karo-tx-linux.git] / drivers / phy / Kconfig
index bbad035c60cc3dcf573a069c6338075c31afc803..dc5277ad1b5a7a5a7b27a7329f0f6382587e6050 100644 (file)
@@ -371,6 +371,7 @@ config PHY_ROCKCHIP_INNO_USB2
        tristate "Rockchip INNO USB2PHY Driver"
        depends on (ARCH_ROCKCHIP || COMPILE_TEST) && OF
        depends on COMMON_CLK
+       depends on EXTCON
        depends on USB_SUPPORT
        select GENERIC_PHY
        select USB_COMMON
@@ -445,6 +446,21 @@ config PHY_QCOM_UFS
        help
          Support for UFS PHY on QCOM chipsets.
 
+config PHY_QCOM_USB_HS
+       tristate "Qualcomm USB HS PHY module"
+       depends on USB_ULPI_BUS
+       select GENERIC_PHY
+       help
+         Support for the USB high-speed ULPI compliant phy on Qualcomm
+         chipsets.
+
+config PHY_QCOM_USB_HSIC
+       tristate "Qualcomm USB HSIC ULPI PHY module"
+       depends on USB_ULPI_BUS
+       select GENERIC_PHY
+       help
+         Support for the USB HSIC ULPI compliant PHY on QCOM chipsets.
+
 config PHY_TUSB1210
        tristate "TI TUSB1210 ULPI PHY module"
        depends on USB_ULPI_BUS
@@ -494,4 +510,12 @@ config PHY_MESON8B_USB2
          and GXBB SoCs.
          If unsure, say N.
 
+config PHY_NSP_USB3
+       tristate "Broadcom NorthStar plus USB3 PHY driver"
+       depends on OF && (ARCH_BCM_NSP || COMPILE_TEST)
+       select GENERIC_PHY
+       default ARCH_BCM_NSP
+       help
+         Enable this to support the Broadcom Northstar plus USB3 PHY.
+         If unsure, say N.
 endmenu