[PATCH] Kconfig fix (airo_cs on m32r)
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@parcelfarce.linux.theplanet.co.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
@@ -270,7 +270,7 @@ config PCMCIA_HERMES
|
|||||||
|
|
||||||
config AIRO_CS
|
config AIRO_CS
|
||||||
tristate "Cisco/Aironet 34X/35X/4500/4800 PCMCIA cards"
|
tristate "Cisco/Aironet 34X/35X/4500/4800 PCMCIA cards"
|
||||||
depends on NET_RADIO && PCMCIA
|
depends on NET_RADIO && PCMCIA && (BROKEN || !M32R)
|
||||||
---help---
|
---help---
|
||||||
This is the standard Linux driver to support Cisco/Aironet PCMCIA
|
This is the standard Linux driver to support Cisco/Aironet PCMCIA
|
||||||
802.11 wireless cards. This driver is the same as the Aironet
|
802.11 wireless cards. This driver is the same as the Aironet
|
||||||
|
Reference in New Issue
Block a user