blob: b628a44057f75b2ca547db6faa06b510d9667edd [file] [log] [blame]
Jason Riedy358c1292008-04-27 15:38:30 -07001config IWLWIFI
Adrian Bunk1da5ea12008-05-06 00:04:47 -07002 tristate
Jason Riedy358c1292008-04-27 15:38:30 -07003
Tomas Winklerdf48c322008-03-06 10:40:19 -08004config IWLCORE
5 tristate "Intel Wireless Wifi Core"
6 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
Jason Riedy358c1292008-04-27 15:38:30 -07007 select IWLWIFI
Adrian Bunk3a8209d2008-04-29 22:29:59 -07008 select MAC80211_LEDS if IWLWIFI_LEDS
9 select LEDS_CLASS if IWLWIFI_LEDS
10 select RFKILL if IWLWIFI_RFKILL
Tomas Winklerdf48c322008-03-06 10:40:19 -080011
Mohamed Abbasab53d8a2008-03-25 16:33:36 -070012config IWLWIFI_LEDS
John W. Linville53f36d72008-04-02 12:10:04 -040013 bool
14 default n
Mohamed Abbasab53d8a2008-03-25 16:33:36 -070015
Reinette Chatreeadd3c42008-04-14 21:16:12 -070016config IWLWIFI_RFKILL
Mohamed Abbasad97edd2008-03-28 16:21:06 -070017 boolean "IWLWIFI RF kill support"
18 depends on IWLCORE
Mohamed Abbasad97edd2008-03-28 16:21:06 -070019
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
Mohamed Abbasab53d8a2008-03-25 16:33:36 -070047config IWL4965_LEDS
48 bool "Enable LEDS features in iwl4965 driver"
David S. Millere82404a2008-04-23 03:34:31 -070049 depends on IWL4965
John W. Linville53f36d72008-04-02 12:10:04 -040050 select IWLWIFI_LEDS
Mohamed Abbasab53d8a2008-03-25 16:33:36 -070051 ---help---
52 This option enables LEDS for the iwlwifi drivers
53
54
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080055config IWL4965_SPECTRUM_MEASUREMENT
Zhu Yi66c6b132008-01-04 22:53:11 -080056 bool "Enable Spectrum Measurement in iwl4965 driver"
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080057 depends on IWL4965
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080058 ---help---
59 This option will enable spectrum measurement for the iwl4965 driver.
60
Tomas Winkler0a6857e2008-03-12 16:58:49 -070061config IWLWIFI_DEBUG
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080062 bool "Enable full debugging output in iwl4965 driver"
63 depends on IWL4965
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080064 ---help---
65 This option will enable debug tracing output for the iwl4965
66 driver.
67
68 This will result in the kernel module being ~100k larger. You can
69 control which debug output is sent to the kernel log by setting the
70 value in
71
Ester Kummer8cf769c2008-05-06 11:05:11 +080072 /sys/class/net/wlan0/device/debug_level
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080073
74 This entry will only exist if this option is enabled.
75
76 To set a value, simply echo an 8-byte hex value to the same file:
77
Ester Kummer8cf769c2008-05-06 11:05:11 +080078 % echo 0x43fff > /sys/class/net/wlan0/device/debug_level
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080079
80 You can find the list of debug mask values in:
81 drivers/net/wireless/iwlwifi/iwl-4965-debug.h
82
83 If this is your first time using this driver, you should say Y here
84 as the debug information can assist others in helping you resolve
85 any problems you may encounter.
86
Tomas Winkler5a6a2562008-04-24 11:55:23 -070087config IWL5000
88 bool "Intel Wireless WiFi 5000AGN"
89 depends on IWL4965
90 ---help---
91 This option enables support for Intel Wireless WiFi Link 5000AGN Family
92 Dependency on 4965 is temporary
93
Tomas Winkler712b6cf2008-03-12 16:58:52 -070094config IWLWIFI_DEBUGFS
95 bool "Iwlwifi debugfs support"
96 depends on IWLCORE && IWLWIFI_DEBUG && MAC80211_DEBUGFS
97 ---help---
98 Enable creation of debugfs files for the iwlwifi drivers.
99
Zhu Yib481de92007-09-25 17:54:57 -0700100config IWL3945
101 tristate "Intel PRO/Wireless 3945ABG/BG Network Connection"
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800102 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800103 select FW_LOADER
Jason Riedy358c1292008-04-27 15:38:30 -0700104 select IWLWIFI
Adrian Bunk3a8209d2008-04-29 22:29:59 -0700105 select MAC80211_LEDS if IWL3945_LEDS
106 select LEDS_CLASS if IWL3945_LEDS
Zhu Yib481de92007-09-25 17:54:57 -0700107 ---help---
108 Select to build the driver supporting the:
109
110 Intel PRO/Wireless 3945ABG/BG Network Connection
111
112 This driver uses the kernel's mac80211 subsystem.
113
Zhu Yib481de92007-09-25 17:54:57 -0700114 In order to use this driver, you will need a microcode (uCode)
115 image for it. You can obtain the microcode from:
116
117 <http://intellinuxwireless.org/>.
118
Reinette Chatree7a28272008-01-14 17:46:24 -0800119 The microcode is typically installed in /lib/firmware. You can
120 look in the hotplug script /etc/hotplug/firmware.agent to
121 determine which directory FIRMWARE_DIR is set to when the script
122 runs.
Zhu Yib481de92007-09-25 17:54:57 -0700123
124 If you want to compile the driver as a module ( = code which can be
Pascal Terjan7c44b6e2008-03-13 19:13:24 +0100125 inserted in and removed from the running kernel whenever you want),
Dirk Hohndele4031492007-10-30 13:37:19 -0700126 say M here and read <file:Documentation/kbuild/modules.txt>. The
127 module will be called iwl3945.ko.
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800128
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800129config IWL3945_SPECTRUM_MEASUREMENT
130 bool "Enable Spectrum Measurement in iwl3945 drivers"
131 depends on IWL3945
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800132 ---help---
133 This option will enable spectrum measurement for the iwl3945 driver.
134
Mohamed Abbasab53d8a2008-03-25 16:33:36 -0700135config IWL3945_LEDS
136 bool "Enable LEDS features in iwl3945 driver"
David S. Millere82404a2008-04-23 03:34:31 -0700137 depends on IWL3945
Mohamed Abbasab53d8a2008-03-25 16:33:36 -0700138 ---help---
139 This option enables LEDS for the iwl3945 driver.
140
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800141config IWL3945_DEBUG
142 bool "Enable full debugging output in iwl3945 driver"
143 depends on IWL3945
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800144 ---help---
145 This option will enable debug tracing output for the iwl3945
146 driver.
147
148 This will result in the kernel module being ~100k larger. You can
149 control which debug output is sent to the kernel log by setting the
150 value in
151
152 /sys/bus/pci/drivers/${DRIVER}/debug_level
153
154 This entry will only exist if this option is enabled.
155
156 To set a value, simply echo an 8-byte hex value to the same file:
157
158 % echo 0x43fff > /sys/bus/pci/drivers/${DRIVER}/debug_level
159
160 You can find the list of debug mask values in:
161 drivers/net/wireless/iwlwifi/iwl-3945-debug.h
162
163 If this is your first time using this driver, you should say Y here
164 as the debug information can assist others in helping you resolve
165 any problems you may encounter.
166