summaryrefslogtreecommitdiffstats
path: root/drivers/phy/Kconfig
diff options
context:
space:
mode:
authorYendapally Reddy Dhananjaya Reddy2017-01-17 17:14:29 +0100
committerKishon Vijay Abraham I2017-01-27 08:36:53 +0100
commitd7bc1a7d41bfb99ded18e91c1976276a8445768a (patch)
treeb806547c3bc8b51d690d749edf839d5a66353e1b /drivers/phy/Kconfig
parentdt-bindings: phy: Add documentation for NSP USB3 PHY (diff)
downloadkernel-qcow2-linux-d7bc1a7d41bfb99ded18e91c1976276a8445768a.tar.gz
kernel-qcow2-linux-d7bc1a7d41bfb99ded18e91c1976276a8445768a.tar.xz
kernel-qcow2-linux-d7bc1a7d41bfb99ded18e91c1976276a8445768a.zip
phy: Add USB3 PHY support for Broadcom NSP SoC
This patch adds support for Broadcom NSP USB3 PHY Signed-off-by: Yendapally Reddy Dhananjaya Reddy <yendapally.reddy@broadcom.com> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> 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 61a22e985831..eff994d28139 100644
--- a/drivers/phy/Kconfig
+++ b/drivers/phy/Kconfig
@@ -501,4 +501,12 @@ config PHY_MESON8B_USB2
and GXBB SoCs.
If unsure, say N.
+config PHY_NSP_USB3
+ tristate "Broadcom NorthStar plus USB3 PHY driver"
+ depends on OF && (ARCH_BCM_NSP || COMPILE_TEST)
+ select GENERIC_PHY
+ default ARCH_BCM_NSP
+ help
+ Enable this to support the Broadcom Northstar plus USB3 PHY.
+ If unsure, say N.
endmenu