summaryrefslogtreecommitdiffstats
path: root/drivers/phy/Kconfig
diff options
context:
space:
mode:
authorStephen Boyd2017-01-25 23:32:44 +0100
committerKishon Vijay Abraham I2017-01-27 08:36:52 +0100
commit605b8652f7f005452c89db1e6cef085479da2f16 (patch)
tree352bdda7761495d776557e4bd7ab335aedefa63e /drivers/phy/Kconfig
parentdrivers: phy: constify phy_ops structures (diff)
downloadkernel-qcow2-linux-605b8652f7f005452c89db1e6cef085479da2f16.tar.gz
kernel-qcow2-linux-605b8652f7f005452c89db1e6cef085479da2f16.tar.xz
kernel-qcow2-linux-605b8652f7f005452c89db1e6cef085479da2f16.zip
phy: Add support for Qualcomm's USB HSIC phy
The HSIC USB controller on qcom SoCs has an integrated all digital phy controlled via the ULPI viewport. Cc: Kishon Vijay Abraham I <kishon@ti.com> Acked-by: Rob Herring <robh@kernel.org> Cc: <devicetree@vger.kernel.org> Signed-off-by: Stephen Boyd <stephen.boyd@linaro.org> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/Kconfig')
-rw-r--r--drivers/phy/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig
index e8eb7f225a88..a430a64981d5 100644
--- a/drivers/phy/Kconfig
+++ b/drivers/phy/Kconfig
@@ -437,6 +437,13 @@ config PHY_QCOM_UFS
help
Support for UFS PHY on QCOM 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