Merge branch 'drm-nouveau-fixes' of git://git.freedesktop.org/git/nouveau/linux-2...
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / net / dsa / Kconfig
1 config NET_DSA
2 tristate "Distributed Switch Architecture support"
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 if NET_DSA
12
13 # tagging formats
14 config NET_DSA_TAG_DSA
15 bool
16 default n
17
18 config NET_DSA_TAG_EDSA
19 bool
20 default n
21
22 config NET_DSA_TAG_TRAILER
23 bool
24 default n
25
26 endif