diff options
-rw-r--r-- | drivers/net/wireless/Kconfig | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig index a1ede41d9071..7587df760ecb 100644 --- a/drivers/net/wireless/Kconfig +++ b/drivers/net/wireless/Kconfig | |||
@@ -136,8 +136,9 @@ comment "Wireless 802.11b ISA/PCI cards support" | |||
136 | 136 | ||
137 | config IPW2100 | 137 | config IPW2100 |
138 | tristate "Intel PRO/Wireless 2100 Network Connection" | 138 | tristate "Intel PRO/Wireless 2100 Network Connection" |
139 | depends on NET_RADIO && PCI && IEEE80211 | 139 | depends on NET_RADIO && PCI |
140 | select FW_LOADER | 140 | select FW_LOADER |
141 | select IEEE80211 | ||
141 | ---help--- | 142 | ---help--- |
142 | A driver for the Intel PRO/Wireless 2100 Network | 143 | A driver for the Intel PRO/Wireless 2100 Network |
143 | Connection 802.11b wireless network adapter. | 144 | Connection 802.11b wireless network adapter. |
@@ -189,8 +190,9 @@ config IPW2100_DEBUG | |||
189 | 190 | ||
190 | config IPW2200 | 191 | config IPW2200 |
191 | tristate "Intel PRO/Wireless 2200BG and 2915ABG Network Connection" | 192 | tristate "Intel PRO/Wireless 2200BG and 2915ABG Network Connection" |
192 | depends on NET_RADIO && IEEE80211 && PCI | 193 | depends on NET_RADIO && PCI |
193 | select FW_LOADER | 194 | select FW_LOADER |
195 | select IEEE80211 | ||
194 | ---help--- | 196 | ---help--- |
195 | A driver for the Intel PRO/Wireless 2200BG and 2915ABG Network | 197 | A driver for the Intel PRO/Wireless 2200BG and 2915ABG Network |
196 | Connection adapters. | 198 | Connection adapters. |