Ben Hutchings | 3b15885 | 2011-11-27 17:08:33 +0000 | [diff] [blame] | 1 | config NET_DSA |
Ben Hutchings | 34a430d | 2011-11-25 14:38:38 +0000 | [diff] [blame] | 2 | tristate "Distributed Switch Architecture support" |
Lennert Buytenhek | 91da11f | 2008-10-07 13:44:02 +0000 | [diff] [blame] | 3 | default n |
Randy Dunlap | cba86f2 | 2010-08-11 13:26:57 +0000 | [diff] [blame] | 4 | depends on EXPERIMENTAL && NETDEVICES && !S390 |
David S. Miller | 45cec1b | 2008-10-08 17:33:01 -0700 | [diff] [blame] | 5 | select PHYLIB |
Lennert Buytenhek | 91da11f | 2008-10-07 13:44:02 +0000 | [diff] [blame] | 6 | ---help--- |
| 7 | This allows you to use hardware switch chips that use |
| 8 | the Distributed Switch Architecture. |
| 9 | |
| 10 | |
| 11 | if NET_DSA |
| 12 | |
| 13 | # tagging formats |
Lennert Buytenhek | cf85d08 | 2008-10-07 13:45:02 +0000 | [diff] [blame] | 14 | config NET_DSA_TAG_DSA |
| 15 | bool |
| 16 | default n |
| 17 | |
Lennert Buytenhek | 91da11f | 2008-10-07 13:44:02 +0000 | [diff] [blame] | 18 | config NET_DSA_TAG_EDSA |
| 19 | bool |
| 20 | default n |
| 21 | |
Lennert Buytenhek | 396138f | 2008-10-07 13:46:07 +0000 | [diff] [blame] | 22 | config NET_DSA_TAG_TRAILER |
| 23 | bool |
| 24 | default n |
| 25 | |
Lennert Buytenhek | 91da11f | 2008-10-07 13:44:02 +0000 | [diff] [blame] | 26 | endif |