Ben Hutchings | b3422a3 | 2012-11-26 09:16:10 +0000 | [diff] [blame] | 1 | config HAVE_NET_DSA |
2 | def_bool y | ||||
Vivien Didelot | 3a89eaa | 2017-01-09 16:49:26 -0500 | [diff] [blame] | 3 | depends on INET && NETDEVICES && !S390 |
Ben Hutchings | b3422a3 | 2012-11-26 09:16:10 +0000 | [diff] [blame] | 4 | |
5 | # Drivers must select NET_DSA and the appropriate tagging format | ||||
6 | |||||
Ben Hutchings | 3b158859 | 2011-11-27 17:08:33 +0000 | [diff] [blame] | 7 | config NET_DSA |
Mathieu Olivari | c6f1507 | 2015-03-20 18:31:03 -0700 | [diff] [blame] | 8 | tristate "Distributed Switch Architecture" |
Vivien Didelot | 3a89eaa | 2017-01-09 16:49:26 -0500 | [diff] [blame] | 9 | depends on HAVE_NET_DSA |
10 | select NET_SWITCHDEV | ||||
David S. Miller | 45cec1b | 2008-10-08 17:33:01 -0700 | [diff] [blame] | 11 | select PHYLIB |
Mathieu Olivari | c6f1507 | 2015-03-20 18:31:03 -0700 | [diff] [blame] | 12 | ---help--- |
13 | Say Y if you want to enable support for the hardware switches supported | ||||
14 | by the Distributed Switch Architecture. | ||||
Lennert Buytenhek | 91da11f | 2008-10-07 13:44:02 +0000 | [diff] [blame] | 15 | |
Ben Hutchings | b3422a3 | 2012-11-26 09:16:10 +0000 | [diff] [blame] | 16 | if NET_DSA |
Lennert Buytenhek | 91da11f | 2008-10-07 13:44:02 +0000 | [diff] [blame] | 17 | |
18 | # tagging formats | ||||
Florian Fainelli | 5037d53 | 2014-08-27 17:04:55 -0700 | [diff] [blame] | 19 | config NET_DSA_TAG_BRCM |
20 | bool | ||||
21 | |||||
Lennert Buytenhek | cf85d08 | 2008-10-07 13:45:02 +0000 | [diff] [blame] | 22 | config NET_DSA_TAG_DSA |
Ben Hutchings | b3422a3 | 2012-11-26 09:16:10 +0000 | [diff] [blame] | 23 | bool |
Lennert Buytenhek | cf85d08 | 2008-10-07 13:45:02 +0000 | [diff] [blame] | 24 | |
Lennert Buytenhek | 91da11f | 2008-10-07 13:44:02 +0000 | [diff] [blame] | 25 | config NET_DSA_TAG_EDSA |
Ben Hutchings | b3422a3 | 2012-11-26 09:16:10 +0000 | [diff] [blame] | 26 | bool |
Lennert Buytenhek | 91da11f | 2008-10-07 13:44:02 +0000 | [diff] [blame] | 27 | |
Lennert Buytenhek | 396138f | 2008-10-07 13:46:07 +0000 | [diff] [blame] | 28 | config NET_DSA_TAG_TRAILER |
Ben Hutchings | b3422a3 | 2012-11-26 09:16:10 +0000 | [diff] [blame] | 29 | bool |
30 | |||||
John Crispin | cafdc45 | 2016-09-15 16:26:40 +0200 | [diff] [blame] | 31 | config NET_DSA_TAG_QCA |
32 | bool | ||||
33 | |||||
Ben Hutchings | b3422a3 | 2012-11-26 09:16:10 +0000 | [diff] [blame] | 34 | endif |