Kconfig 608 B

1234567891011121314151617181920212223
  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. help
  12. Atheros AR71xx built-in ethernet driver debugging messages.
  13. config AG71XX_DEBUG_FS
  14. bool "Atheros AR71xx built-in ethernet driver debugfs support"
  15. depends on DEBUG_FS
  16. help
  17. Say Y, if you need access to various statistics provided by
  18. the ag71xx driver.
  19. endif