blob: 0f5dc344ed92e1d679ac4a414713582528642eb9 [file] [log] [blame]
config NET_DSA
tristate
default n
depends on EXPERIMENTAL && NETDEVICES && !S390
select PHYLIB
---help---
This allows you to use hardware switch chips that use
the Distributed Switch Architecture.
menu "Distributed Switch Architecture support"
# tagging formats
config NET_DSA_TAG_DSA
bool "Original DSA packet tagging format"
select NET_DSA
default n
config NET_DSA_TAG_EDSA
bool "Ethertype DSA packet tagging format"
select NET_DSA
default n
config NET_DSA_TAG_TRAILER
bool "Trailer DSA packet tagging format"
select NET_DSA
default n
endmenu