PCMCIA fixes
authorDavid Schleef <ds@schleef.org>
Wed, 24 May 2000 23:19:41 +0000 (23:19 +0000)
committerDavid Schleef <ds@schleef.org>
Wed, 24 May 2000 23:19:41 +0000 (23:19 +0000)
comedi/Config.in

index 4a3293e71a2a142a9e5f04c5e88ee794bb02379d..5c01e6079b331fa5a9585cc229931dccff7c2408 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" = "y" ];then
+       if [ "$CONFIG_PCMCIA" != "n" ];then
                tristate '  PCMCIA MIO E series' CONFIG_COMEDI_NI_MIO_CS
        fi
        if [ "$CONFIG_PCI" = "y" ];then