blob: 0f5dc344ed92e1d679ac4a414713582528642eb9 [file] [log] [blame]
Ben Hutchings3b158852011-11-27 17:08:33 +00001config NET_DSA
viresh kumar82167cb2012-11-23 19:53:54 +00002 tristate
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
viresh kumar82167cb2012-11-23 19:53:54 +000011menu "Distributed Switch Architecture support"
Lennert Buytenhek91da11f2008-10-07 13:44:02 +000012
13# tagging formats
Lennert Buytenhekcf85d082008-10-07 13:45:02 +000014config NET_DSA_TAG_DSA
viresh kumar82167cb2012-11-23 19:53:54 +000015 bool "Original DSA packet tagging format"
16 select NET_DSA
Lennert Buytenhekcf85d082008-10-07 13:45:02 +000017 default n
18
Lennert Buytenhek91da11f2008-10-07 13:44:02 +000019config NET_DSA_TAG_EDSA
viresh kumar82167cb2012-11-23 19:53:54 +000020 bool "Ethertype DSA packet tagging format"
21 select NET_DSA
Lennert Buytenhek91da11f2008-10-07 13:44:02 +000022 default n
23
Lennert Buytenhek396138f02008-10-07 13:46:07 +000024config NET_DSA_TAG_TRAILER
viresh kumar82167cb2012-11-23 19:53:54 +000025 bool "Trailer DSA packet tagging format"
26 select NET_DSA
Lennert Buytenhek396138f02008-10-07 13:46:07 +000027 default n
viresh kumar82167cb2012-11-23 19:53:54 +000028endmenu