net: dsa/slave: Fix compilation warnings
[firefly-linux-kernel-4.4.55.git] / net / dsa / Kconfig
1 config NET_DSA
2         tristate
3         default n
4         depends on EXPERIMENTAL && NETDEVICES && !S390
5         select PHYLIB
6         ---help---
7           This allows you to use hardware switch chips that use
8           the Distributed Switch Architecture.
9
10
11 menu "Distributed Switch Architecture support"
12
13 # tagging formats
14 config NET_DSA_TAG_DSA
15         bool "Original DSA packet tagging format"
16         select NET_DSA
17         default n
18
19 config NET_DSA_TAG_EDSA
20         bool "Ethertype DSA packet tagging format"
21         select NET_DSA
22         default n
23
24 config NET_DSA_TAG_TRAILER
25         bool "Trailer DSA packet tagging format"
26         select NET_DSA
27         default n
28 endmenu