summaryrefslogtreecommitdiff
path: root/drivers/phy/Kconfig
diff options
context:
space:
mode:
authorPatrice Chotard <patrice.chotard@st.com>2017-09-05 12:04:21 +0300
committerTom Rini <trini@konsulko.com>2017-09-22 14:39:57 +0300
commitb7ca56dcda8a2be0e7ca6142448ab4153926aafc (patch)
tree592b57d60dedf29a8b5b56e6b66568fef4c6cafd /drivers/phy/Kconfig
parentdca3166f55973143b750a3e9517c6b646ebab132 (diff)
downloadu-boot-b7ca56dcda8a2be0e7ca6142448ab4153926aafc.tar.xz
usb: phy: Add STi USB2 PHY
This is the generic phy driver for the picoPHY ports used by USB2/1.1 controllers. It is found on STiH407 SoC family from STMicroelectronics. Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Reviewed-by: Simon Glass <sjg@chromium.org>
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 98f2a1b047..3b9a09ce18 100644
--- a/drivers/phy/Kconfig
+++ b/drivers/phy/Kconfig
@@ -77,4 +77,12 @@ config SPL_PIPE3_PHY
This PHY is found on omap devices supporting SATA such as dra7, am57x
and omap5
+config STI_USB_PHY
+ bool "STMicroelectronics USB2 picoPHY driver for STiH407 family"
+ depends on PHY && ARCH_STI
+ help
+ This is the generic phy driver for the picoPHY ports
+ used by USB2 and USB3 Host controllers available on
+ STiH407 SoC families.
+
endmenu