diff options
author | Peter Griffin <peter.griffin@linaro.org> | 2014-09-08 11:33:00 +0100 |
---|---|---|
committer | Kishon Vijay Abraham I <kishon@ti.com> | 2014-09-24 15:18:33 +0530 |
commit | 3f8da2e36c04577a39dc210255f53bdc9e4ca0e4 (patch) | |
tree | 8c6b7c6a0d7fa8ab691f4c4770b40d381dd58d86 /drivers/phy/Kconfig | |
parent | 6da969a5fe9768f4735480c91e4885cf9babf023 (diff) | |
download | linux-stable-3f8da2e36c04577a39dc210255f53bdc9e4ca0e4.tar.gz linux-stable-3f8da2e36c04577a39dc210255f53bdc9e4ca0e4.tar.bz2 linux-stable-3f8da2e36c04577a39dc210255f53bdc9e4ca0e4.zip |
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/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig index 11c66d7ae252..2a436e607f99 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 |