PCMCIA fix
authorDavid Schleef <ds@schleef.org>
Sat, 6 May 2000 18:55:38 +0000 (18:55 +0000)
committerDavid Schleef <ds@schleef.org>
Sat, 6 May 2000 18:55:38 +0000 (18:55 +0000)
comedi/Config.in

index 665c3dd065b162892b1f55660aa0c31be50ff511..1714c95935e46289e792f4b5bddf63b88e951c73 100644 (file)
@@ -46,7 +46,9 @@ fi
 bool 'National Instruments boards' CONFIG_COMEDI_NI
 if [ "$CONFIG_COMEDI_NI" = "y" ];then
        tristate '  AT-MIO E series' CONFIG_COMEDI_NI_ATMIO
-       tristate '  PCMCIA MIO E series' CONFIG_COMEDI_NI_MIO_CS
+       if [ "$CONFIG_PCMCIA" = "y" ];then
+               tristate '  PCMCIA MIO E series' CONFIG_COMEDI_NI_MIO_CS
+       fi
        if [ "$CONFIG_PCI" = "y" ];then
                tristate '  PCI-MIO E series' CONFIG_COMEDI_NI_PCIMIO
                tristate '  NI PCI-DIO series' CONFIG_COMEDI_NI_PCIDIO