diff options
author | Al Viro <viro@www.linux.org.uk> | 2005-08-23 22:45:56 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-08-23 18:43:41 -0700 |
commit | ab62c1e1dae0dedfc300c9f8e5c74227a8e26665 (patch) | |
tree | 2fd70a093445ca3a0806141ca6d8fa4f926b1861 /drivers | |
parent | a4d544fdd30111a1183ab92ea25febb8b6460214 (diff) | |
download | linux-3.10-ab62c1e1dae0dedfc300c9f8e5c74227a8e26665.tar.gz linux-3.10-ab62c1e1dae0dedfc300c9f8e5c74227a8e26665.tar.bz2 linux-3.10-ab62c1e1dae0dedfc300c9f8e5c74227a8e26665.zip |
[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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/wireless/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig index 1d3231cc471..ec3f75a030d 100644 --- a/drivers/net/wireless/Kconfig +++ b/drivers/net/wireless/Kconfig @@ -270,7 +270,7 @@ config PCMCIA_HERMES 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 |