Kconfig 3.8 KB
Newer Older
1
config IWLWIFI
2
	tristate "Intel Wireless Wifi"
3
	depends on PCI && MAC80211
4
	select FW_LOADER
M
Mohamed Abbas 已提交
5

T
Tomas Winkler 已提交
6
config IWLWIFI_DEBUG
S
Samuel Ortiz 已提交
7
	bool "Enable full debugging output in iwlagn and iwl3945 drivers"
8
	depends on IWLWIFI
T
Tomas Winkler 已提交
9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
	---help---
	  This option will enable debug tracing output for the iwlwifi drivers

	  This will result in the kernel module being ~100k larger.  You can
	  control which debug output is sent to the kernel log by setting the
	  value in

		/sys/class/net/wlan0/device/debug_level

	  This entry will only exist if this option is enabled.

	  To set a value, simply echo an 8-byte hex value to the same file:

		  % echo 0x43fff > /sys/class/net/wlan0/device/debug_level

	  You can find the list of debug mask values in:
		  drivers/net/wireless/iwlwifi/iwl-debug.h

	  If this is your first time using this driver, you should say Y here
	  as the debug information can assist others in helping you resolve
	  any problems you may encounter.

config IWLWIFI_DEBUGFS
32 33
        bool "iwlagn debugfs support"
        depends on IWLWIFI && IWLWIFI_DEBUG && MAC80211_DEBUGFS
T
Tomas Winkler 已提交
34 35 36
        ---help---
	  Enable creation of debugfs files for the iwlwifi drivers.

J
Johannes Berg 已提交
37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
config IWLWIFI_DEVICE_TRACING
	bool "iwlwifi device access tracing"
	depends on IWLWIFI
	depends on EVENT_TRACING
	help
	  Say Y here to trace all commands, including TX frames and IO
	  accesses, sent to the device. If you say yes, iwlwifi will
	  register with the ftrace framework for event tracing and dump
	  all this information to the ringbuffer, you may need to
	  increase the ringbuffer size. See the ftrace documentation
	  for more information.

	  When tracing is not enabled, this option still has some
	  (though rather small) overhead.

	  If unsure, say Y so we can help you better when problems
	  occur.

T
Tomas Winkler 已提交
55
config IWLAGN
56
	tristate "Intel Wireless WiFi Next Gen AGN (iwlagn)"
57
	depends on IWLWIFI
Z
Zhu Yi 已提交
58
	---help---
59
	  Select to build the driver supporting the:
Z
Zhu Yi 已提交
60

T
Tomas Winkler 已提交
61
	  Intel Wireless WiFi Link Next-Gen AGN
Z
Zhu Yi 已提交
62

63
	  This driver uses the kernel's mac80211 subsystem.
Z
Zhu Yi 已提交
64

65 66
	  In order to use this driver, you will need a microcode (uCode)
	  image for it. You can obtain the microcode from:
Z
Zhu Yi 已提交
67

68
	          <http://intellinuxwireless.org/>.
Z
Zhu Yi 已提交
69

70 71 72 73
	  The microcode is typically installed in /lib/firmware. You can
	  look in the hotplug script /etc/hotplug/firmware.agent to
	  determine which directory FIRMWARE_DIR is set to when the script
	  runs.
Z
Zhu Yi 已提交
74

75
	  If you want to compile the driver as a module ( = code which can be
76
	  inserted in and removed from the running kernel whenever you want),
77
	  say M here and read <file:Documentation/kbuild/modules.txt>.  The
78
	  module will be called iwlagn.
Z
Zhu Yi 已提交
79 80


T
Tomas Winkler 已提交
81 82 83 84 85
config IWL4965
	bool "Intel Wireless WiFi 4965AGN"
	depends on IWLAGN
	---help---
	  This option enables support for Intel Wireless WiFi Link 4965AGN
Z
Zhu Yi 已提交
86

87
config IWL5000
88
	bool "Intel Wireless WiFi 5000AGN; Intel WiFi Link 1000, 6000, and 6050 Series"
T
Tomas Winkler 已提交
89
	depends on IWLAGN
90 91
	---help---
	  This option enables support for Intel Wireless WiFi Link 5000AGN Family
T
Tomas Winkler 已提交
92

Z
Zhu Yi 已提交
93
config IWL3945
94
	tristate "Intel PRO/Wireless 3945ABG/BG Network Connection (iwl3945)"
95
	depends on IWLWIFI
Z
Zhu Yi 已提交
96 97 98 99 100 101 102 103 104 105 106 107
	---help---
	  Select to build the driver supporting the:

	  Intel PRO/Wireless 3945ABG/BG Network Connection

	  This driver uses the kernel's mac80211 subsystem.

	  In order to use this driver, you will need a microcode (uCode)
	  image for it. You can obtain the microcode from:

	          <http://intellinuxwireless.org/>.

108 109 110 111
	  The microcode is typically installed in /lib/firmware. You can
	  look in the hotplug script /etc/hotplug/firmware.agent to
	  determine which directory FIRMWARE_DIR is set to when the script
	  runs.
Z
Zhu Yi 已提交
112 113

	  If you want to compile the driver as a module ( = code which can be
114
	  inserted in and removed from the running kernel whenever you want),
115
	  say M here and read <file:Documentation/kbuild/modules.txt>.  The
116
	  module will be called iwl3945.