iwlwifi: Add led support
[deliverable/linux.git] / drivers / net / wireless / iwlwifi / Kconfig
1 config IWLCORE
2 tristate "Intel Wireless Wifi Core"
3 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
4
5 config IWLWIFI_LEDS
6 bool "Enable LEDS features in iwlwifi driver"
7 depends on IWLCORE && MAC80211_LEDS && LEDS_CLASS
8 ---help---
9 This option enables LEDS for the iwlwifi drivers
10
11
12 config IWL4965
13 tristate "Intel Wireless WiFi 4965AGN"
14 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
15 select FW_LOADER
16 select IWLCORE
17 ---help---
18 Select to build the driver supporting the:
19
20 Intel Wireless WiFi Link 4965AGN
21
22 This driver uses the kernel's mac80211 subsystem.
23
24 In order to use this driver, you will need a microcode (uCode)
25 image for it. You can obtain the microcode from:
26
27 <http://intellinuxwireless.org/>.
28
29 The microcode is typically installed in /lib/firmware. You can
30 look in the hotplug script /etc/hotplug/firmware.agent to
31 determine which directory FIRMWARE_DIR is set to when the script
32 runs.
33
34 If you want to compile the driver as a module ( = code which can be
35 inserted in and remvoed from the running kernel whenever you want),
36 say M here and read <file:Documentation/kbuild/modules.txt>. The
37 module will be called iwl4965.ko.
38
39 config IWL4965_HT
40 bool "Enable 802.11n HT features in iwl4965 driver"
41 depends on EXPERIMENTAL
42 depends on IWL4965
43 ---help---
44 This option enables IEEE 802.11n High Throughput features
45 for the iwl4965 driver.
46
47 config IWL4965_LEDS
48 bool "Enable LEDS features in iwl4965 driver"
49 depends on IWL4965 && IWLWIFI_LEDS
50 ---help---
51 This option enables LEDS for the iwlwifi drivers
52
53
54 config IWL4965_SPECTRUM_MEASUREMENT
55 bool "Enable Spectrum Measurement in iwl4965 driver"
56 depends on IWL4965
57 ---help---
58 This option will enable spectrum measurement for the iwl4965 driver.
59
60 config IWL4965_SENSITIVITY
61 bool "Enable Sensitivity Calibration in iwl4965 driver"
62 depends on IWL4965
63 ---help---
64 This option will enable sensitivity calibration for the iwl4965
65 driver.
66
67 config IWLWIFI_DEBUG
68 bool "Enable full debugging output in iwl4965 driver"
69 depends on IWL4965
70 ---help---
71 This option will enable debug tracing output for the iwl4965
72 driver.
73
74 This will result in the kernel module being ~100k larger. You can
75 control which debug output is sent to the kernel log by setting the
76 value in
77
78 /sys/bus/pci/drivers/${DRIVER}/debug_level
79
80 This entry will only exist if this option is enabled.
81
82 To set a value, simply echo an 8-byte hex value to the same file:
83
84 % echo 0x43fff > /sys/bus/pci/drivers/${DRIVER}/debug_level
85
86 You can find the list of debug mask values in:
87 drivers/net/wireless/iwlwifi/iwl-4965-debug.h
88
89 If this is your first time using this driver, you should say Y here
90 as the debug information can assist others in helping you resolve
91 any problems you may encounter.
92
93 config IWLWIFI_DEBUGFS
94 bool "Iwlwifi debugfs support"
95 depends on IWLCORE && IWLWIFI_DEBUG && MAC80211_DEBUGFS
96 ---help---
97 Enable creation of debugfs files for the iwlwifi drivers.
98
99 config IWL3945
100 tristate "Intel PRO/Wireless 3945ABG/BG Network Connection"
101 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
102 select FW_LOADER
103 ---help---
104 Select to build the driver supporting the:
105
106 Intel PRO/Wireless 3945ABG/BG Network Connection
107
108 This driver uses the kernel's mac80211 subsystem.
109
110 In order to use this driver, you will need a microcode (uCode)
111 image for it. You can obtain the microcode from:
112
113 <http://intellinuxwireless.org/>.
114
115 The microcode is typically installed in /lib/firmware. You can
116 look in the hotplug script /etc/hotplug/firmware.agent to
117 determine which directory FIRMWARE_DIR is set to when the script
118 runs.
119
120 If you want to compile the driver as a module ( = code which can be
121 inserted in and remvoed from the running kernel whenever you want),
122 say M here and read <file:Documentation/kbuild/modules.txt>. The
123 module will be called iwl3945.ko.
124
125 config IWL3945_SPECTRUM_MEASUREMENT
126 bool "Enable Spectrum Measurement in iwl3945 drivers"
127 depends on IWL3945
128 ---help---
129 This option will enable spectrum measurement for the iwl3945 driver.
130
131 config IWL3945_LEDS
132 bool "Enable LEDS features in iwl3945 driver"
133 depends on IWL3945 && MAC80211_LEDS && LEDS_CLASS
134 ---help---
135 This option enables LEDS for the iwl3945 driver.
136
137 config IWL3945_DEBUG
138 bool "Enable full debugging output in iwl3945 driver"
139 depends on IWL3945
140 ---help---
141 This option will enable debug tracing output for the iwl3945
142 driver.
143
144 This will result in the kernel module being ~100k larger. You can
145 control which debug output is sent to the kernel log by setting the
146 value in
147
148 /sys/bus/pci/drivers/${DRIVER}/debug_level
149
150 This entry will only exist if this option is enabled.
151
152 To set a value, simply echo an 8-byte hex value to the same file:
153
154 % echo 0x43fff > /sys/bus/pci/drivers/${DRIVER}/debug_level
155
156 You can find the list of debug mask values in:
157 drivers/net/wireless/iwlwifi/iwl-3945-debug.h
158
159 If this is your first time using this driver, you should say Y here
160 as the debug information can assist others in helping you resolve
161 any problems you may encounter.
162
This page took 0.052028 seconds and 6 git commands to generate.