Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[PATCH] PCMCIA=m, HOSTAP_CS=y is not a legal configuration

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>

authored by

Adrian Bunk and committed by
John W. Linville
ae7ec205 1a1fedf4

+1 -1
+1 -1
drivers/net/wireless/hostap/Kconfig
··· 75 75 76 76 config HOSTAP_CS 77 77 tristate "Host AP driver for Prism2/2.5/3 PC Cards" 78 - depends on PCMCIA!=n && HOSTAP 78 + depends on PCMCIA && HOSTAP 79 79 ---help--- 80 80 Host AP driver's version for Prism2/2.5/3 PC Cards. 81 81