aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/iwlwifi/Kconfig')
-rw-r--r--drivers/net/wireless/iwlwifi/Kconfig32
1 files changed, 14 insertions, 18 deletions
diff --git a/drivers/net/wireless/iwlwifi/Kconfig b/drivers/net/wireless/iwlwifi/Kconfig
index 62fb89d82318..82b66a3d3a5d 100644
--- a/drivers/net/wireless/iwlwifi/Kconfig
+++ b/drivers/net/wireless/iwlwifi/Kconfig
@@ -8,7 +8,6 @@ config IWLCORE
8 select MAC80211_LEDS if IWLWIFI_LEDS 8 select MAC80211_LEDS if IWLWIFI_LEDS
9 select LEDS_CLASS if IWLWIFI_LEDS 9 select LEDS_CLASS if IWLWIFI_LEDS
10 select RFKILL if IWLWIFI_RFKILL 10 select RFKILL if IWLWIFI_RFKILL
11 select RFKILL_INPUT if IWLWIFI_RFKILL
12 11
13config IWLWIFI_LEDS 12config IWLWIFI_LEDS
14 bool 13 bool
@@ -45,14 +44,6 @@ config IWL4965
45 say M here and read <file:Documentation/kbuild/modules.txt>. The 44 say M here and read <file:Documentation/kbuild/modules.txt>. The
46 module will be called iwl4965.ko. 45 module will be called iwl4965.ko.
47 46
48config IWL4965_HT
49 bool "Enable 802.11n HT features in iwl4965 driver"
50 depends on EXPERIMENTAL
51 depends on IWL4965
52 ---help---
53 This option enables IEEE 802.11n High Throughput features
54 for the iwl4965 driver.
55
56config IWL4965_LEDS 47config IWL4965_LEDS
57 bool "Enable LEDS features in iwl4965 driver" 48 bool "Enable LEDS features in iwl4965 driver"
58 depends on IWL4965 49 depends on IWL4965
@@ -67,13 +58,6 @@ config IWL4965_SPECTRUM_MEASUREMENT
67 ---help--- 58 ---help---
68 This option will enable spectrum measurement for the iwl4965 driver. 59 This option will enable spectrum measurement for the iwl4965 driver.
69 60
70config IWL4965_SENSITIVITY
71 bool "Enable Sensitivity Calibration in iwl4965 driver"
72 depends on IWL4965
73 ---help---
74 This option will enable sensitivity calibration for the iwl4965
75 driver.
76
77config IWLWIFI_DEBUG 61config IWLWIFI_DEBUG
78 bool "Enable full debugging output in iwl4965 driver" 62 bool "Enable full debugging output in iwl4965 driver"
79 depends on IWL4965 63 depends on IWL4965
@@ -85,13 +69,13 @@ config IWLWIFI_DEBUG
85 control which debug output is sent to the kernel log by setting the 69 control which debug output is sent to the kernel log by setting the
86 value in 70 value in
87 71
88 /sys/bus/pci/drivers/${DRIVER}/debug_level 72 /sys/class/net/wlan0/device/debug_level
89 73
90 This entry will only exist if this option is enabled. 74 This entry will only exist if this option is enabled.
91 75
92 To set a value, simply echo an 8-byte hex value to the same file: 76 To set a value, simply echo an 8-byte hex value to the same file:
93 77
94 % echo 0x43fff > /sys/bus/pci/drivers/${DRIVER}/debug_level 78 % echo 0x43fff > /sys/class/net/wlan0/device/debug_level
95 79
96 You can find the list of debug mask values in: 80 You can find the list of debug mask values in:
97 drivers/net/wireless/iwlwifi/iwl-4965-debug.h 81 drivers/net/wireless/iwlwifi/iwl-4965-debug.h
@@ -100,6 +84,13 @@ config IWLWIFI_DEBUG
100 as the debug information can assist others in helping you resolve 84 as the debug information can assist others in helping you resolve
101 any problems you may encounter. 85 any problems you may encounter.
102 86
87config IWL5000
88 bool "Intel Wireless WiFi 5000AGN"
89 depends on IWL4965
90 ---help---
91 This option enables support for Intel Wireless WiFi Link 5000AGN Family
92 Dependency on 4965 is temporary
93
103config IWLWIFI_DEBUGFS 94config IWLWIFI_DEBUGFS
104 bool "Iwlwifi debugfs support" 95 bool "Iwlwifi debugfs support"
105 depends on IWLCORE && IWLWIFI_DEBUG && MAC80211_DEBUGFS 96 depends on IWLCORE && IWLWIFI_DEBUG && MAC80211_DEBUGFS
@@ -113,6 +104,7 @@ config IWL3945
113 select IWLWIFI 104 select IWLWIFI
114 select MAC80211_LEDS if IWL3945_LEDS 105 select MAC80211_LEDS if IWL3945_LEDS
115 select LEDS_CLASS if IWL3945_LEDS 106 select LEDS_CLASS if IWL3945_LEDS
107 select RFKILL if IWL3945_RFKILL
116 ---help--- 108 ---help---
117 Select to build the driver supporting the: 109 Select to build the driver supporting the:
118 110
@@ -135,6 +127,10 @@ config IWL3945
135 say M here and read <file:Documentation/kbuild/modules.txt>. The 127 say M here and read <file:Documentation/kbuild/modules.txt>. The
136 module will be called iwl3945.ko. 128 module will be called iwl3945.ko.
137 129
130config IWL3945_RFKILL
131 bool "Enable RF kill support in iwl3945 drivers"
132 depends on IWL3945
133
138config IWL3945_SPECTRUM_MEASUREMENT 134config IWL3945_SPECTRUM_MEASUREMENT
139 bool "Enable Spectrum Measurement in iwl3945 drivers" 135 bool "Enable Spectrum Measurement in iwl3945 drivers"
140 depends on IWL3945 136 depends on IWL3945