aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/microchip/Kconfig
diff options
context:
space:
mode:
authorWoojung Huh <Woojung.Huh@microchip.com>2017-05-31 20:19:19 +0000
committerDavid S. Miller <davem@davemloft.net>2017-05-31 20:56:31 -0400
commitb987e98e50ab90e5291581204ef7a1c649313a70 (patch)
tree21b8941f7aa8dbb249dfe254e4a62f7c6df5743c /drivers/net/dsa/microchip/Kconfig
parentphy: micrel: add Microchip KSZ 9477 Switch PHY support (diff)
downloadlinux-dev-b987e98e50ab90e5291581204ef7a1c649313a70.tar.xz
linux-dev-b987e98e50ab90e5291581204ef7a1c649313a70.zip
dsa: add DSA switch driver for Microchip KSZ9477
The KSZ9477 is a fully integrated layer 2, managed, 7 ports GigE switch with numerous advanced features. 5 ports incorporate 10/100/1000 Mbps PHYs. The other 2 ports have interfaces that can be configured as SGMII, RGMII, MII or RMII. Either of these may connect directly to a host processor or to an external PHY. The SGMII port may interface to a fiber optic transceiver. This driver currently supports vlan, fdb, mdb & mirror dsa switch operations. Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Woojung Huh <Woojung.Huh@microchip.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/dsa/microchip/Kconfig')
-rw-r--r--drivers/net/dsa/microchip/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/net/dsa/microchip/Kconfig b/drivers/net/dsa/microchip/Kconfig
new file mode 100644
index 000000000000..a8b8f59099ce
--- /dev/null
+++ b/drivers/net/dsa/microchip/Kconfig
@@ -0,0 +1,12 @@
+menuconfig MICROCHIP_KSZ
+ tristate "Microchip KSZ series switch support"
+ depends on NET_DSA
+ select NET_DSA_TAG_KSZ
+ help
+ This driver adds support for Microchip KSZ switch chips.
+
+config MICROCHIP_KSZ_SPI_DRIVER
+ tristate "KSZ series SPI connected switch driver"
+ depends on MICROCHIP_KSZ && SPI
+ help
+ Select to enable support for registering switches configured through SPI.