diff options
author | Adrian Bunk <bunk@stusta.de> | 2005-06-03 12:29:20 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-06-27 23:12:35 -0400 |
commit | e19b813e0c9c5995423dc95b01379c89f188ae70 (patch) | |
tree | f5f76662cc575cbe0247ab3841b34bcc5586f147 /drivers/net/wireless/Kconfig | |
parent | 7c9d4c70b20e165eb11d8aed2b6374377d17f43a (diff) |
[PATCH] ieee80211: fix recursive ipw2200 dependencies
This results in recursive dependencies:
- IPW2200 depends on NET_RADIO
- IPW2200 selects IEEE80211
- IEEE80211 selects NET_RADIO
This patch fixes the IPW2200 dependencies in a way that they are similar
to the IPW2100 dependencies.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Jiri Benc <jbenc@suse.cz>
Diffstat (limited to 'drivers/net/wireless/Kconfig')
-rw-r--r-- | drivers/net/wireless/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig index 3c81e0f2b056..d20e0da05a26 100644 --- a/drivers/net/wireless/Kconfig +++ b/drivers/net/wireless/Kconfig | |||
@@ -192,9 +192,8 @@ 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 NET_RADIO && PCI | 195 | depends on IEEE80211 && PCI |
196 | select FW_LOADER | 196 | select FW_LOADER |
197 | select IEEE80211 | ||
198 | ---help--- | 197 | ---help--- |
199 | A driver for the Intel PRO/Wireless 2200BG and 2915ABG Network | 198 | A driver for the Intel PRO/Wireless 2200BG and 2915ABG Network |
200 | Connection adapters. | 199 | Connection adapters. |