ARM: mm: Recreate kernel mappings in early_paging_init()
[linux/fpc-iii.git] / drivers / net / wireless / ath / Kconfig
blob1abf1d421173085e72a4bfa549fd147f83a87ca5
1 config ATH_COMMON
2         tristate
4 menuconfig ATH_CARDS
5         tristate "Atheros Wireless Cards"
6         depends on CFG80211 && (!UML || BROKEN)
7         ---help---
8           This will enable the support for the Atheros wireless drivers.
9           ath5k, ath9k, ath9k_htc and ar9170 drivers share some common code, this option
10           enables the common ath.ko module which shares common helpers.
12           For more information and documentation on this module you can visit:
14           http://wireless.kernel.org/en/users/Drivers/ath
16           For information on all Atheros wireless drivers visit:
18           http://wireless.kernel.org/en/users/Drivers/Atheros
20 if ATH_CARDS
22 config ATH_DEBUG
23         bool "Atheros wireless debugging"
24         ---help---
25           Say Y, if you want to debug atheros wireless drivers.
26           Right now only ath9k makes use of this.
28 source "drivers/net/wireless/ath/ath5k/Kconfig"
29 source "drivers/net/wireless/ath/ath9k/Kconfig"
30 source "drivers/net/wireless/ath/carl9170/Kconfig"
31 source "drivers/net/wireless/ath/ath6kl/Kconfig"
32 source "drivers/net/wireless/ath/ar5523/Kconfig"
33 source "drivers/net/wireless/ath/wil6210/Kconfig"
34 source "drivers/net/wireless/ath/ath10k/Kconfig"
36 endif