From: David Schleef Date: Sat, 6 May 2000 18:55:38 +0000 (+0000) Subject: PCMCIA fix X-Git-Tag: r44~25 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=31ad7834cdec540d64ec7a2985c3bd474ea9df54;p=comedi.git PCMCIA fix --- diff --git a/comedi/Config.in b/comedi/Config.in index 665c3dd0..1714c959 100644 --- a/comedi/Config.in +++ b/comedi/Config.in @@ -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