iwl3945: use iwl_rx_reply_error notification
[safe/jmp/linux-2.6] / drivers / net / wireless / iwlwifi / Kconfig
1 config IWLWIFI
2         tristate "Intel Wireless Wifi"
3         depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
4         select LIB80211
5         select FW_LOADER
6         select MAC80211_LEDS if IWLWIFI_LEDS
7         select LEDS_CLASS if IWLWIFI_LEDS
8         select RFKILL if IWLWIFI_RFKILL
9         select MAC80211_LEDS if IWL3945_LEDS
10         select LEDS_CLASS if IWL3945_LEDS
11
12 config IWLWIFI_LEDS
13         bool "Enable LED support in iwlagn driver"
14         depends on IWLWIFI
15
16 config IWLWIFI_RFKILL
17         bool "Enable RF kill support in iwlagn and iwl3945 drivers"
18         depends on IWLWIFI
19
20 config 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.
25
26 config IWLWIFI_DEBUG
27         bool "Enable full debugging output in iwlagn and iwl3945 drivers"
28         depends on IWLWIFI
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
51 config IWLWIFI_DEBUGFS
52         bool "iwlagn debugfs support"
53         depends on IWLWIFI && IWLWIFI_DEBUG && MAC80211_DEBUGFS
54         ---help---
55           Enable creation of debugfs files for the iwlwifi drivers.
56
57 config IWLAGN
58         tristate "Intel Wireless WiFi Next Gen AGN (iwlagn)"
59         depends on IWLWIFI
60         ---help---
61           Select to build the driver supporting the:
62
63           Intel Wireless WiFi Link Next-Gen AGN
64
65           This driver uses the kernel's mac80211 subsystem.
66
67           In order to use this driver, you will need a microcode (uCode)
68           image for it. You can obtain the microcode from:
69
70                   <http://intellinuxwireless.org/>.
71
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.
76
77           If you want to compile the driver as a module ( = code which can be
78           inserted in and removed from the running kernel whenever you want),
79           say M here and read <file:Documentation/kbuild/modules.txt>.  The
80           module will be called iwlagn.ko.
81
82
83 config IWL4965
84         bool "Intel Wireless WiFi 4965AGN"
85         depends on IWLAGN
86         ---help---
87           This option enables support for Intel Wireless WiFi Link 4965AGN
88
89 config IWL5000
90         bool "Intel Wireless WiFi 5000AGN; Intel WiFi Link 100, 6000, and 6050 Series"
91         depends on IWLAGN
92         ---help---
93           This option enables support for Intel Wireless WiFi Link 5000AGN Family
94
95 config IWL3945
96         tristate "Intel PRO/Wireless 3945ABG/BG Network Connection (iwl3945)"
97         depends on IWLWIFI
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
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
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.
114
115           If you want to compile the driver as a module ( = code which can be
116           inserted in and removed from the running kernel whenever you want),
117           say M here and read <file:Documentation/kbuild/modules.txt>.  The
118           module will be called iwl3945.ko.
119
120 config IWL3945_SPECTRUM_MEASUREMENT
121         bool "Enable Spectrum Measurement in iwl3945 driver"
122         depends on IWL3945
123         ---help---
124           This option will enable spectrum measurement for the iwl3945 driver.
125
126 config IWL3945_LEDS
127         bool "Enable LEDS features in iwl3945 driver"
128         depends on IWL3945
129         ---help---
130           This option enables LEDS for the iwl3945 driver.