Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
[linux-2.6] / drivers / net / wireless / iwlwifi / Kconfig
1 config IWLWIFI
2         tristate
3
4 config IWLCORE
5         tristate "Intel Wireless Wifi Core"
6         depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
7         select IWLWIFI
8         select MAC80211_LEDS if IWLWIFI_LEDS
9         select LEDS_CLASS if IWLWIFI_LEDS
10         select RFKILL if IWLWIFI_RFKILL
11         select RFKILL_INPUT if IWLWIFI_RFKILL
12
13 config IWLWIFI_LEDS
14         bool
15         default n
16
17 config IWLWIFI_RFKILL
18         boolean "IWLWIFI RF kill support"
19         depends on IWLCORE
20
21 config IWL4965
22         tristate "Intel Wireless WiFi 4965AGN"
23         depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
24         select FW_LOADER
25         select IWLCORE
26         ---help---
27           Select to build the driver supporting the:
28
29           Intel Wireless WiFi Link 4965AGN
30
31           This driver uses the kernel's mac80211 subsystem.
32
33           In order to use this driver, you will need a microcode (uCode)
34           image for it. You can obtain the microcode from:
35
36                   <http://intellinuxwireless.org/>.
37
38           The microcode is typically installed in /lib/firmware. You can
39           look in the hotplug script /etc/hotplug/firmware.agent to
40           determine which directory FIRMWARE_DIR is set to when the script
41           runs.
42
43           If you want to compile the driver as a module ( = code which can be
44           inserted in and removed from the running kernel whenever you want),
45           say M here and read <file:Documentation/kbuild/modules.txt>.  The
46           module will be called iwl4965.ko.
47
48 config IWL4965_LEDS
49         bool "Enable LEDS features in iwl4965 driver"
50         depends on IWL4965
51         select IWLWIFI_LEDS
52         ---help---
53           This option enables LEDS for the iwlwifi drivers
54
55
56 config IWL4965_SPECTRUM_MEASUREMENT
57         bool "Enable Spectrum Measurement in iwl4965 driver"
58         depends on IWL4965
59         ---help---
60           This option will enable spectrum measurement for the iwl4965 driver.
61
62 config IWLWIFI_DEBUG
63         bool "Enable full debugging output in iwl4965 driver"
64         depends on IWL4965
65         ---help---
66           This option will enable debug tracing output for the iwl4965
67           driver.
68
69           This will result in the kernel module being ~100k larger.  You can
70           control which debug output is sent to the kernel log by setting the
71           value in
72
73                 /sys/class/net/wlan0/device/debug_level
74
75           This entry will only exist if this option is enabled.
76
77           To set a value, simply echo an 8-byte hex value to the same file:
78
79                   % echo 0x43fff > /sys/class/net/wlan0/device/debug_level
80
81           You can find the list of debug mask values in:
82                   drivers/net/wireless/iwlwifi/iwl-4965-debug.h
83
84           If this is your first time using this driver, you should say Y here
85           as the debug information can assist others in helping you resolve
86           any problems you may encounter.
87
88 config IWL5000
89         bool "Intel Wireless WiFi 5000AGN"
90         depends on IWL4965
91         ---help---
92           This option enables support for Intel Wireless WiFi Link 5000AGN Family
93           Dependency on 4965 is temporary
94
95 config IWLWIFI_DEBUGFS
96         bool "Iwlwifi debugfs support"
97         depends on IWLCORE && IWLWIFI_DEBUG && MAC80211_DEBUGFS
98         ---help---
99           Enable creation of debugfs files for the iwlwifi drivers.
100
101 config IWL3945
102         tristate "Intel PRO/Wireless 3945ABG/BG Network Connection"
103         depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
104         select FW_LOADER
105         select IWLWIFI
106         select MAC80211_LEDS if IWL3945_LEDS
107         select LEDS_CLASS if IWL3945_LEDS
108         ---help---
109           Select to build the driver supporting the:
110
111           Intel PRO/Wireless 3945ABG/BG Network Connection
112
113           This driver uses the kernel's mac80211 subsystem.
114
115           In order to use this driver, you will need a microcode (uCode)
116           image for it. You can obtain the microcode from:
117
118                   <http://intellinuxwireless.org/>.
119
120           The microcode is typically installed in /lib/firmware. You can
121           look in the hotplug script /etc/hotplug/firmware.agent to
122           determine which directory FIRMWARE_DIR is set to when the script
123           runs.
124
125           If you want to compile the driver as a module ( = code which can be
126           inserted in and removed from the running kernel whenever you want),
127           say M here and read <file:Documentation/kbuild/modules.txt>.  The
128           module will be called iwl3945.ko.
129
130 config IWL3945_SPECTRUM_MEASUREMENT
131         bool "Enable Spectrum Measurement in iwl3945 drivers"
132         depends on IWL3945
133         ---help---
134           This option will enable spectrum measurement for the iwl3945 driver.
135
136 config IWL3945_LEDS
137         bool "Enable LEDS features in iwl3945 driver"
138         depends on IWL3945
139         ---help---
140           This option enables LEDS for the iwl3945 driver.
141
142 config IWL3945_DEBUG
143         bool "Enable full debugging output in iwl3945 driver"
144         depends on IWL3945
145         ---help---
146           This option will enable debug tracing output for the iwl3945
147           driver.
148
149           This will result in the kernel module being ~100k larger.  You can
150           control which debug output is sent to the kernel log by setting the
151           value in
152
153                   /sys/bus/pci/drivers/${DRIVER}/debug_level
154
155           This entry will only exist if this option is enabled.
156
157           To set a value, simply echo an 8-byte hex value to the same file:
158
159                   % echo 0x43fff > /sys/bus/pci/drivers/${DRIVER}/debug_level
160
161           You can find the list of debug mask values in:
162                   drivers/net/wireless/iwlwifi/iwl-3945-debug.h
163
164           If this is your first time using this driver, you should say Y here
165           as the debug information can assist others in helping you resolve
166           any problems you may encounter.
167