From 49bc1b84b125111688521558c98eedcbc078e57c Mon Sep 17 00:00:00 2001 From: David Schleef Date: Thu, 15 Jun 2000 05:00:31 +0000 Subject: [PATCH] fix CONFIG_PCI dependency --- comedi/Config.in | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/comedi/Config.in b/comedi/Config.in index f7528cd0..4730eae8 100644 --- a/comedi/Config.in +++ b/comedi/Config.in @@ -40,7 +40,9 @@ if [ "$CONFIG_COMEDI_DT" = "y" ];then tristate ' DT 2815' CONFIG_COMEDI_DT2815 tristate ' DT 2817' CONFIG_COMEDI_DT2817 tristate ' DT 2821 series' CONFIG_COMEDI_DT282x - tristate ' DT3000' CONFIG_COMEDI_DT3000 + if [ "$CONFIG_PCI" = "y" ];then + tristate ' DT3000' CONFIG_COMEDI_DT3000 + fi fi bool 'National Instruments boards' CONFIG_COMEDI_NI @@ -79,7 +81,9 @@ tristate 'Advantech PCL-818/L/H/HD/HG, PCL-718' CONFIG_COMEDI_PCL818 tristate 'Analog Devices RTI-800/815' CONFIG_COMEDI_RTI800 tristate 'Analog Devices RTI-802' CONFIG_COMEDI_RTI802 tristate 'Intelligent Instrumentation PCI-20001C' CONFIG_COMEDI_II_PCI20KC -tristate 'IOtech DaqBoard/2000' CONFIG_COMEDI_DAQBOARD2000 +if [ "$CONFIG_PCI" = "y" ];then + tristate 'IOtech DaqBoard/2000' CONFIG_COMEDI_DAQBOARD2000 +fi if [ "$CONFIG_COMEDI_RT" = "y" ];then comment 'Virtual device drivers' -- 2.26.2