fix last PCMCIA fix r44
authorDavid Schleef <ds@schleef.org>
Wed, 24 May 2000 23:35:53 +0000 (23:35 +0000)
committerDavid Schleef <ds@schleef.org>
Wed, 24 May 2000 23:35:53 +0000 (23:35 +0000)
comedi/Config.in

index 5c01e6079b331fa5a9585cc229931dccff7c2408..7c07077e18ed4867c83f27302f8258d57cdb5234 100644 (file)
@@ -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