blob: 3c3bc9e579edad5f7719577fc96ecea9f136250f [file] [log] [blame]
Johannes Berg704232c2007-04-23 12:20:05 -07001config CFG80211
2 tristate "Improved wireless configuration API"
3
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -08004config CFG80211_REG_DEBUG
5 bool "cfg80211 regulatory debugging"
6 depends on CFG80211
7 default n
8 ---help---
9 You can enable this if you want to debug regulatory changes.
10
11 If unsure, say N.
12
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -070013config WIRELESS_OLD_REGULATORY
Davide Pesavento5d6ffc52008-09-30 19:56:34 +020014 bool "Old wireless static regulatory definitions"
Luis R. Rodriguez8a5117d2009-03-24 21:21:07 -040015 default n
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -070016 ---help---
17 This option enables the old static regulatory information
Luis R. Rodriguez8a5117d2009-03-24 21:21:07 -040018 and uses it within the new framework. This option is available
19 for historical reasons and it is advised to leave it off.
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -070020
Luis R. Rodriguez8a5117d2009-03-24 21:21:07 -040021 For details see:
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -070022
Luis R. Rodriguez8a5117d2009-03-24 21:21:07 -040023 http://wireless.kernel.org/en/developers/Regulatory
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -070024
Luis R. Rodriguez8a5117d2009-03-24 21:21:07 -040025 Say N and if you say Y, please tell us why. The default is N.
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -070026
Johannes Berg2a5e1c02007-04-23 12:19:12 -070027config WIRELESS_EXT
28 bool "Wireless extensions"
29 default n
30 ---help---
31 This option enables the legacy wireless extensions
32 (wireless network interface configuration via ioctls.)
33
34 Wireless extensions will be replaced by cfg80211 and
35 will be required only by legacy drivers that implement
Johannes Berg55682962007-09-20 13:09:35 -040036 wireless extension handlers. This option does not
37 affect the wireless-extension backward compatibility
38 code in cfg80211.
Johannes Berg2a5e1c02007-04-23 12:19:12 -070039
40 Say N (if you can) unless you know you need wireless
41 extensions for external modules.
Johannes Berg22bb1be2008-07-10 11:16:47 +020042
43config WIRELESS_EXT_SYSFS
44 bool "Wireless extensions sysfs files"
45 default y
46 depends on WIRELESS_EXT && SYSFS
47 help
48 This option enables the deprecated wireless statistics
49 files in /sys/class/net/*/wireless/. The same information
50 is available via the ioctls as well.
51
Florian Micklerd9664742008-09-02 15:26:34 +020052 Say Y if you have programs using it, like old versions of
53 hal.
John W. Linville7e272fc2008-09-24 18:13:14 -040054
55config LIB80211
56 tristate "Common routines for IEEE802.11 drivers"
57 default n
58 help
59 This options enables a library of common routines used
60 by IEEE802.11 wireless LAN drivers.
61
62 Drivers should select this themselves if needed. Say Y if
63 you want this built into your kernel.
John W. Linville274bfb82008-10-29 11:35:05 -040064
65config LIB80211_CRYPT_WEP
66 tristate
67
68config LIB80211_CRYPT_CCMP
69 tristate
70
71config LIB80211_CRYPT_TKIP
72 tristate
John W. Linville6f16bf32009-03-11 11:05:25 -040073
74config LIB80211_DEBUG
75 bool "lib80211 debugging messages"
76 depends on LIB80211
77 default n
78 ---help---
79 You can enable this if you want verbose debugging messages
80 from lib80211.
81
82 If unsure, say N.