Kconfig 709 B

1234567891011121314151617181920212223
  1. config AG71XX
  2. tristate "Atheros AR71xx built-in ethernet mac support"
  3. depends on ATHEROS_AR71XX
  4. select PHYLIB
  5. help
  6. If you wish to compile a kernel for AR71xx/91xx and enable
  7. ethernet support, then you should always answer Y to this.
  8. config AG71XX_DEBUG
  9. bool "Atheros AR71xx built-in ethernet driver debugging"
  10. depends on AG71XX
  11. default n
  12. help
  13. Atheros AR71xx built-in ethernet driver debugging messages.
  14. config AG71XX_AR8216_SUPPORT
  15. bool "special support for the Atheros AR8216 switch"
  16. depends on AG71XX
  17. default n
  18. default y if AR71XX_MACH_WNR2000 || AR71XX_MACH_MZK_W04NU
  19. help
  20. Say 'y' here if you want to enable special support for the
  21. Atheros AR8216 switch found on some boards.