summaryrefslogtreecommitdiffstats
path: root/drivers/phy/broadcom/Kconfig
diff options
context:
space:
mode:
authorSrinath Mannam <srinath.mannam@broadcom.com>2019-03-19 14:45:43 +0530
committerKishon Vijay Abraham I <kishon@ti.com>2019-04-17 14:12:48 +0530
commit4dcddbb38b640a5c9ecb23e9b9348e36825263f7 (patch)
tree8a6a2bb253cad90ce8a14ae72ece9ef5e8fb6e82 /drivers/phy/broadcom/Kconfig
parent30417ab2a3d78781d45cace7fa0317ad9a044f11 (diff)
downloadlinux-4dcddbb38b640a5c9ecb23e9b9348e36825263f7.tar.gz
linux-4dcddbb38b640a5c9ecb23e9b9348e36825263f7.tar.bz2
linux-4dcddbb38b640a5c9ecb23e9b9348e36825263f7.zip
phy: sr-usb: Add Stingray USB PHY driver
USB PHY driver supports two types of stingray USB PHYs - Type 1 is a combo PHY contains two PHYs, one SS and one HS. - Type 2 is a single HS PHY. These two PHY versons support both Generic xHCI host controller driver and BDC Broadcom device controller driver. Signed-off-by: Srinath Mannam <srinath.mannam@broadcom.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/broadcom/Kconfig')
-rw-r--r--drivers/phy/broadcom/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/phy/broadcom/Kconfig b/drivers/phy/broadcom/Kconfig
index aa917a61071d..f30f4819c3bb 100644
--- a/drivers/phy/broadcom/Kconfig
+++ b/drivers/phy/broadcom/Kconfig
@@ -10,6 +10,17 @@ config PHY_CYGNUS_PCIE
Enable this to support the Broadcom Cygnus PCIe PHY.
If unsure, say N.
+config PHY_BCM_SR_USB
+ tristate "Broadcom Stingray USB PHY driver"
+ depends on OF && (ARCH_BCM_IPROC || COMPILE_TEST)
+ select GENERIC_PHY
+ default ARCH_BCM_IPROC
+ help
+ Enable this to support the Broadcom Stingray USB PHY
+ driver. It supports all versions of Superspeed and
+ Highspeed PHYs.
+ If unsure, say N.
+
config BCM_KONA_USB2_PHY
tristate "Broadcom Kona USB2 PHY Driver"
depends on HAS_IOMEM