alistair23-linux/net/dsa/Kconfig
Ben Hutchings 3b15885930 dsa: Move switch drivers to new directory drivers/net/dsa
Support for specific hardware belongs under drivers/net/ not net/.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Acked-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-11-29 00:21:36 -05:00

27 lines
416 B
Plaintext

config NET_DSA
tristate "Distributed Switch Architecture support"
default n
depends on EXPERIMENTAL && NETDEVICES && !S390
select PHYLIB
---help---
This allows you to use hardware switch chips that use
the Distributed Switch Architecture.
if NET_DSA
# tagging formats
config NET_DSA_TAG_DSA
bool
default n
config NET_DSA_TAG_EDSA
bool
default n
config NET_DSA_TAG_TRAILER
bool
default n
endif