summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/Kconfig
diff options
context:
space:
mode:
authorBob Copeland2009-03-31 04:30:29 +0200
committerJohn W. Linville2009-04-22 22:54:37 +0200
commit3a702e49c03ba959e3f5bb2b74ec9921a81c8c98 (patch)
tree721e8a222648284660f5bf6c5edfba5a6e4d4527 /drivers/net/wireless/ath/Kconfig
parentath9k: pass regd structure directly to regulatory functions (diff)
downloadkernel-qcow2-linux-3a702e49c03ba959e3f5bb2b74ec9921a81c8c98.tar.gz
kernel-qcow2-linux-3a702e49c03ba959e3f5bb2b74ec9921a81c8c98.tar.xz
kernel-qcow2-linux-3a702e49c03ba959e3f5bb2b74ec9921a81c8c98.zip
atheros: introduce ath module containing common ath5k/ath9k/ar9170 code
This change creates a new module, ath.ko, which includes code that can be shared between ath5k, ath9k and ar9170. For now, extract most of the ath9k regulatory code so it can also be used in ath5k. Signed-off-by: Bob Copeland <me@bobcopeland.com> 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/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/Kconfig b/drivers/net/wireless/ath/Kconfig
new file mode 100644
index 000000000000..c2873a24baae
--- /dev/null
+++ b/drivers/net/wireless/ath/Kconfig
@@ -0,0 +1,4 @@
+config ATH_COMMON
+ tristate "Atheros Wireless Cards Shared Support"
+ depends on ATH5K || ATH9K
+