aboutsummaryrefslogtreecommitdiffstats
path: root/net/ieee80211/softmac/Kconfig
diff options
context:
space:
mode:
authorJohannes Berg <johannes@sipsolutions.net>2006-01-04 10:32:16 -0500
committerJohn W. Linville <linville@tuxdriver.com>2006-03-22 22:16:50 -0500
commit370121e5190a86a2d8a717ecd6f33028c7dc6fd4 (patch)
tree2bd809d8dea7a831f9c47d06572e98194bfc0ccc /net/ieee80211/softmac/Kconfig
parent1c2e02750b992703a8a18634e08b04353face243 (diff)
[PATCH] wireless: Add softmac layer to the kernel
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/ieee80211/softmac/Kconfig')
-rw-r--r--net/ieee80211/softmac/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/net/ieee80211/softmac/Kconfig b/net/ieee80211/softmac/Kconfig
new file mode 100644
index 000000000000..8d4250425911
--- /dev/null
+++ b/net/ieee80211/softmac/Kconfig
@@ -0,0 +1,9 @@
1config IEEE80211_SOFTMAC
2 tristate "Software MAC add-on to the IEEE 802.11 networking stack"
3 ---help---
4 This option enables the hardware independent software MAC addon
5 for the IEEE 802.11 networking stack.
6
7config IEEE80211_SOFTMAC_DEBUG
8 bool "Enable full debugging output"
9 depends on IEEE80211_SOFTMAC