blob: 274791cd7a35df1274e9120d199af84ea9f60dd0 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
 | config NET_DSA
	tristate "Distributed Switch Architecture support"
	default n
	depends on EXPERIMENTAL && NETDEVICES && !S390
	select PHYLIB
	---help---
	  This allows you to use hardware switch chips that use
	  the Distributed Switch Architecture.
if NET_DSA
# tagging formats
config NET_DSA_TAG_DSA
	bool
	default n
config NET_DSA_TAG_EDSA
	bool
	default n
config NET_DSA_TAG_TRAILER
	bool
	default n
endif
 |