5 tristate "Intel Wireless Wifi Core"
6 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
8 select MAC80211_LEDS if IWLWIFI_LEDS
9 select LEDS_CLASS if IWLWIFI_LEDS
10 select RFKILL if IWLWIFI_RFKILL
11 select RFKILL_INPUT if IWLWIFI_RFKILL
18 boolean "IWLWIFI RF kill support"
22 tristate "Intel Wireless WiFi 4965AGN"
23 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
27 Select to build the driver supporting the:
29 Intel Wireless WiFi Link 4965AGN
31 This driver uses the kernel's mac80211 subsystem.
33 In order to use this driver, you will need a microcode (uCode)
34 image for it. You can obtain the microcode from:
36 <http://intellinuxwireless.org/>.
38 The microcode is typically installed in /lib/firmware. You can
39 look in the hotplug script /etc/hotplug/firmware.agent to
40 determine which directory FIRMWARE_DIR is set to when the script
43 If you want to compile the driver as a module ( = code which can be
44 inserted in and removed from the running kernel whenever you want),
45 say M here and read <file:Documentation/kbuild/modules.txt>. The
46 module will be called iwl4965.ko.
49 bool "Enable 802.11n HT features in iwl4965 driver"
50 depends on EXPERIMENTAL
53 This option enables IEEE 802.11n High Throughput features
54 for the iwl4965 driver.
57 bool "Enable LEDS features in iwl4965 driver"
61 This option enables LEDS for the iwlwifi drivers
64 config IWL4965_SPECTRUM_MEASUREMENT
65 bool "Enable Spectrum Measurement in iwl4965 driver"
68 This option will enable spectrum measurement for the iwl4965 driver.
70 config IWL4965_SENSITIVITY
71 bool "Enable Sensitivity Calibration in iwl4965 driver"
74 This option will enable sensitivity calibration for the iwl4965
78 bool "Enable full debugging output in iwl4965 driver"
81 This option will enable debug tracing output for the iwl4965
84 This will result in the kernel module being ~100k larger. You can
85 control which debug output is sent to the kernel log by setting the
88 /sys/bus/pci/drivers/${DRIVER}/debug_level
90 This entry will only exist if this option is enabled.
92 To set a value, simply echo an 8-byte hex value to the same file:
94 % echo 0x43fff > /sys/bus/pci/drivers/${DRIVER}/debug_level
96 You can find the list of debug mask values in:
97 drivers/net/wireless/iwlwifi/iwl-4965-debug.h
99 If this is your first time using this driver, you should say Y here
100 as the debug information can assist others in helping you resolve
101 any problems you may encounter.
103 config IWLWIFI_DEBUGFS
104 bool "Iwlwifi debugfs support"
105 depends on IWLCORE && IWLWIFI_DEBUG && MAC80211_DEBUGFS
107 Enable creation of debugfs files for the iwlwifi drivers.
110 tristate "Intel PRO/Wireless 3945ABG/BG Network Connection"
111 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
114 select MAC80211_LEDS if IWL3945_LEDS
115 select LEDS_CLASS if IWL3945_LEDS
117 Select to build the driver supporting the:
119 Intel PRO/Wireless 3945ABG/BG Network Connection
121 This driver uses the kernel's mac80211 subsystem.
123 In order to use this driver, you will need a microcode (uCode)
124 image for it. You can obtain the microcode from:
126 <http://intellinuxwireless.org/>.
128 The microcode is typically installed in /lib/firmware. You can
129 look in the hotplug script /etc/hotplug/firmware.agent to
130 determine which directory FIRMWARE_DIR is set to when the script
133 If you want to compile the driver as a module ( = code which can be
134 inserted in and removed from the running kernel whenever you want),
135 say M here and read <file:Documentation/kbuild/modules.txt>. The
136 module will be called iwl3945.ko.
138 config IWL3945_SPECTRUM_MEASUREMENT
139 bool "Enable Spectrum Measurement in iwl3945 drivers"
142 This option will enable spectrum measurement for the iwl3945 driver.
145 bool "Enable LEDS features in iwl3945 driver"
148 This option enables LEDS for the iwl3945 driver.
151 bool "Enable full debugging output in iwl3945 driver"
154 This option will enable debug tracing output for the iwl3945
157 This will result in the kernel module being ~100k larger. You can
158 control which debug output is sent to the kernel log by setting the
161 /sys/bus/pci/drivers/${DRIVER}/debug_level
163 This entry will only exist if this option is enabled.
165 To set a value, simply echo an 8-byte hex value to the same file:
167 % echo 0x43fff > /sys/bus/pci/drivers/${DRIVER}/debug_level
169 You can find the list of debug mask values in:
170 drivers/net/wireless/iwlwifi/iwl-3945-debug.h
172 If this is your first time using this driver, you should say Y here
173 as the debug information can assist others in helping you resolve
174 any problems you may encounter.