xref: /openbmc/linux/net/dsa/Kconfig (revision e1f7c9ee)
1config HAVE_NET_DSA
2	def_bool y
3	depends on NETDEVICES && !S390
4
5# Drivers must select NET_DSA and the appropriate tagging format
6
7config NET_DSA
8	tristate
9	depends on HAVE_NET_DSA
10	select PHYLIB
11
12if NET_DSA
13
14# tagging formats
15config NET_DSA_TAG_BRCM
16	bool
17
18config NET_DSA_TAG_DSA
19	bool
20
21config NET_DSA_TAG_EDSA
22	bool
23
24config NET_DSA_TAG_TRAILER
25	bool
26
27endif
28