ipv4/ipmr and ipv6/ip6mr: Convert int mroute_do_<foo> to bool
[deliverable/linux.git] / net / dsa / Kconfig
CommitLineData
3b158859 1config NET_DSA
82167cb8 2 tristate
91da11f8 3 default n
cba86f2e 4 depends on EXPERIMENTAL && NETDEVICES && !S390
45cec1ba 5 select PHYLIB
91da11f8
LB
6 ---help---
7 This allows you to use hardware switch chips that use
8 the Distributed Switch Architecture.
9
10
82167cb8 11menu "Distributed Switch Architecture support"
91da11f8
LB
12
13# tagging formats
cf85d08f 14config NET_DSA_TAG_DSA
82167cb8 15 bool "Original DSA packet tagging format"
16 select NET_DSA
cf85d08f
LB
17 default n
18
91da11f8 19config NET_DSA_TAG_EDSA
82167cb8 20 bool "Ethertype DSA packet tagging format"
21 select NET_DSA
91da11f8
LB
22 default n
23
396138f0 24config NET_DSA_TAG_TRAILER
82167cb8 25 bool "Trailer DSA packet tagging format"
26 select NET_DSA
396138f0 27 default n
82167cb8 28endmenu
This page took 0.274609 seconds and 5 git commands to generate.