diff options
author | Christoph Hellwig <hch@lst.de> | 2008-01-27 19:41:47 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 18:04:35 -0500 |
commit | bb8c093bdea62f2ae371b98ebff81b0407852faf (patch) | |
tree | 7937a70c333356a85b344f883608eeaf93dd3d2b /drivers/net/wireless/iwlwifi/Kconfig | |
parent | 403ab56b1c2786b0e1d58c27f5ce667b529c7faa (diff) |
iwlwifi: cleanup namespace
Prefix all symbols with iwl3945_ or iwl4965_ and thus allow building
the driver into the kernel. Also remove all the useless default
statements in Kconfig while we're at it.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/Kconfig')
-rw-r--r-- | drivers/net/wireless/iwlwifi/Kconfig | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/drivers/net/wireless/iwlwifi/Kconfig b/drivers/net/wireless/iwlwifi/Kconfig index 74243fe9dca4..abd0ce0954da 100644 --- a/drivers/net/wireless/iwlwifi/Kconfig +++ b/drivers/net/wireless/iwlwifi/Kconfig | |||
@@ -1,8 +1,7 @@ | |||
1 | config IWL4965 | 1 | config IWL4965 |
2 | tristate "Intel Wireless WiFi 4965AGN" | 2 | tristate "Intel Wireless WiFi 4965AGN" |
3 | depends on m && PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL | 3 | depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL |
4 | select FW_LOADER | 4 | select FW_LOADER |
5 | default m | ||
6 | ---help--- | 5 | ---help--- |
7 | Select to build the driver supporting the: | 6 | Select to build the driver supporting the: |
8 | 7 | ||
@@ -30,7 +29,6 @@ config IWL4965 | |||
30 | config IWL4965_QOS | 29 | config IWL4965_QOS |
31 | bool "Enable Wireless QoS in iwl4965 driver" | 30 | bool "Enable Wireless QoS in iwl4965 driver" |
32 | depends on IWL4965 | 31 | depends on IWL4965 |
33 | default y | ||
34 | ---help--- | 32 | ---help--- |
35 | This option will enable wireless quality of service (QoS) for the | 33 | This option will enable wireless quality of service (QoS) for the |
36 | iw4965 driver. | 34 | iw4965 driver. |
@@ -38,14 +36,12 @@ config IWL4965_QOS | |||
38 | config IWL4965_SPECTRUM_MEASUREMENT | 36 | config IWL4965_SPECTRUM_MEASUREMENT |
39 | bool "Enable Spectrum Measurement in iw4965 driver" | 37 | bool "Enable Spectrum Measurement in iw4965 driver" |
40 | depends on IWL4965 | 38 | depends on IWL4965 |
41 | default y | ||
42 | ---help--- | 39 | ---help--- |
43 | This option will enable spectrum measurement for the iwl4965 driver. | 40 | This option will enable spectrum measurement for the iwl4965 driver. |
44 | 41 | ||
45 | config IWL4965_SENSITIVITY | 42 | config IWL4965_SENSITIVITY |
46 | bool "Enable Sensitivity Calibration in iwl4965 driver" | 43 | bool "Enable Sensitivity Calibration in iwl4965 driver" |
47 | depends on IWL4965 | 44 | depends on IWL4965 |
48 | default y | ||
49 | ---help--- | 45 | ---help--- |
50 | This option will enable sensitivity calibration for the iwl4965 | 46 | This option will enable sensitivity calibration for the iwl4965 |
51 | driver. | 47 | driver. |
@@ -54,7 +50,6 @@ config IWL4965_HT | |||
54 | bool "Enable 802.11n HT features in iwl4965 driver" | 50 | bool "Enable 802.11n HT features in iwl4965 driver" |
55 | depends on EXPERIMENTAL | 51 | depends on EXPERIMENTAL |
56 | depends on IWL4965 && MAC80211_HT | 52 | depends on IWL4965 && MAC80211_HT |
57 | default n | ||
58 | ---help--- | 53 | ---help--- |
59 | This option enables IEEE 802.11n High Throughput features | 54 | This option enables IEEE 802.11n High Throughput features |
60 | for the iwl4965 driver. | 55 | for the iwl4965 driver. |
@@ -62,7 +57,6 @@ config IWL4965_HT | |||
62 | config IWL4965_DEBUG | 57 | config IWL4965_DEBUG |
63 | bool "Enable full debugging output in iwl4965 driver" | 58 | bool "Enable full debugging output in iwl4965 driver" |
64 | depends on IWL4965 | 59 | depends on IWL4965 |
65 | default y | ||
66 | ---help--- | 60 | ---help--- |
67 | This option will enable debug tracing output for the iwl4965 | 61 | This option will enable debug tracing output for the iwl4965 |
68 | driver. | 62 | driver. |
@@ -88,9 +82,8 @@ config IWL4965_DEBUG | |||
88 | 82 | ||
89 | config IWL3945 | 83 | config IWL3945 |
90 | tristate "Intel PRO/Wireless 3945ABG/BG Network Connection" | 84 | tristate "Intel PRO/Wireless 3945ABG/BG Network Connection" |
91 | depends on m && PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL | 85 | depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL |
92 | select FW_LOADER | 86 | select FW_LOADER |
93 | default m | ||
94 | ---help--- | 87 | ---help--- |
95 | Select to build the driver supporting the: | 88 | Select to build the driver supporting the: |
96 | 89 | ||
@@ -118,7 +111,6 @@ config IWL3945 | |||
118 | config IWL3945_QOS | 111 | config IWL3945_QOS |
119 | bool "Enable Wireless QoS in iwl3945 driver" | 112 | bool "Enable Wireless QoS in iwl3945 driver" |
120 | depends on IWL3945 | 113 | depends on IWL3945 |
121 | default y | ||
122 | ---help--- | 114 | ---help--- |
123 | This option will enable wireless quality of service (QoS) for the | 115 | This option will enable wireless quality of service (QoS) for the |
124 | iwl3945 driver. | 116 | iwl3945 driver. |
@@ -126,14 +118,12 @@ config IWL3945_QOS | |||
126 | config IWL3945_SPECTRUM_MEASUREMENT | 118 | config IWL3945_SPECTRUM_MEASUREMENT |
127 | bool "Enable Spectrum Measurement in iwl3945 drivers" | 119 | bool "Enable Spectrum Measurement in iwl3945 drivers" |
128 | depends on IWL3945 | 120 | depends on IWL3945 |
129 | default y | ||
130 | ---help--- | 121 | ---help--- |
131 | This option will enable spectrum measurement for the iwl3945 driver. | 122 | This option will enable spectrum measurement for the iwl3945 driver. |
132 | 123 | ||
133 | config IWL3945_DEBUG | 124 | config IWL3945_DEBUG |
134 | bool "Enable full debugging output in iwl3945 driver" | 125 | bool "Enable full debugging output in iwl3945 driver" |
135 | depends on IWL3945 | 126 | depends on IWL3945 |
136 | default y | ||
137 | ---help--- | 127 | ---help--- |
138 | This option will enable debug tracing output for the iwl3945 | 128 | This option will enable debug tracing output for the iwl3945 |
139 | driver. | 129 | driver. |