diff options
author | Luis R. Rodriguez <lrodriguez@atheros.com> | 2009-07-27 19:52:07 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-08-04 16:43:21 -0400 |
commit | b820b3bcb02a97091b969faf2b5f19f1218953f9 (patch) | |
tree | ebd744e7ff2568c7263cba72434515eeae3e5bed /drivers/net/wireless/ath/Kconfig | |
parent | d17734aee6383ff5e1720b3f01c014c0a9db40d5 (diff) |
ath: simplify kconfig dependency and add documentation
Make atheros wireless drivers visible when you select
"Atheros wirless drivers". Adds links to ath.ko page,
and Atheros drivers page on the wiki.
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/Kconfig')
-rw-r--r-- | drivers/net/wireless/ath/Kconfig | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/Kconfig b/drivers/net/wireless/ath/Kconfig index 6bed009019a5..f27f3a794bbd 100644 --- a/drivers/net/wireless/ath/Kconfig +++ b/drivers/net/wireless/ath/Kconfig | |||
@@ -2,9 +2,23 @@ config ATH_COMMON | |||
2 | tristate "Atheros Wireless Cards" | 2 | tristate "Atheros Wireless Cards" |
3 | depends on WLAN_80211 | 3 | depends on WLAN_80211 |
4 | depends on CFG80211 | 4 | depends on CFG80211 |
5 | depends on ATH5K || ATH9K || AR9170_USB | 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. | ||
6 | 11 | ||
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 | |||
20 | if ATH_COMMON | ||
7 | source "drivers/net/wireless/ath/ath5k/Kconfig" | 21 | source "drivers/net/wireless/ath/ath5k/Kconfig" |
8 | source "drivers/net/wireless/ath/ath9k/Kconfig" | 22 | source "drivers/net/wireless/ath/ath9k/Kconfig" |
9 | source "drivers/net/wireless/ath/ar9170/Kconfig" | 23 | source "drivers/net/wireless/ath/ar9170/Kconfig" |
10 | 24 | endif | |