iwlwifi: don't include iwl-dev.h from iwl-devtrace.h
[deliverable/linux.git] / drivers / net / wireless / ath / Kconfig
CommitLineData
44b7dd6d 1menuconfig ATH_COMMON
203c4805 2 tristate "Atheros Wireless Cards"
d17734ae 3 depends on CFG80211
b820b3bc
LR
4 ---help---
5 This will enable the support for the Atheros wireless drivers.
6 ath5k, ath9k and ar9170 drivers share some common code, this option
d15dd3e5 7 enables the common ath.ko module which shares common helpers.
3a702e49 8
b820b3bc
LR
9 For more information and documentation on this module you can visit:
10
11 http://wireless.kernel.org/en/users/Drivers/ath
12
13 For information on all Atheros wireless drivers visit:
14
15 http://wireless.kernel.org/en/users/Drivers/Atheros
16
17if ATH_COMMON
c46917bb
LR
18
19config ATH_DEBUG
20 bool "Atheros wireless debugging"
21 ---help---
22 Say Y, if you want to debug atheros wireless drivers.
23 Right now only ath9k makes use of this.
24
203c4805
LR
25source "drivers/net/wireless/ath/ath5k/Kconfig"
26source "drivers/net/wireless/ath/ath9k/Kconfig"
27source "drivers/net/wireless/ath/ar9170/Kconfig"
c46917bb 28
b820b3bc 29endif
This page took 0.201863 seconds and 5 git commands to generate.