Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / net / dsa / Kconfig
CommitLineData
3b158859 1config NET_DSA
34a430d7 2 tristate "Distributed Switch Architecture support"
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
11if NET_DSA
12
13# tagging formats
cf85d08f
LB
14config NET_DSA_TAG_DSA
15 bool
16 default n
17
91da11f8
LB
18config NET_DSA_TAG_EDSA
19 bool
20 default n
21
396138f0
LB
22config NET_DSA_TAG_TRAILER
23 bool
24 default n
25
91da11f8 26endif