Kconfig 416 B

123456789101112131415161718192021222324252627
  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. if NET_DSA
  10. # tagging formats
  11. config NET_DSA_TAG_DSA
  12. bool
  13. default n
  14. config NET_DSA_TAG_EDSA
  15. bool
  16. default n
  17. config NET_DSA_TAG_TRAILER
  18. bool
  19. default n
  20. endif