From: David Schleef Date: Wed, 24 May 2000 23:19:41 +0000 (+0000) Subject: PCMCIA fixes X-Git-Tag: r44~3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3e046eb14d62a20b36ce2e153e36b9f77c07470b;p=comedi.git PCMCIA fixes --- diff --git a/comedi/Config.in b/comedi/Config.in index 4a3293e7..5c01e607 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" = "y" ];then + if [ "$CONFIG_PCMCIA" != "n" ];then tristate ' PCMCIA MIO E series' CONFIG_COMEDI_NI_MIO_CS fi if [ "$CONFIG_PCI" = "y" ];then