blob: 4bdb75ecb170024cebd4b8105fd8174b81ed25b5 [file] [log] [blame]
Tomas Winklerdf48c322008-03-06 10:40:19 -08001config IWLCORE
2 tristate "Intel Wireless Wifi Core"
3 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
4
Mohamed Abbasab53d8a2008-03-25 16:33:36 -07005config IWLWIFI_LEDS
6 bool "Enable LEDS features in iwlwifi driver"
7 depends on IWLCORE && MAC80211_LEDS && LEDS_CLASS
8 ---help---
9 This option enables LEDS for the iwlwifi drivers
10
11
Zhu Yib481de92007-09-25 17:54:57 -070012config IWL4965
13 tristate "Intel Wireless WiFi 4965AGN"
Christoph Hellwigbb8c0932008-01-27 16:41:47 -080014 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080015 select FW_LOADER
Tomas Winklerdf48c322008-03-06 10:40:19 -080016 select IWLCORE
Zhu Yib481de92007-09-25 17:54:57 -070017 ---help---
18 Select to build the driver supporting the:
19
20 Intel Wireless WiFi Link 4965AGN
21
22 This driver uses the kernel's mac80211 subsystem.
23
Zhu Yib481de92007-09-25 17:54:57 -070024 In order to use this driver, you will need a microcode (uCode)
25 image for it. You can obtain the microcode from:
26
27 <http://intellinuxwireless.org/>.
28
Reinette Chatree7a28272008-01-14 17:46:24 -080029 The microcode is typically installed in /lib/firmware. You can
30 look in the hotplug script /etc/hotplug/firmware.agent to
31 determine which directory FIRMWARE_DIR is set to when the script
32 runs.
Zhu Yib481de92007-09-25 17:54:57 -070033
34 If you want to compile the driver as a module ( = code which can be
35 inserted in and remvoed from the running kernel whenever you want),
Dirk Hohndele4031492007-10-30 13:37:19 -070036 say M here and read <file:Documentation/kbuild/modules.txt>. The
37 module will be called iwl4965.ko.
Zhu Yib481de92007-09-25 17:54:57 -070038
Ron Rindjunsky923effd2007-11-26 16:14:35 +020039config IWL4965_HT
40 bool "Enable 802.11n HT features in iwl4965 driver"
41 depends on EXPERIMENTAL
Ron Rindjunsky292ae172008-02-06 11:20:39 -080042 depends on IWL4965
Ron Rindjunsky923effd2007-11-26 16:14:35 +020043 ---help---
44 This option enables IEEE 802.11n High Throughput features
45 for the iwl4965 driver.
46
Mohamed Abbasab53d8a2008-03-25 16:33:36 -070047config IWL4965_LEDS
48 bool "Enable LEDS features in iwl4965 driver"
49 depends on IWL4965 && IWLWIFI_LEDS
50 ---help---
51 This option enables LEDS for the iwlwifi drivers
52
53
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080054config IWL4965_SPECTRUM_MEASUREMENT
Zhu Yi66c6b132008-01-04 22:53:11 -080055 bool "Enable Spectrum Measurement in iwl4965 driver"
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080056 depends on IWL4965
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080057 ---help---
58 This option will enable spectrum measurement for the iwl4965 driver.
59
60config IWL4965_SENSITIVITY
61 bool "Enable Sensitivity Calibration in iwl4965 driver"
62 depends on IWL4965
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080063 ---help---
64 This option will enable sensitivity calibration for the iwl4965
65 driver.
66
Tomas Winkler0a6857e2008-03-12 16:58:49 -070067config IWLWIFI_DEBUG
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080068 bool "Enable full debugging output in iwl4965 driver"
69 depends on IWL4965
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080070 ---help---
71 This option will enable debug tracing output for the iwl4965
72 driver.
73
74 This will result in the kernel module being ~100k larger. You can
75 control which debug output is sent to the kernel log by setting the
76 value in
77
78 /sys/bus/pci/drivers/${DRIVER}/debug_level
79
80 This entry will only exist if this option is enabled.
81
82 To set a value, simply echo an 8-byte hex value to the same file:
83
84 % echo 0x43fff > /sys/bus/pci/drivers/${DRIVER}/debug_level
85
86 You can find the list of debug mask values in:
87 drivers/net/wireless/iwlwifi/iwl-4965-debug.h
88
89 If this is your first time using this driver, you should say Y here
90 as the debug information can assist others in helping you resolve
91 any problems you may encounter.
92
Tomas Winkler712b6cf2008-03-12 16:58:52 -070093config IWLWIFI_DEBUGFS
94 bool "Iwlwifi debugfs support"
95 depends on IWLCORE && IWLWIFI_DEBUG && MAC80211_DEBUGFS
96 ---help---
97 Enable creation of debugfs files for the iwlwifi drivers.
98
Zhu Yib481de92007-09-25 17:54:57 -070099config IWL3945
100 tristate "Intel PRO/Wireless 3945ABG/BG Network Connection"
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800101 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800102 select FW_LOADER
Zhu Yib481de92007-09-25 17:54:57 -0700103 ---help---
104 Select to build the driver supporting the:
105
106 Intel PRO/Wireless 3945ABG/BG Network Connection
107
108 This driver uses the kernel's mac80211 subsystem.
109
Zhu Yib481de92007-09-25 17:54:57 -0700110 In order to use this driver, you will need a microcode (uCode)
111 image for it. You can obtain the microcode from:
112
113 <http://intellinuxwireless.org/>.
114
Reinette Chatree7a28272008-01-14 17:46:24 -0800115 The microcode is typically installed in /lib/firmware. You can
116 look in the hotplug script /etc/hotplug/firmware.agent to
117 determine which directory FIRMWARE_DIR is set to when the script
118 runs.
Zhu Yib481de92007-09-25 17:54:57 -0700119
120 If you want to compile the driver as a module ( = code which can be
121 inserted in and remvoed from the running kernel whenever you want),
Dirk Hohndele4031492007-10-30 13:37:19 -0700122 say M here and read <file:Documentation/kbuild/modules.txt>. The
123 module will be called iwl3945.ko.
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800124
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800125config IWL3945_SPECTRUM_MEASUREMENT
126 bool "Enable Spectrum Measurement in iwl3945 drivers"
127 depends on IWL3945
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800128 ---help---
129 This option will enable spectrum measurement for the iwl3945 driver.
130
Mohamed Abbasab53d8a2008-03-25 16:33:36 -0700131config IWL3945_LEDS
132 bool "Enable LEDS features in iwl3945 driver"
133 depends on IWL3945 && MAC80211_LEDS && LEDS_CLASS
134 ---help---
135 This option enables LEDS for the iwl3945 driver.
136
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800137config IWL3945_DEBUG
138 bool "Enable full debugging output in iwl3945 driver"
139 depends on IWL3945
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800140 ---help---
141 This option will enable debug tracing output for the iwl3945
142 driver.
143
144 This will result in the kernel module being ~100k larger. You can
145 control which debug output is sent to the kernel log by setting the
146 value in
147
148 /sys/bus/pci/drivers/${DRIVER}/debug_level
149
150 This entry will only exist if this option is enabled.
151
152 To set a value, simply echo an 8-byte hex value to the same file:
153
154 % echo 0x43fff > /sys/bus/pci/drivers/${DRIVER}/debug_level
155
156 You can find the list of debug mask values in:
157 drivers/net/wireless/iwlwifi/iwl-3945-debug.h
158
159 If this is your first time using this driver, you should say Y here
160 as the debug information can assist others in helping you resolve
161 any problems you may encounter.
162