Merge tag 'usb-3.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / net / dsa / Kconfig
blob274791cd7a35df1274e9120d199af84ea9f60dd0
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.
11 if NET_DSA
13 # tagging formats
14 config NET_DSA_TAG_DSA
15         bool
16         default n
18 config NET_DSA_TAG_EDSA
19         bool
20         default n
22 config NET_DSA_TAG_TRAILER
23         bool
24         default n
26 endif