Johannes Berg | 704232c | 2007-04-23 12:20:05 -0700 | [diff] [blame] | 1 | config CFG80211 |
Johannes Berg | 1f87f7d | 2009-06-02 13:01:41 +0200 | [diff] [blame] | 2 | tristate "Improved wireless configuration API" |
| 3 | depends on RFKILL || !RFKILL |
Johannes Berg | 704232c | 2007-04-23 12:20:05 -0700 | [diff] [blame] | 4 | |
Johannes Berg | aff89a9 | 2009-07-01 21:26:51 +0200 | [diff] [blame^] | 5 | config NL80211_TESTMODE |
| 6 | bool "nl80211 testmode command" |
| 7 | depends on CFG80211 |
| 8 | help |
| 9 | The nl80211 testmode command helps implementing things like |
| 10 | factory calibration or validation tools for wireless chips. |
| 11 | |
| 12 | Select this option ONLY for kernels that are specifically |
| 13 | built for such purposes. |
| 14 | |
| 15 | Debugging tools that are supposed to end up in the hands of |
| 16 | users should better be implemented with debugfs. |
| 17 | |
| 18 | Say N. |
| 19 | |
Luis R. Rodriguez | 3f2355c | 2008-11-12 14:22:02 -0800 | [diff] [blame] | 20 | config CFG80211_REG_DEBUG |
| 21 | bool "cfg80211 regulatory debugging" |
| 22 | depends on CFG80211 |
| 23 | default n |
| 24 | ---help--- |
| 25 | You can enable this if you want to debug regulatory changes. |
| 26 | |
| 27 | If unsure, say N. |
| 28 | |
Luis R. Rodriguez | 1ac6130 | 2009-05-02 00:37:21 -0400 | [diff] [blame] | 29 | config CFG80211_DEBUGFS |
| 30 | bool "cfg80211 DebugFS entries" |
| 31 | depends on CFG80211 && DEBUG_FS |
| 32 | ---help--- |
| 33 | You can enable this if you want to debugfs entries for cfg80211. |
| 34 | |
| 35 | If unsure, say N. |
| 36 | |
Luis R. Rodriguez | b2e1b30 | 2008-09-09 23:19:48 -0700 | [diff] [blame] | 37 | config WIRELESS_OLD_REGULATORY |
Davide Pesavento | 5d6ffc5 | 2008-09-30 19:56:34 +0200 | [diff] [blame] | 38 | bool "Old wireless static regulatory definitions" |
Luis R. Rodriguez | 8a5117d | 2009-03-24 21:21:07 -0400 | [diff] [blame] | 39 | default n |
Luis R. Rodriguez | b2e1b30 | 2008-09-09 23:19:48 -0700 | [diff] [blame] | 40 | ---help--- |
| 41 | This option enables the old static regulatory information |
Luis R. Rodriguez | 8a5117d | 2009-03-24 21:21:07 -0400 | [diff] [blame] | 42 | and uses it within the new framework. This option is available |
| 43 | for historical reasons and it is advised to leave it off. |
Luis R. Rodriguez | b2e1b30 | 2008-09-09 23:19:48 -0700 | [diff] [blame] | 44 | |
Luis R. Rodriguez | 8a5117d | 2009-03-24 21:21:07 -0400 | [diff] [blame] | 45 | For details see: |
Luis R. Rodriguez | b2e1b30 | 2008-09-09 23:19:48 -0700 | [diff] [blame] | 46 | |
Luis R. Rodriguez | 8a5117d | 2009-03-24 21:21:07 -0400 | [diff] [blame] | 47 | http://wireless.kernel.org/en/developers/Regulatory |
Luis R. Rodriguez | b2e1b30 | 2008-09-09 23:19:48 -0700 | [diff] [blame] | 48 | |
Luis R. Rodriguez | 8a5117d | 2009-03-24 21:21:07 -0400 | [diff] [blame] | 49 | Say N and if you say Y, please tell us why. The default is N. |
Luis R. Rodriguez | b2e1b30 | 2008-09-09 23:19:48 -0700 | [diff] [blame] | 50 | |
Johannes Berg | 2a5e1c0 | 2007-04-23 12:19:12 -0700 | [diff] [blame] | 51 | config WIRELESS_EXT |
| 52 | bool "Wireless extensions" |
Johannes Berg | 8983240 | 2009-07-01 21:26:44 +0200 | [diff] [blame] | 53 | default y |
Johannes Berg | 2a5e1c0 | 2007-04-23 12:19:12 -0700 | [diff] [blame] | 54 | ---help--- |
| 55 | This option enables the legacy wireless extensions |
| 56 | (wireless network interface configuration via ioctls.) |
| 57 | |
Johannes Berg | 8983240 | 2009-07-01 21:26:44 +0200 | [diff] [blame] | 58 | Say Y unless you've upgraded all your userspace to use |
| 59 | nl80211 instead of wireless extensions. |
Johannes Berg | 22bb1be | 2008-07-10 11:16:47 +0200 | [diff] [blame] | 60 | |
| 61 | config WIRELESS_EXT_SYSFS |
| 62 | bool "Wireless extensions sysfs files" |
| 63 | default y |
| 64 | depends on WIRELESS_EXT && SYSFS |
| 65 | help |
| 66 | This option enables the deprecated wireless statistics |
| 67 | files in /sys/class/net/*/wireless/. The same information |
| 68 | is available via the ioctls as well. |
| 69 | |
Florian Mickler | d966474 | 2008-09-02 15:26:34 +0200 | [diff] [blame] | 70 | Say Y if you have programs using it, like old versions of |
| 71 | hal. |
John W. Linville | 7e272fc | 2008-09-24 18:13:14 -0400 | [diff] [blame] | 72 | |
| 73 | config LIB80211 |
| 74 | tristate "Common routines for IEEE802.11 drivers" |
| 75 | default n |
| 76 | help |
| 77 | This options enables a library of common routines used |
| 78 | by IEEE802.11 wireless LAN drivers. |
| 79 | |
| 80 | Drivers should select this themselves if needed. Say Y if |
| 81 | you want this built into your kernel. |
John W. Linville | 274bfb8 | 2008-10-29 11:35:05 -0400 | [diff] [blame] | 82 | |
| 83 | config LIB80211_CRYPT_WEP |
| 84 | tristate |
| 85 | |
| 86 | config LIB80211_CRYPT_CCMP |
| 87 | tristate |
| 88 | |
| 89 | config LIB80211_CRYPT_TKIP |
| 90 | tristate |
John W. Linville | 6f16bf3 | 2009-03-11 11:05:25 -0400 | [diff] [blame] | 91 | |
| 92 | config LIB80211_DEBUG |
| 93 | bool "lib80211 debugging messages" |
| 94 | depends on LIB80211 |
| 95 | default n |
| 96 | ---help--- |
| 97 | You can enable this if you want verbose debugging messages |
| 98 | from lib80211. |
| 99 | |
| 100 | If unsure, say N. |