wl1251: remove unused definitions from wl1251_reg.h
[deliverable/linux.git] / drivers / net / wireless / ath / Kconfig
CommitLineData
44b7dd6d 1menuconfig ATH_COMMON
203c4805 2 tristate "Atheros Wireless Cards"
804ef71e 3 depends on WLAN_80211
d17734ae 4 depends on CFG80211
b820b3bc
LR
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 currently shares just common
9 regulatory EEPROM helpers but will likely be extended later to share
10 more between modules.
3a702e49 11
b820b3bc
LR
12 For more information and documentation on this module you can visit:
13
14 http://wireless.kernel.org/en/users/Drivers/ath
15
16 For information on all Atheros wireless drivers visit:
17
18 http://wireless.kernel.org/en/users/Drivers/Atheros
19
20if ATH_COMMON
203c4805
LR
21source "drivers/net/wireless/ath/ath5k/Kconfig"
22source "drivers/net/wireless/ath/ath9k/Kconfig"
23source "drivers/net/wireless/ath/ar9170/Kconfig"
b820b3bc 24endif
This page took 0.085983 seconds and 5 git commands to generate.