[PATCH] PCMCIA=m, HOSTAP_CS=y is not a legal configuration
authorAdrian Bunk <bunk@stusta.de>
Mon, 30 Jan 2006 18:23:17 +0000 (19:23 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 30 Jan 2006 22:41:36 +0000 (17:41 -0500)
CONFIG_PCMCIA=m, CONFIG_HOSTAP_CS=y doesn't compile.

Reported by "Gabriel C." <crazy@pimpmylinux.org>.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/hostap/Kconfig

index c8f6286..308f773 100644 (file)
@@ -75,7 +75,7 @@ config HOSTAP_PCI
 
 config HOSTAP_CS
        tristate "Host AP driver for Prism2/2.5/3 PC Cards"
-       depends on PCMCIA!=n && HOSTAP
+       depends on PCMCIA && HOSTAP
        ---help---
        Host AP driver's version for Prism2/2.5/3 PC Cards.