From 31ad7834cdec540d64ec7a2985c3bd474ea9df54 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Sat, 6 May 2000 18:55:38 +0000 Subject: [PATCH] PCMCIA fix --- comedi/Config.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.26.2