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