blob: 5b7c0160e1fa318401b371360185d094ae99c072 [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
Zhu Yib481de92007-09-25 17:54:57 -07005config IWL4965
6 tristate "Intel Wireless WiFi 4965AGN"
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08007 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +08008 select FW_LOADER
Tomas Winklerdf48c322008-03-06 10:40:19 -08009 select IWLCORE
Zhu Yib481de92007-09-25 17:54:57 -070010 ---help---
11 Select to build the driver supporting the:
12
13 Intel Wireless WiFi Link 4965AGN
14
15 This driver uses the kernel's mac80211 subsystem.
16
Zhu Yib481de92007-09-25 17:54:57 -070017 In order to use this driver, you will need a microcode (uCode)
18 image for it. You can obtain the microcode from:
19
20 <http://intellinuxwireless.org/>.
21
Reinette Chatree7a28272008-01-14 17:46:24 -080022 The microcode is typically installed in /lib/firmware. You can
23 look in the hotplug script /etc/hotplug/firmware.agent to
24 determine which directory FIRMWARE_DIR is set to when the script
25 runs.
Zhu Yib481de92007-09-25 17:54:57 -070026
27 If you want to compile the driver as a module ( = code which can be
28 inserted in and remvoed from the running kernel whenever you want),
Dirk Hohndele4031492007-10-30 13:37:19 -070029 say M here and read <file:Documentation/kbuild/modules.txt>. The
30 module will be called iwl4965.ko.
Zhu Yib481de92007-09-25 17:54:57 -070031
Ron Rindjunsky923effd2007-11-26 16:14:35 +020032config IWL4965_HT
33 bool "Enable 802.11n HT features in iwl4965 driver"
34 depends on EXPERIMENTAL
Ron Rindjunsky292ae172008-02-06 11:20:39 -080035 depends on IWL4965
Ron Rindjunsky923effd2007-11-26 16:14:35 +020036 ---help---
37 This option enables IEEE 802.11n High Throughput features
38 for the iwl4965 driver.
39
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080040config IWL4965_SPECTRUM_MEASUREMENT
Zhu Yi66c6b132008-01-04 22:53:11 -080041 bool "Enable Spectrum Measurement in iwl4965 driver"
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080042 depends on IWL4965
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080043 ---help---
44 This option will enable spectrum measurement for the iwl4965 driver.
45
46config IWL4965_SENSITIVITY
47 bool "Enable Sensitivity Calibration in iwl4965 driver"
48 depends on IWL4965
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080049 ---help---
50 This option will enable sensitivity calibration for the iwl4965
51 driver.
52
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080053config IWL4965_DEBUG
54 bool "Enable full debugging output in iwl4965 driver"
55 depends on IWL4965
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080056 ---help---
57 This option will enable debug tracing output for the iwl4965
58 driver.
59
60 This will result in the kernel module being ~100k larger. You can
61 control which debug output is sent to the kernel log by setting the
62 value in
63
64 /sys/bus/pci/drivers/${DRIVER}/debug_level
65
66 This entry will only exist if this option is enabled.
67
68 To set a value, simply echo an 8-byte hex value to the same file:
69
70 % echo 0x43fff > /sys/bus/pci/drivers/${DRIVER}/debug_level
71
72 You can find the list of debug mask values in:
73 drivers/net/wireless/iwlwifi/iwl-4965-debug.h
74
75 If this is your first time using this driver, you should say Y here
76 as the debug information can assist others in helping you resolve
77 any problems you may encounter.
78
Zhu Yib481de92007-09-25 17:54:57 -070079config IWL3945
80 tristate "Intel PRO/Wireless 3945ABG/BG Network Connection"
Christoph Hellwigbb8c0932008-01-27 16:41:47 -080081 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080082 select FW_LOADER
Zhu Yib481de92007-09-25 17:54:57 -070083 ---help---
84 Select to build the driver supporting the:
85
86 Intel PRO/Wireless 3945ABG/BG Network Connection
87
88 This driver uses the kernel's mac80211 subsystem.
89
Zhu Yib481de92007-09-25 17:54:57 -070090 In order to use this driver, you will need a microcode (uCode)
91 image for it. You can obtain the microcode from:
92
93 <http://intellinuxwireless.org/>.
94
Reinette Chatree7a28272008-01-14 17:46:24 -080095 The microcode is typically installed in /lib/firmware. You can
96 look in the hotplug script /etc/hotplug/firmware.agent to
97 determine which directory FIRMWARE_DIR is set to when the script
98 runs.
Zhu Yib481de92007-09-25 17:54:57 -070099
100 If you want to compile the driver as a module ( = code which can be
101 inserted in and remvoed from the running kernel whenever you want),
Dirk Hohndele4031492007-10-30 13:37:19 -0700102 say M here and read <file:Documentation/kbuild/modules.txt>. The
103 module will be called iwl3945.ko.
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800104
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800105config IWL3945_SPECTRUM_MEASUREMENT
106 bool "Enable Spectrum Measurement in iwl3945 drivers"
107 depends on IWL3945
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800108 ---help---
109 This option will enable spectrum measurement for the iwl3945 driver.
110
111config IWL3945_DEBUG
112 bool "Enable full debugging output in iwl3945 driver"
113 depends on IWL3945
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800114 ---help---
115 This option will enable debug tracing output for the iwl3945
116 driver.
117
118 This will result in the kernel module being ~100k larger. You can
119 control which debug output is sent to the kernel log by setting the
120 value in
121
122 /sys/bus/pci/drivers/${DRIVER}/debug_level
123
124 This entry will only exist if this option is enabled.
125
126 To set a value, simply echo an 8-byte hex value to the same file:
127
128 % echo 0x43fff > /sys/bus/pci/drivers/${DRIVER}/debug_level
129
130 You can find the list of debug mask values in:
131 drivers/net/wireless/iwlwifi/iwl-3945-debug.h
132
133 If this is your first time using this driver, you should say Y here
134 as the debug information can assist others in helping you resolve
135 any problems you may encounter.
136