diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/Kconfig')
-rw-r--r-- | drivers/net/wireless/iwlwifi/Kconfig | 22 |
1 files changed, 6 insertions, 16 deletions
diff --git a/drivers/net/wireless/iwlwifi/Kconfig b/drivers/net/wireless/iwlwifi/Kconfig index d1af938b9aa6..5b7c0160e1fa 100644 --- a/drivers/net/wireless/iwlwifi/Kconfig +++ b/drivers/net/wireless/iwlwifi/Kconfig | |||
@@ -1,7 +1,12 @@ | |||
1 | config IWLCORE | ||
2 | tristate "Intel Wireless Wifi Core" | ||
3 | depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL | ||
4 | |||
1 | config IWL4965 | 5 | config IWL4965 |
2 | tristate "Intel Wireless WiFi 4965AGN" | 6 | tristate "Intel Wireless WiFi 4965AGN" |
3 | depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL | 7 | depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL |
4 | select FW_LOADER | 8 | select FW_LOADER |
9 | select IWLCORE | ||
5 | ---help--- | 10 | ---help--- |
6 | Select to build the driver supporting the: | 11 | Select to build the driver supporting the: |
7 | 12 | ||
@@ -24,18 +29,10 @@ config IWL4965 | |||
24 | say M here and read <file:Documentation/kbuild/modules.txt>. The | 29 | say M here and read <file:Documentation/kbuild/modules.txt>. The |
25 | module will be called iwl4965.ko. | 30 | module will be called iwl4965.ko. |
26 | 31 | ||
27 | config IWL4965_QOS | ||
28 | bool "Enable Wireless QoS in iwl4965 driver" | ||
29 | depends on IWL4965 | ||
30 | ---help--- | ||
31 | This option will enable wireless quality of service (QoS) for the | ||
32 | iwl4965 driver. | ||
33 | |||
34 | config IWL4965_HT | 32 | config IWL4965_HT |
35 | bool "Enable 802.11n HT features in iwl4965 driver" | 33 | bool "Enable 802.11n HT features in iwl4965 driver" |
36 | depends on EXPERIMENTAL | 34 | depends on EXPERIMENTAL |
37 | depends on IWL4965 && IWL4965_QOS | 35 | depends on IWL4965 |
38 | depends on n | ||
39 | ---help--- | 36 | ---help--- |
40 | This option enables IEEE 802.11n High Throughput features | 37 | This option enables IEEE 802.11n High Throughput features |
41 | for the iwl4965 driver. | 38 | for the iwl4965 driver. |
@@ -105,13 +102,6 @@ config IWL3945 | |||
105 | say M here and read <file:Documentation/kbuild/modules.txt>. The | 102 | say M here and read <file:Documentation/kbuild/modules.txt>. The |
106 | module will be called iwl3945.ko. | 103 | module will be called iwl3945.ko. |
107 | 104 | ||
108 | config IWL3945_QOS | ||
109 | bool "Enable Wireless QoS in iwl3945 driver" | ||
110 | depends on IWL3945 | ||
111 | ---help--- | ||
112 | This option will enable wireless quality of service (QoS) for the | ||
113 | iwl3945 driver. | ||
114 | |||
115 | config IWL3945_SPECTRUM_MEASUREMENT | 105 | config IWL3945_SPECTRUM_MEASUREMENT |
116 | bool "Enable Spectrum Measurement in iwl3945 drivers" | 106 | bool "Enable Spectrum Measurement in iwl3945 drivers" |
117 | depends on IWL3945 | 107 | depends on IWL3945 |