6 tristate "Intel Wireless Wifi Core"
7 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
15 boolean "IWLWIFI RF kill support"
21 tristate "Intel Wireless WiFi 4965AGN"
22 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
26 Select to build the driver supporting the:
28 Intel Wireless WiFi Link 4965AGN
30 This driver uses the kernel's mac80211 subsystem.
32 In order to use this driver, you will need a microcode (uCode)
33 image for it. You can obtain the microcode from:
35 <http://intellinuxwireless.org/>.
37 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
42 If you want to compile the driver as a module ( = code which can be
43 inserted in and removed from the running kernel whenever you want),
44 say M here and read <file:Documentation/kbuild/modules.txt>. The
45 module will be called iwl4965.ko.
48 bool "Enable 802.11n HT features in iwl4965 driver"
49 depends on EXPERIMENTAL
52 This option enables IEEE 802.11n High Throughput features
53 for the iwl4965 driver.
56 bool "Enable LEDS features in iwl4965 driver"
62 This option enables LEDS for the iwlwifi drivers
65 config IWL4965_SPECTRUM_MEASUREMENT
66 bool "Enable Spectrum Measurement in iwl4965 driver"
69 This option will enable spectrum measurement for the iwl4965 driver.
71 config IWL4965_SENSITIVITY
72 bool "Enable Sensitivity Calibration in iwl4965 driver"
75 This option will enable sensitivity calibration for the iwl4965
79 bool "Enable full debugging output in iwl4965 driver"
82 This option will enable debug tracing output for the iwl4965
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
89 /sys/bus/pci/drivers/${DRIVER}/debug_level
91 This entry will only exist if this option is enabled.
93 To set a value, simply echo an 8-byte hex value to the same file:
95 % echo 0x43fff > /sys/bus/pci/drivers/${DRIVER}/debug_level
97 You can find the list of debug mask values in:
98 drivers/net/wireless/iwlwifi/iwl-4965-debug.h
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.
104 config IWLWIFI_DEBUGFS
105 bool "Iwlwifi debugfs support"
106 depends on IWLCORE && IWLWIFI_DEBUG && MAC80211_DEBUGFS
108 Enable creation of debugfs files for the iwlwifi drivers.
111 tristate "Intel PRO/Wireless 3945ABG/BG Network Connection"
112 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
116 Select to build the driver supporting the:
118 Intel PRO/Wireless 3945ABG/BG Network Connection
120 This driver uses the kernel's mac80211 subsystem.
122 In order to use this driver, you will need a microcode (uCode)
123 image for it. You can obtain the microcode from:
125 <http://intellinuxwireless.org/>.
127 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
132 If you want to compile the driver as a module ( = code which can be
133 inserted in and removed from the running kernel whenever you want),
134 say M here and read <file:Documentation/kbuild/modules.txt>. The
135 module will be called iwl3945.ko.
137 config IWL3945_SPECTRUM_MEASUREMENT
138 bool "Enable Spectrum Measurement in iwl3945 drivers"
141 This option will enable spectrum measurement for the iwl3945 driver.
144 bool "Enable LEDS features in iwl3945 driver"
149 This option enables LEDS for the iwl3945 driver.
152 bool "Enable full debugging output in iwl3945 driver"
155 This option will enable debug tracing output for the iwl3945
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
162 /sys/bus/pci/drivers/${DRIVER}/debug_level
164 This entry will only exist if this option is enabled.
166 To set a value, simply echo an 8-byte hex value to the same file:
168 % echo 0x43fff > /sys/bus/pci/drivers/${DRIVER}/debug_level
170 You can find the list of debug mask values in:
171 drivers/net/wireless/iwlwifi/iwl-3945-debug.h
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.