]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] depends on PCI DMA API: Cisco/Aironet 34X/35X/4500/4800
authorGeert Uytterhoeven <geert@linux-m68k.org>
Wed, 28 Jul 2004 16:08:50 +0000 (09:08 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 28 Jul 2004 16:08:50 +0000 (09:08 -0700)
Cisco/Aironet 34X/35X/4500/4800 unconditionally depends on the PCI DMA API, so
mark it broken if !PCI

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/net/wireless/Kconfig

index 793ae490d6de3b8c022b59412cba2bc9bb1caf1b..b1a30eeba8da9c32b8fc3de151ec62452a09d262 100644 (file)
@@ -139,7 +139,7 @@ comment "Wireless 802.11b ISA/PCI cards support"
 
 config AIRO
        tristate "Cisco/Aironet 34X/35X/4500/4800 ISA and PCI cards"
-       depends on NET_RADIO && (ISA || PCI)
+       depends on NET_RADIO && ISA && (PCI || BROKEN)
        ---help---
          This is the standard Linux driver to support Cisco/Aironet ISA and
          PCI 802.11 wireless cards.