Kconfig 1.0 KB

1234567891011121314151617181920212223242526272829303132333435
  1. config ATH_COMMON
  2. tristate
  3. menuconfig ATH_CARDS
  4. tristate "Atheros Wireless Cards"
  5. depends on CFG80211 && (!UML || BROKEN)
  6. ---help---
  7. This will enable the support for the Atheros wireless drivers.
  8. ath5k, ath9k, ath9k_htc and ar9170 drivers share some common code, this option
  9. enables the common ath.ko module which shares common helpers.
  10. For more information and documentation on this module you can visit:
  11. http://wireless.kernel.org/en/users/Drivers/ath
  12. For information on all Atheros wireless drivers visit:
  13. http://wireless.kernel.org/en/users/Drivers/Atheros
  14. if ATH_CARDS
  15. config ATH_DEBUG
  16. bool "Atheros wireless debugging"
  17. ---help---
  18. Say Y, if you want to debug atheros wireless drivers.
  19. Right now only ath9k makes use of this.
  20. source "drivers/net/wireless/ath/ath5k/Kconfig"
  21. source "drivers/net/wireless/ath/ath9k/Kconfig"
  22. source "drivers/net/wireless/ath/carl9170/Kconfig"
  23. source "drivers/net/wireless/ath/ath6kl/Kconfig"
  24. source "drivers/net/wireless/ath/ar5523/Kconfig"
  25. source "drivers/net/wireless/ath/wil6210/Kconfig"
  26. endif