iwl3945: add test for new association
[deliverable/linux.git] / drivers / net / wireless / iwlwifi / Kconfig
CommitLineData
358c1295 1config IWLWIFI
80bc5393 2 tristate "Intel Wireless Wifi"
f82d8d97 3 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
7e272fcf 4 select LIB80211
80bc5393 5 select FW_LOADER
3a8209d1
AB
6 select MAC80211_LEDS if IWLWIFI_LEDS
7 select LEDS_CLASS if IWLWIFI_LEDS
8 select RFKILL if IWLWIFI_RFKILL
80bc5393
RC
9 select MAC80211_LEDS if IWL3945_LEDS
10 select LEDS_CLASS if IWL3945_LEDS
df48c323 11
ab53d8af 12config IWLWIFI_LEDS
f82d8d97 13 bool "Enable LED support in iwlagn driver"
80bc5393 14 depends on IWLWIFI
ab53d8af 15
eadd3c4b 16config IWLWIFI_RFKILL
80bc5393
RC
17 bool "Enable RF kill support in iwlagn and iwl3945 drivers"
18 depends on IWLWIFI
19
20config IWLWIFI_SPECTRUM_MEASUREMENT
21 bool "Enable Spectrum Measurement in iwlagn driver"
22 depends on IWLWIFI
23 ---help---
24 This option will enable spectrum measurement for the iwlagn driver.
ad97edd2 25
4fc22b21 26config IWLWIFI_DEBUG
d08853a3 27 bool "Enable full debugging output in iwlagn and iwl3945 drivers"
80bc5393 28 depends on IWLWIFI
4fc22b21
TW
29 ---help---
30 This option will enable debug tracing output for the iwlwifi drivers
31
32 This will result in the kernel module being ~100k larger. You can
33 control which debug output is sent to the kernel log by setting the
34 value in
35
36 /sys/class/net/wlan0/device/debug_level
37
38 This entry will only exist if this option is enabled.
39
40 To set a value, simply echo an 8-byte hex value to the same file:
41
42 % echo 0x43fff > /sys/class/net/wlan0/device/debug_level
43
44 You can find the list of debug mask values in:
45 drivers/net/wireless/iwlwifi/iwl-debug.h
46
47 If this is your first time using this driver, you should say Y here
48 as the debug information can assist others in helping you resolve
49 any problems you may encounter.
50
51config IWLWIFI_DEBUGFS
80bc5393
RC
52 bool "iwlagn debugfs support"
53 depends on IWLWIFI && IWLWIFI_DEBUG && MAC80211_DEBUGFS
4fc22b21
TW
54 ---help---
55 Enable creation of debugfs files for the iwlwifi drivers.
56
57config IWLAGN
80bc5393 58 tristate "Intel Wireless WiFi Next Gen AGN (iwlagn)"
f82d8d97 59 depends on IWLWIFI
b481de9c 60 ---help---
c8b0e6e1 61 Select to build the driver supporting the:
b481de9c 62
4fc22b21 63 Intel Wireless WiFi Link Next-Gen AGN
b481de9c 64
c8b0e6e1 65 This driver uses the kernel's mac80211 subsystem.
b481de9c 66
c8b0e6e1
CH
67 In order to use this driver, you will need a microcode (uCode)
68 image for it. You can obtain the microcode from:
b481de9c 69
c8b0e6e1 70 <http://intellinuxwireless.org/>.
b481de9c 71
e7a2827c
RC
72 The microcode is typically installed in /lib/firmware. You can
73 look in the hotplug script /etc/hotplug/firmware.agent to
74 determine which directory FIRMWARE_DIR is set to when the script
75 runs.
b481de9c 76
c8b0e6e1 77 If you want to compile the driver as a module ( = code which can be
7c44b6e9 78 inserted in and removed from the running kernel whenever you want),
c8b0e6e1 79 say M here and read <file:Documentation/kbuild/modules.txt>. The
4fc22b21 80 module will be called iwlagn.ko.
b481de9c 81
b481de9c 82
4fc22b21
TW
83config IWL4965
84 bool "Intel Wireless WiFi 4965AGN"
85 depends on IWLAGN
86 ---help---
87 This option enables support for Intel Wireless WiFi Link 4965AGN
b481de9c 88
5a6a256e 89config IWL5000
80bc5393 90 bool "Intel Wireless WiFi 5000AGN; Intel WiFi Link 100, 6000, and 6050 Series"
4fc22b21 91 depends on IWLAGN
5a6a256e
TW
92 ---help---
93 This option enables support for Intel Wireless WiFi Link 5000AGN Family
712b6cf5 94
b481de9c 95config IWL3945
80bc5393 96 tristate "Intel PRO/Wireless 3945ABG/BG Network Connection (iwl3945)"
f82d8d97 97 depends on IWLWIFI
b481de9c
ZY
98 ---help---
99 Select to build the driver supporting the:
100
101 Intel PRO/Wireless 3945ABG/BG Network Connection
102
103 This driver uses the kernel's mac80211 subsystem.
104
b481de9c
ZY
105 In order to use this driver, you will need a microcode (uCode)
106 image for it. You can obtain the microcode from:
107
108 <http://intellinuxwireless.org/>.
109
e7a2827c
RC
110 The microcode is typically installed in /lib/firmware. You can
111 look in the hotplug script /etc/hotplug/firmware.agent to
112 determine which directory FIRMWARE_DIR is set to when the script
113 runs.
b481de9c
ZY
114
115 If you want to compile the driver as a module ( = code which can be
7c44b6e9 116 inserted in and removed from the running kernel whenever you want),
e403149c
DH
117 say M here and read <file:Documentation/kbuild/modules.txt>. The
118 module will be called iwl3945.ko.
c8b0e6e1 119
c8b0e6e1 120config IWL3945_SPECTRUM_MEASUREMENT
80bc5393 121 bool "Enable Spectrum Measurement in iwl3945 driver"
c8b0e6e1 122 depends on IWL3945
c8b0e6e1
CH
123 ---help---
124 This option will enable spectrum measurement for the iwl3945 driver.
125
ab53d8af
MA
126config IWL3945_LEDS
127 bool "Enable LEDS features in iwl3945 driver"
e82404ad 128 depends on IWL3945
ab53d8af
MA
129 ---help---
130 This option enables LEDS for the iwl3945 driver.
This page took 0.328425 seconds and 5 git commands to generate.