From: David Schleef Date: Wed, 24 May 2000 23:35:53 +0000 (+0000) Subject: fix last PCMCIA fix X-Git-Tag: r44 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c02f005fd8c82d1b4cfe219fde64dfcdfdf558b3;p=comedi.git fix last PCMCIA fix --- 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