summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/Kconfig
diff options
context:
space:
mode:
authorFlorian Fainelli2014-04-25 03:08:59 +0200
committerDavid S. Miller2014-04-26 18:57:40 +0200
commita3862db2d3c44ea367ec2db8eb31625373d18eb3 (patch)
tree1313991156aa5e91739a8b6d6604d9613c50c8a1 /drivers/net/ethernet/broadcom/Kconfig
parentDocumentation: add Broadcom SYSTEMPORT Device Tree bindings (diff)
downloadkernel-qcow2-linux-a3862db2d3c44ea367ec2db8eb31625373d18eb3.tar.gz
kernel-qcow2-linux-a3862db2d3c44ea367ec2db8eb31625373d18eb3.tar.xz
kernel-qcow2-linux-a3862db2d3c44ea367ec2db8eb31625373d18eb3.zip
net: systemport: hook SYSTEMPORT driver in the build
Hook the Broadcom SYSTEMPORT driver into the build system under the SYSTEMPORT Kconfig symbol. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/broadcom/Kconfig')
-rw-r--r--drivers/net/ethernet/broadcom/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/net/ethernet/broadcom/Kconfig b/drivers/net/ethernet/broadcom/Kconfig
index 85dbddd03722..3e488094b073 100644
--- a/drivers/net/ethernet/broadcom/Kconfig
+++ b/drivers/net/ethernet/broadcom/Kconfig
@@ -150,4 +150,15 @@ config BGMAC
In case of using this driver on BCM4706 it's also requires to enable
BCMA_DRIVER_GMAC_CMN to make it work.
+config SYSTEMPORT
+ tristate "Broadcom SYSTEMPORT internal MAC support"
+ depends on OF
+ select MII
+ select PHYLIB
+ select FIXED_PHY if SYSTEMPORT=y
+ help
+ This driver supports the built-in Ethernet MACs found in the
+ Broadcom BCM7xxx Set Top Box family chipset using an internal
+ Ethernet switch.
+
endif # NET_VENDOR_BROADCOM