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