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