blob: 9a25f550fd16461067b029b3c7a4fcf6e458ebb5 [file] [log] [blame]
Jason Riedy358c1292008-04-27 15:38:30 -07001config IWLWIFI
2 bool
3 default n
4
Tomas Winklerdf48c322008-03-06 10:40:19 -08005config IWLCORE
6 tristate "Intel Wireless Wifi Core"
7 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
Jason Riedy358c1292008-04-27 15:38:30 -07008 select IWLWIFI
Tomas Winklerdf48c322008-03-06 10:40:19 -08009
Mohamed Abbasab53d8a2008-03-25 16:33:36 -070010config IWLWIFI_LEDS
John W. Linville53f36d72008-04-02 12:10:04 -040011 bool
12 default n
Mohamed Abbasab53d8a2008-03-25 16:33:36 -070013
Reinette Chatreeadd3c42008-04-14 21:16:12 -070014config IWLWIFI_RFKILL
Mohamed Abbasad97edd2008-03-28 16:21:06 -070015 boolean "IWLWIFI RF kill support"
16 depends on IWLCORE
17 select RFKILL
18 select RFKILL_INPUT
19
Zhu Yib481de92007-09-25 17:54:57 -070020config IWL4965
21 tristate "Intel Wireless WiFi 4965AGN"
Christoph Hellwigbb8c0932008-01-27 16:41:47 -080022 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080023 select FW_LOADER
Tomas Winklerdf48c322008-03-06 10:40:19 -080024 select IWLCORE
Zhu Yib481de92007-09-25 17:54:57 -070025 ---help---
26 Select to build the driver supporting the:
27
28 Intel Wireless WiFi Link 4965AGN
29
30 This driver uses the kernel's mac80211 subsystem.
31
Zhu Yib481de92007-09-25 17:54:57 -070032 In order to use this driver, you will need a microcode (uCode)
33 image for it. You can obtain the microcode from:
34
35 <http://intellinuxwireless.org/>.
36
Reinette Chatree7a28272008-01-14 17:46:24 -080037 The microcode is typically installed in /lib/firmware. You can
38 look in the hotplug script /etc/hotplug/firmware.agent to
39 determine which directory FIRMWARE_DIR is set to when the script
40 runs.
Zhu Yib481de92007-09-25 17:54:57 -070041
42 If you want to compile the driver as a module ( = code which can be
Pascal Terjan7c44b6e2008-03-13 19:13:24 +010043 inserted in and removed from the running kernel whenever you want),
Dirk Hohndele4031492007-10-30 13:37:19 -070044 say M here and read <file:Documentation/kbuild/modules.txt>. The
45 module will be called iwl4965.ko.
Zhu Yib481de92007-09-25 17:54:57 -070046
Ron Rindjunsky923effd2007-11-26 16:14:35 +020047config IWL4965_HT
48 bool "Enable 802.11n HT features in iwl4965 driver"
49 depends on EXPERIMENTAL
Ron Rindjunsky292ae172008-02-06 11:20:39 -080050 depends on IWL4965
Ron Rindjunsky923effd2007-11-26 16:14:35 +020051 ---help---
52 This option enables IEEE 802.11n High Throughput features
53 for the iwl4965 driver.
54
Mohamed Abbasab53d8a2008-03-25 16:33:36 -070055config IWL4965_LEDS
56 bool "Enable LEDS features in iwl4965 driver"
David S. Millere82404a2008-04-23 03:34:31 -070057 depends on IWL4965
58 select MAC80211_LEDS
59 select LEDS_CLASS
John W. Linville53f36d72008-04-02 12:10:04 -040060 select IWLWIFI_LEDS
Mohamed Abbasab53d8a2008-03-25 16:33:36 -070061 ---help---
62 This option enables LEDS for the iwlwifi drivers
63
64
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080065config IWL4965_SPECTRUM_MEASUREMENT
Zhu Yi66c6b132008-01-04 22:53:11 -080066 bool "Enable Spectrum Measurement in iwl4965 driver"
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080067 depends on IWL4965
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080068 ---help---
69 This option will enable spectrum measurement for the iwl4965 driver.
70
71config IWL4965_SENSITIVITY
72 bool "Enable Sensitivity Calibration in iwl4965 driver"
73 depends on IWL4965
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080074 ---help---
75 This option will enable sensitivity calibration for the iwl4965
76 driver.
77
Tomas Winkler0a6857e2008-03-12 16:58:49 -070078config IWLWIFI_DEBUG
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080079 bool "Enable full debugging output in iwl4965 driver"
80 depends on IWL4965
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080081 ---help---
82 This option will enable debug tracing output for the iwl4965
83 driver.
84
85 This will result in the kernel module being ~100k larger. You can
86 control which debug output is sent to the kernel log by setting the
87 value in
88
89 /sys/bus/pci/drivers/${DRIVER}/debug_level
90
91 This entry will only exist if this option is enabled.
92
93 To set a value, simply echo an 8-byte hex value to the same file:
94
95 % echo 0x43fff > /sys/bus/pci/drivers/${DRIVER}/debug_level
96
97 You can find the list of debug mask values in:
98 drivers/net/wireless/iwlwifi/iwl-4965-debug.h
99
100 If this is your first time using this driver, you should say Y here
101 as the debug information can assist others in helping you resolve
102 any problems you may encounter.
103
Tomas Winkler712b6cf2008-03-12 16:58:52 -0700104config IWLWIFI_DEBUGFS
105 bool "Iwlwifi debugfs support"
106 depends on IWLCORE && IWLWIFI_DEBUG && MAC80211_DEBUGFS
107 ---help---
108 Enable creation of debugfs files for the iwlwifi drivers.
109
Zhu Yib481de92007-09-25 17:54:57 -0700110config IWL3945
111 tristate "Intel PRO/Wireless 3945ABG/BG Network Connection"
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800112 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800113 select FW_LOADER
Jason Riedy358c1292008-04-27 15:38:30 -0700114 select IWLWIFI
Zhu Yib481de92007-09-25 17:54:57 -0700115 ---help---
116 Select to build the driver supporting the:
117
118 Intel PRO/Wireless 3945ABG/BG Network Connection
119
120 This driver uses the kernel's mac80211 subsystem.
121
Zhu Yib481de92007-09-25 17:54:57 -0700122 In order to use this driver, you will need a microcode (uCode)
123 image for it. You can obtain the microcode from:
124
125 <http://intellinuxwireless.org/>.
126
Reinette Chatree7a28272008-01-14 17:46:24 -0800127 The microcode is typically installed in /lib/firmware. You can
128 look in the hotplug script /etc/hotplug/firmware.agent to
129 determine which directory FIRMWARE_DIR is set to when the script
130 runs.
Zhu Yib481de92007-09-25 17:54:57 -0700131
132 If you want to compile the driver as a module ( = code which can be
Pascal Terjan7c44b6e2008-03-13 19:13:24 +0100133 inserted in and removed from the running kernel whenever you want),
Dirk Hohndele4031492007-10-30 13:37:19 -0700134 say M here and read <file:Documentation/kbuild/modules.txt>. The
135 module will be called iwl3945.ko.
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800136
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800137config IWL3945_SPECTRUM_MEASUREMENT
138 bool "Enable Spectrum Measurement in iwl3945 drivers"
139 depends on IWL3945
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800140 ---help---
141 This option will enable spectrum measurement for the iwl3945 driver.
142
Mohamed Abbasab53d8a2008-03-25 16:33:36 -0700143config IWL3945_LEDS
144 bool "Enable LEDS features in iwl3945 driver"
David S. Millere82404a2008-04-23 03:34:31 -0700145 depends on IWL3945
146 select MAC80211_LEDS
147 select LEDS_CLASS
Mohamed Abbasab53d8a2008-03-25 16:33:36 -0700148 ---help---
149 This option enables LEDS for the iwl3945 driver.
150
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800151config IWL3945_DEBUG
152 bool "Enable full debugging output in iwl3945 driver"
153 depends on IWL3945
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800154 ---help---
155 This option will enable debug tracing output for the iwl3945
156 driver.
157
158 This will result in the kernel module being ~100k larger. You can
159 control which debug output is sent to the kernel log by setting the
160 value in
161
162 /sys/bus/pci/drivers/${DRIVER}/debug_level
163
164 This entry will only exist if this option is enabled.
165
166 To set a value, simply echo an 8-byte hex value to the same file:
167
168 % echo 0x43fff > /sys/bus/pci/drivers/${DRIVER}/debug_level
169
170 You can find the list of debug mask values in:
171 drivers/net/wireless/iwlwifi/iwl-3945-debug.h
172
173 If this is your first time using this driver, you should say Y here
174 as the debug information can assist others in helping you resolve
175 any problems you may encounter.
176