aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa/Kconfig
blob: a585fd6352ebaf8e8bdf0e9772653857def08811 (plain) (blame)
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
27
config HAVE_NET_DSA
	def_bool y
	depends on NETDEVICES && !S390

# Drivers must select NET_DSA and the appropriate tagging format

config NET_DSA
	tristate
	depends on HAVE_NET_DSA
	select PHYLIB

if NET_DSA

# tagging formats
config NET_DSA_TAG_BRCM
	bool

config NET_DSA_TAG_DSA
	bool

config NET_DSA_TAG_EDSA
	bool

config NET_DSA_TAG_TRAILER
	bool

endif