2 tristate "Intel Wireless Wifi Core"
3 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
10 boolean "IWLWIFI RF kill support"
16 tristate "Intel Wireless WiFi 4965AGN"
17 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
21 Select to build the driver supporting the:
23 Intel Wireless WiFi Link 4965AGN
25 This driver uses the kernel's mac80211 subsystem.
27 In order to use this driver, you will need a microcode (uCode)
28 image for it. You can obtain the microcode from:
30 <http://intellinuxwireless.org/>.
32 The microcode is typically installed in /lib/firmware. You can
33 look in the hotplug script /etc/hotplug/firmware.agent to
34 determine which directory FIRMWARE_DIR is set to when the script
37 If you want to compile the driver as a module ( = code which can be
38 inserted in and removed from the running kernel whenever you want),
39 say M here and read <file:Documentation/kbuild/modules.txt>. The
40 module will be called iwl4965.ko.
43 bool "Enable 802.11n HT features in iwl4965 driver"
44 depends on EXPERIMENTAL
47 This option enables IEEE 802.11n High Throughput features
48 for the iwl4965 driver.
51 bool "Enable LEDS features in iwl4965 driver"
52 depends on IWL4965 && MAC80211_LEDS && LEDS_CLASS
55 This option enables LEDS for the iwlwifi drivers
58 config IWL4965_SPECTRUM_MEASUREMENT
59 bool "Enable Spectrum Measurement in iwl4965 driver"
62 This option will enable spectrum measurement for the iwl4965 driver.
64 config IWL4965_SENSITIVITY
65 bool "Enable Sensitivity Calibration in iwl4965 driver"
68 This option will enable sensitivity calibration for the iwl4965
72 bool "Enable full debugging output in iwl4965 driver"
75 This option will enable debug tracing output for the iwl4965
78 This will result in the kernel module being ~100k larger. You can
79 control which debug output is sent to the kernel log by setting the
82 /sys/bus/pci/drivers/${DRIVER}/debug_level
84 This entry will only exist if this option is enabled.
86 To set a value, simply echo an 8-byte hex value to the same file:
88 % echo 0x43fff > /sys/bus/pci/drivers/${DRIVER}/debug_level
90 You can find the list of debug mask values in:
91 drivers/net/wireless/iwlwifi/iwl-4965-debug.h
93 If this is your first time using this driver, you should say Y here
94 as the debug information can assist others in helping you resolve
95 any problems you may encounter.
97 config IWLWIFI_DEBUGFS
98 bool "Iwlwifi debugfs support"
99 depends on IWLCORE && IWLWIFI_DEBUG && MAC80211_DEBUGFS
101 Enable creation of debugfs files for the iwlwifi drivers.
104 tristate "Intel PRO/Wireless 3945ABG/BG Network Connection"
105 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
108 Select to build the driver supporting the:
110 Intel PRO/Wireless 3945ABG/BG Network Connection
112 This driver uses the kernel's mac80211 subsystem.
114 In order to use this driver, you will need a microcode (uCode)
115 image for it. You can obtain the microcode from:
117 <http://intellinuxwireless.org/>.
119 The microcode is typically installed in /lib/firmware. You can
120 look in the hotplug script /etc/hotplug/firmware.agent to
121 determine which directory FIRMWARE_DIR is set to when the script
124 If you want to compile the driver as a module ( = code which can be
125 inserted in and removed from the running kernel whenever you want),
126 say M here and read <file:Documentation/kbuild/modules.txt>. The
127 module will be called iwl3945.ko.
129 config IWL3945_SPECTRUM_MEASUREMENT
130 bool "Enable Spectrum Measurement in iwl3945 drivers"
133 This option will enable spectrum measurement for the iwl3945 driver.
136 bool "Enable LEDS features in iwl3945 driver"
137 depends on IWL3945 && MAC80211_LEDS && LEDS_CLASS
139 This option enables LEDS for the iwl3945 driver.
142 bool "Enable full debugging output in iwl3945 driver"
145 This option will enable debug tracing output for the iwl3945
148 This will result in the kernel module being ~100k larger. You can
149 control which debug output is sent to the kernel log by setting the
152 /sys/bus/pci/drivers/${DRIVER}/debug_level
154 This entry will only exist if this option is enabled.
156 To set a value, simply echo an 8-byte hex value to the same file:
158 % echo 0x43fff > /sys/bus/pci/drivers/${DRIVER}/debug_level
160 You can find the list of debug mask values in:
161 drivers/net/wireless/iwlwifi/iwl-3945-debug.h
163 If this is your first time using this driver, you should say Y here
164 as the debug information can assist others in helping you resolve
165 any problems you may encounter.