Kconfig 897 B

123456789101112131415161718192021222324252627282930313233
  1. config AG71XX
  2. tristate "Atheros AR7XXX/AR9XXX built-in ethernet mac support"
  3. depends on ATH79
  4. select PHYLIB
  5. help
  6. If you wish to compile a kernel for AR7XXX/91XXX and enable
  7. ethernet support, then you should always answer Y to this.
  8. if AG71XX
  9. config AG71XX_DEBUG
  10. bool "Atheros AR71xx built-in ethernet driver debugging"
  11. default n
  12. help
  13. Atheros AR71xx built-in ethernet driver debugging messages.
  14. config AG71XX_DEBUG_FS
  15. bool "Atheros AR71xx built-in ethernet driver debugfs support"
  16. depends on DEBUG_FS
  17. default n
  18. help
  19. Say Y, if you need access to various statistics provided by
  20. the ag71xx driver.
  21. config AG71XX_AR8216_SUPPORT
  22. bool "special support for the Atheros AR8216 switch"
  23. default n
  24. default y if ATH79_MACH_WNR2000 || ATH79_MACH_MZK_W04NU
  25. help
  26. Say 'y' here if you want to enable special support for the
  27. Atheros AR8216 switch found on some boards.
  28. endif