blob: 274791cd7a35df1274e9120d199af84ea9f60dd0 [file] [log] [blame]
Ben Hutchings3b158852011-11-27 17:08:33 +00001config NET_DSA
Ben Hutchings34a430d2011-11-25 14:38:38 +00002 tristate "Distributed Switch Architecture support"
Lennert Buytenhek91da11f2008-10-07 13:44:02 +00003 default n
Randy Dunlapcba86f22010-08-11 13:26:57 +00004 depends on EXPERIMENTAL && NETDEVICES && !S390
David S. Miller45cec1b2008-10-08 17:33:01 -07005 select PHYLIB
Lennert Buytenhek91da11f2008-10-07 13:44:02 +00006 ---help---
7 This allows you to use hardware switch chips that use
8 the Distributed Switch Architecture.
9
10
11if NET_DSA
12
13# tagging formats
Lennert Buytenhekcf85d082008-10-07 13:45:02 +000014config NET_DSA_TAG_DSA
15 bool
16 default n
17
Lennert Buytenhek91da11f2008-10-07 13:44:02 +000018config NET_DSA_TAG_EDSA
19 bool
20 default n
21
Lennert Buytenhek396138f02008-10-07 13:46:07 +000022config NET_DSA_TAG_TRAILER
23 bool
24 default n
25
Lennert Buytenhek91da11f2008-10-07 13:44:02 +000026endif