Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelv...
[deliverable/linux.git] / net / wireless / Kconfig
CommitLineData
704232c2 1config CFG80211
1f87f7d3
JB
2 tristate "Improved wireless configuration API"
3 depends on RFKILL || !RFKILL
704232c2 4
3f2355cb
LR
5config 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
1ac61302
LR
14config 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
b2e1b302 22config WIRELESS_OLD_REGULATORY
5d6ffc53 23 bool "Old wireless static regulatory definitions"
8a5117d8 24 default n
b2e1b302
LR
25 ---help---
26 This option enables the old static regulatory information
8a5117d8
LR
27 and uses it within the new framework. This option is available
28 for historical reasons and it is advised to leave it off.
29
30 For details see:
31
32 http://wireless.kernel.org/en/developers/Regulatory
33
34 Say N and if you say Y, please tell us why. The default is N.
b2e1b302 35
2a5e1c0e
JB
36config WIRELESS_EXT
37 bool "Wireless extensions"
38 default n
39 ---help---
40 This option enables the legacy wireless extensions
41 (wireless network interface configuration via ioctls.)
42
43 Wireless extensions will be replaced by cfg80211 and
44 will be required only by legacy drivers that implement
55682965
JB
45 wireless extension handlers. This option does not
46 affect the wireless-extension backward compatibility
47 code in cfg80211.
2a5e1c0e
JB
48
49 Say N (if you can) unless you know you need wireless
50 extensions for external modules.
22bb1be4
JB
51
52config WIRELESS_EXT_SYSFS
53 bool "Wireless extensions sysfs files"
54 default y
55 depends on WIRELESS_EXT && SYSFS
56 help
57 This option enables the deprecated wireless statistics
58 files in /sys/class/net/*/wireless/. The same information
59 is available via the ioctls as well.
60
d9664741
FM
61 Say Y if you have programs using it, like old versions of
62 hal.
7e272fcf
JL
63
64config LIB80211
65 tristate "Common routines for IEEE802.11 drivers"
66 default n
67 help
68 This options enables a library of common routines used
69 by IEEE802.11 wireless LAN drivers.
70
71 Drivers should select this themselves if needed. Say Y if
72 you want this built into your kernel.
274bfb8d
JL
73
74config LIB80211_CRYPT_WEP
75 tristate
76
77config LIB80211_CRYPT_CCMP
78 tristate
79
80config LIB80211_CRYPT_TKIP
81 tristate
6f16bf3b
JL
82
83config LIB80211_DEBUG
84 bool "lib80211 debugging messages"
85 depends on LIB80211
86 default n
87 ---help---
88 You can enable this if you want verbose debugging messages
89 from lib80211.
90
91 If unsure, say N.
This page took 0.409392 seconds and 5 git commands to generate.