x86/amd-iommu: Add per IOMMU reference counting
[linux/fpc-iii.git] / drivers / net / wireless / ath / Kconfig
blob11ded150b932e0ca30792200708d1f5703aa6f22
1 menuconfig ATH_COMMON
2         tristate "Atheros Wireless Cards"
3         depends on WLAN_80211
4         depends on CFG80211
5         ---help---
6           This will enable the support for the Atheros wireless drivers.
7           ath5k, ath9k and ar9170 drivers share some common code, this option
8           enables the common ath.ko module which shares common helpers.
10           For more information and documentation on this module you can visit:
12           http://wireless.kernel.org/en/users/Drivers/ath
14           For information on all Atheros wireless drivers visit:
16           http://wireless.kernel.org/en/users/Drivers/Atheros
18 if ATH_COMMON
19 source "drivers/net/wireless/ath/ath5k/Kconfig"
20 source "drivers/net/wireless/ath/ath9k/Kconfig"
21 source "drivers/net/wireless/ath/ar9170/Kconfig"
22 endif