[PATCH] (14/43) Kconfig fix (airo_cs on m32r)

From: Al Viro
Date: Tue Aug 23 2005 - 16:44:10 EST


airo_cs is broken on m32r; marked as such. [Proper fix would involve
separating PCI-dependent parts and making sure they don't get in the
way _and_ arranging for asm/scatterlist.h getting picked on m32r]

Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
----
diff -urN RC13-rc6-git13-tms380tr/drivers/net/wireless/Kconfig RC13-rc6-git13-m32r-airo/drivers/net/wireless/Kconfig
--- RC13-rc6-git13-tms380tr/drivers/net/wireless/Kconfig 2005-06-17 15:48:29.000000000 -0400
+++ RC13-rc6-git13-m32r-airo/drivers/net/wireless/Kconfig 2005-08-21 13:16:57.000000000 -0400
@@ -270,7 +270,7 @@

config AIRO_CS
tristate "Cisco/Aironet 34X/35X/4500/4800 PCMCIA cards"
- depends on NET_RADIO && PCMCIA
+ depends on NET_RADIO && PCMCIA && (BROKEN || !M32R)
---help---
This is the standard Linux driver to support Cisco/Aironet PCMCIA
802.11 wireless cards. This driver is the same as the Aironet
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/