diff options
Diffstat (limited to 'drivers/net/wireless/Kconfig')
-rw-r--r-- | drivers/net/wireless/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig index 9ccfec50f733..3de5f1d0fbac 100644 --- a/drivers/net/wireless/Kconfig +++ b/drivers/net/wireless/Kconfig | |||
@@ -240,7 +240,8 @@ config IPW2200_DEBUG | |||
240 | 240 | ||
241 | config AIRO | 241 | config AIRO |
242 | tristate "Cisco/Aironet 34X/35X/4500/4800 ISA and PCI cards" | 242 | tristate "Cisco/Aironet 34X/35X/4500/4800 ISA and PCI cards" |
243 | depends on NET_RADIO && ISA_DMA_API && CRYPTO && (PCI || BROKEN) | 243 | depends on NET_RADIO && ISA_DMA_API && (PCI || BROKEN) |
244 | select CRYPTO | ||
244 | ---help--- | 245 | ---help--- |
245 | This is the standard Linux driver to support Cisco/Aironet ISA and | 246 | This is the standard Linux driver to support Cisco/Aironet ISA and |
246 | PCI 802.11 wireless cards. | 247 | PCI 802.11 wireless cards. |
@@ -388,6 +389,7 @@ config PCMCIA_SPECTRUM | |||
388 | config AIRO_CS | 389 | config AIRO_CS |
389 | tristate "Cisco/Aironet 34X/35X/4500/4800 PCMCIA cards" | 390 | tristate "Cisco/Aironet 34X/35X/4500/4800 PCMCIA cards" |
390 | depends on NET_RADIO && PCMCIA && (BROKEN || !M32R) | 391 | depends on NET_RADIO && PCMCIA && (BROKEN || !M32R) |
392 | select CRYPTO | ||
391 | ---help--- | 393 | ---help--- |
392 | This is the standard Linux driver to support Cisco/Aironet PCMCIA | 394 | This is the standard Linux driver to support Cisco/Aironet PCMCIA |
393 | 802.11 wireless cards. This driver is the same as the Aironet | 395 | 802.11 wireless cards. This driver is the same as the Aironet |