summaryrefslogtreecommitdiffstats
path: root/drivers/phy/Kconfig
diff options
context:
space:
mode:
authorPramod Kumar2016-06-10 07:33:51 +0200
committerDavid S. Miller2016-06-11 08:24:54 +0200
commit4484f730b3358363ca4b3b422354676581fab2cb (patch)
tree2239c99f470a89b420ca902b40c8d5731469676b /drivers/phy/Kconfig
parentbinding: PHY: Binding doc for NS2 PCIe PHYs. (diff)
downloadkernel-qcow2-linux-4484f730b3358363ca4b3b422354676581fab2cb.tar.gz
kernel-qcow2-linux-4484f730b3358363ca4b3b422354676581fab2cb.tar.xz
kernel-qcow2-linux-4484f730b3358363ca4b3b422354676581fab2cb.zip
phy: Add Northstar2 PCI Phy support
Add PCI Phy support for Broadcom Northstar2 SoCs. This driver uses the interface from the iproc mdio mux driver to enable the devices respective phys. Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Jon Mason <jonmason@broadcom.com> Signed-off-by: Pramod Kumar <pramod.kumar@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
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 b869b98835f4..01fb93b4b1e4 100644
--- a/drivers/phy/Kconfig
+++ b/drivers/phy/Kconfig
@@ -434,4 +434,12 @@ config PHY_CYGNUS_PCIE
source "drivers/phy/tegra/Kconfig"
+config PHY_NS2_PCIE
+ tristate "Broadcom Northstar2 PCIe PHY driver"
+ depends on OF && MDIO_BUS_MUX_BCM_IPROC
+ select GENERIC_PHY
+ default ARCH_BCM_IPROC
+ help
+ Enable this to support the Broadcom Northstar2 PCIe PHY.
+ If unsure, say N.
endmenu