From c02f005fd8c82d1b4cfe219fde64dfcdfdf558b3 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Wed, 24 May 2000 23:35:53 +0000 Subject: [PATCH] fix last PCMCIA fix --- comedi/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comedi/Config.in b/comedi/Config.in index 5c01e607..7c07077e 100644 --- a/comedi/Config.in +++ b/comedi/Config.in @@ -46,7 +46,7 @@ fi bool 'National Instruments boards' CONFIG_COMEDI_NI if [ "$CONFIG_COMEDI_NI" = "y" ];then tristate ' AT-MIO E series' CONFIG_COMEDI_NI_ATMIO - if [ "$CONFIG_PCMCIA" != "n" ];then + if [ "$CONFIG_PCMCIA" == "y" -o "$CONFIG_PCMCIA" == "m" ];then tristate ' PCMCIA MIO E series' CONFIG_COMEDI_NI_MIO_CS fi if [ "$CONFIG_PCI" = "y" ];then -- 2.26.2