diff options
Diffstat (limited to 'net/wireless/Kconfig')
-rw-r--r-- | net/wireless/Kconfig | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/net/wireless/Kconfig b/net/wireless/Kconfig index 68c504fab122..abf7ca3f9ff9 100644 --- a/net/wireless/Kconfig +++ b/net/wireless/Kconfig | |||
@@ -1,6 +1,15 @@ | |||
1 | config CFG80211 | 1 | config CFG80211 |
2 | tristate "Improved wireless configuration API" | 2 | tristate "cfg80211 - wireless configuration API" |
3 | depends on RFKILL || !RFKILL | 3 | depends on RFKILL || !RFKILL |
4 | ---help--- | ||
5 | cfg80211 is the Linux wireless LAN (802.11) configuration API. | ||
6 | Enable this if you have a wireless device. | ||
7 | |||
8 | For more information refer to documentation on the wireless wiki: | ||
9 | |||
10 | http://wireless.kernel.org/en/developers/Documentation/cfg80211 | ||
11 | |||
12 | When built as a module it will be called cfg80211. | ||
4 | 13 | ||
5 | config NL80211_TESTMODE | 14 | config NL80211_TESTMODE |
6 | bool "nl80211 testmode command" | 15 | bool "nl80211 testmode command" |