12345678910111213141516171819202122232425262728 |
- 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
|