6 tristate "Intel Wireless Wifi Core"
7 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
9 select MAC80211_LEDS if IWLWIFI_LEDS
10 select LEDS_CLASS if IWLWIFI_LEDS
11 select RFKILL if IWLWIFI_RFKILL
12 select RFKILL_INPUT if IWLWIFI_RFKILL
18 config IWLWIFI_RUN_TIME_CALIB
23 This option will enable run time calibration for the iwlwifi driver.
24 These calibrations are Sensitivity and Chain Noise.
28 boolean "IWLWIFI RF kill support"
32 tristate "Intel Wireless WiFi 4965AGN"
33 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
37 Select to build the driver supporting the:
39 Intel Wireless WiFi Link 4965AGN
41 This driver uses the kernel's mac80211 subsystem.
43 In order to use this driver, you will need a microcode (uCode)
44 image for it. You can obtain the microcode from:
46 <http://intellinuxwireless.org/>.
48 The microcode is typically installed in /lib/firmware. You can
49 look in the hotplug script /etc/hotplug/firmware.agent to
50 determine which directory FIRMWARE_DIR is set to when the script
53 If you want to compile the driver as a module ( = code which can be
54 inserted in and removed from the running kernel whenever you want),
55 say M here and read <file:Documentation/kbuild/modules.txt>. The
56 module will be called iwl4965.ko.
59 bool "Enable 802.11n HT features in iwl4965 driver"
60 depends on EXPERIMENTAL
63 This option enables IEEE 802.11n High Throughput features
64 for the iwl4965 driver.
67 bool "Enable LEDS features in iwl4965 driver"
71 This option enables LEDS for the iwlwifi drivers
74 config IWL4965_SPECTRUM_MEASUREMENT
75 bool "Enable Spectrum Measurement in iwl4965 driver"
78 This option will enable spectrum measurement for the iwl4965 driver.
80 config IWL4965_RUN_TIME_CALIB
81 bool "Enable run time Calibration for 4965 NIC"
82 select IWLWIFI_RUN_TIME_CALIB
86 This option will enable run time calibration for the iwl4965 driver.
87 These calibrations are Sensitivity and Chain Noise. If unsure, say yes
90 bool "Enable full debugging output in iwl4965 driver"
93 This option will enable debug tracing output for the iwl4965
96 This will result in the kernel module being ~100k larger. You can
97 control which debug output is sent to the kernel log by setting the
100 /sys/bus/pci/drivers/${DRIVER}/debug_level
102 This entry will only exist if this option is enabled.
104 To set a value, simply echo an 8-byte hex value to the same file:
106 % echo 0x43fff > /sys/bus/pci/drivers/${DRIVER}/debug_level
108 You can find the list of debug mask values in:
109 drivers/net/wireless/iwlwifi/iwl-4965-debug.h
111 If this is your first time using this driver, you should say Y here
112 as the debug information can assist others in helping you resolve
113 any problems you may encounter.
115 config IWLWIFI_DEBUGFS
116 bool "Iwlwifi debugfs support"
117 depends on IWLCORE && IWLWIFI_DEBUG && MAC80211_DEBUGFS
119 Enable creation of debugfs files for the iwlwifi drivers.
122 tristate "Intel PRO/Wireless 3945ABG/BG Network Connection"
123 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
126 select MAC80211_LEDS if IWL3945_LEDS
127 select LEDS_CLASS if IWL3945_LEDS
129 Select to build the driver supporting the:
131 Intel PRO/Wireless 3945ABG/BG Network Connection
133 This driver uses the kernel's mac80211 subsystem.
135 In order to use this driver, you will need a microcode (uCode)
136 image for it. You can obtain the microcode from:
138 <http://intellinuxwireless.org/>.
140 The microcode is typically installed in /lib/firmware. You can
141 look in the hotplug script /etc/hotplug/firmware.agent to
142 determine which directory FIRMWARE_DIR is set to when the script
145 If you want to compile the driver as a module ( = code which can be
146 inserted in and removed from the running kernel whenever you want),
147 say M here and read <file:Documentation/kbuild/modules.txt>. The
148 module will be called iwl3945.ko.
150 config IWL3945_SPECTRUM_MEASUREMENT
151 bool "Enable Spectrum Measurement in iwl3945 drivers"
154 This option will enable spectrum measurement for the iwl3945 driver.
157 bool "Enable LEDS features in iwl3945 driver"
160 This option enables LEDS for the iwl3945 driver.
163 bool "Enable full debugging output in iwl3945 driver"
166 This option will enable debug tracing output for the iwl3945
169 This will result in the kernel module being ~100k larger. You can
170 control which debug output is sent to the kernel log by setting the
173 /sys/bus/pci/drivers/${DRIVER}/debug_level
175 This entry will only exist if this option is enabled.
177 To set a value, simply echo an 8-byte hex value to the same file:
179 % echo 0x43fff > /sys/bus/pci/drivers/${DRIVER}/debug_level
181 You can find the list of debug mask values in:
182 drivers/net/wireless/iwlwifi/iwl-3945-debug.h
184 If this is your first time using this driver, you should say Y here
185 as the debug information can assist others in helping you resolve
186 any problems you may encounter.