summaryrefslogtreecommitdiff
path: root/drivers/phy/Kconfig
diff options
context:
space:
mode:
authorPeter Griffin <peter.griffin@linaro.org>2014-09-08 10:33:00 (GMT)
committerKishon Vijay Abraham I <kishon@ti.com>2014-09-24 09:48:33 (GMT)
commit3f8da2e36c04577a39dc210255f53bdc9e4ca0e4 (patch)
tree8c6b7c6a0d7fa8ab691f4c4770b40d381dd58d86 /drivers/phy/Kconfig
parent6da969a5fe9768f4735480c91e4885cf9babf023 (diff)
downloadlinux-3f8da2e36c04577a39dc210255f53bdc9e4ca0e4.tar.xz
phy: phy-stih41x-usb: Add usb phy support for STiH41x SoCs.
This driver adds support for USB (1.1 and 2.0) phy for STiH415 and STiH416 System-On-Chips from STMicroelectronics. Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com> Signed-off-by: Peter Griffin <peter.griffin@linaro.org> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/Kconfig')
-rw-r--r--drivers/phy/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig
index 11c66d7..2a436e6 100644
--- a/drivers/phy/Kconfig
+++ b/drivers/phy/Kconfig
@@ -248,4 +248,12 @@ config PHY_STIH407_USB
Enable this support to enable the picoPHY device used by USB2
and USB3 controllers on STMicroelectronics STiH407 SoC families.
+config PHY_STIH41X_USB
+ tristate "STMicroelectronics USB2 PHY driver for STiH41x series"
+ depends on ARCH_STI
+ select GENERIC_PHY
+ help
+ Enable this to support the USB transceiver that is part of
+ STMicroelectronics STiH41x SoC series.
+
endmenu