diff options
author | Vladimir Oltean <olteanv@gmail.com> | 2019-05-02 22:23:30 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-05-03 16:49:17 +0200 |
commit | 8aa9ebccae87621d997707e4f25e53fddd7e30e4 (patch) | |
tree | 31fca4070adc3ba2cd7f17f84838f73d7fac95d8 /drivers/net/dsa/Kconfig | |
parent | lib: Add support for generic packing operations (diff) | |
download | linux-8aa9ebccae87621d997707e4f25e53fddd7e30e4.tar.xz linux-8aa9ebccae87621d997707e4f25e53fddd7e30e4.zip |
net: dsa: Introduce driver for NXP SJA1105 5-port L2 switch
At this moment the following is supported:
* Link state management through phylib
* Autonomous L2 forwarding managed through iproute2 bridge commands.
IP termination must be done currently through the master netdevice,
since the switch is unmanaged at this point and using
DSA_TAG_PROTO_NONE.
Signed-off-by: Vladimir Oltean <olteanv@gmail.com>
Signed-off-by: Georg Waibel <georg.waibel@sensor-technik.de>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/dsa/Kconfig')
-rw-r--r-- | drivers/net/dsa/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/dsa/Kconfig b/drivers/net/dsa/Kconfig index 82560b710681..c6c5ecdbcaef 100644 --- a/drivers/net/dsa/Kconfig +++ b/drivers/net/dsa/Kconfig @@ -51,6 +51,8 @@ source "drivers/net/dsa/microchip/Kconfig" source "drivers/net/dsa/mv88e6xxx/Kconfig" +source "drivers/net/dsa/sja1105/Kconfig" + config NET_DSA_QCA8K tristate "Qualcomm Atheros QCA8K Ethernet switch family support" depends on NET_DSA |