diff options
Diffstat (limited to 'drivers/net/wireless/Kconfig')
-rw-r--r-- | drivers/net/wireless/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig index 00e55165b760..24f7967aab67 100644 --- a/drivers/net/wireless/Kconfig +++ b/drivers/net/wireless/Kconfig | |||
@@ -173,7 +173,7 @@ config IPW2100_MONITOR | |||
173 | promiscuous mode via the Wireless Tool's Monitor mode. While in this | 173 | promiscuous mode via the Wireless Tool's Monitor mode. While in this |
174 | mode, no packets can be sent. | 174 | mode, no packets can be sent. |
175 | 175 | ||
176 | config IPW_DEBUG | 176 | config IPW2100_DEBUG |
177 | bool "Enable full debugging output in IPW2100 module." | 177 | bool "Enable full debugging output in IPW2100 module." |
178 | depends on IPW2100 | 178 | depends on IPW2100 |
179 | ---help--- | 179 | ---help--- |
@@ -192,7 +192,7 @@ config IPW_DEBUG | |||
192 | 192 | ||
193 | config IPW2200 | 193 | config IPW2200 |
194 | tristate "Intel PRO/Wireless 2200BG and 2915ABG Network Connection" | 194 | tristate "Intel PRO/Wireless 2200BG and 2915ABG Network Connection" |
195 | depends on IEEE80211 && PCI | 195 | depends on NET_RADIO && IEEE80211 && PCI |
196 | select FW_LOADER | 196 | select FW_LOADER |
197 | ---help--- | 197 | ---help--- |
198 | A driver for the Intel PRO/Wireless 2200BG and 2915ABG Network | 198 | A driver for the Intel PRO/Wireless 2200BG and 2915ABG Network |
@@ -217,7 +217,7 @@ config IPW2200 | |||
217 | say M here and read <file:Documentation/modules.txt>. The module | 217 | say M here and read <file:Documentation/modules.txt>. The module |
218 | will be called ipw2200.ko. | 218 | will be called ipw2200.ko. |
219 | 219 | ||
220 | config IPW_DEBUG | 220 | config IPW2200_DEBUG |
221 | bool "Enable full debugging output in IPW2200 module." | 221 | bool "Enable full debugging output in IPW2200 module." |
222 | depends on IPW2200 | 222 | depends on IPW2200 |
223 | ---help--- | 223 | ---help--- |