From: David Schleef Date: Wed, 11 Oct 2000 00:54:05 +0000 (+0000) Subject: added fpga conf option for dasboard2000 X-Git-Tag: r0_7_49~8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=41e7faa0a2654ef1ce318ed02cda0236fd020aa1;p=comedi.git added fpga conf option for dasboard2000 --- diff --git a/comedi/Config.in b/comedi/Config.in index 0e5c9f88..493add4d 100644 --- a/comedi/Config.in +++ b/comedi/Config.in @@ -86,6 +86,7 @@ dep_tristate 'Analog Devices RTI-802' CONFIG_COMEDI_RTI802 $CONFIG_COMEDI dep_tristate 'Intelligent Instrumentation PCI-20001C' CONFIG_COMEDI_II_PCI20KC $CONFIG_COMEDI if [ "$CONFIG_PCI" = "y" ];then dep_tristate 'IOtech DaqBoard/2000' CONFIG_COMEDI_DAQBOARD2000 $CONFIG_COMEDI + bool ' Compile in DaqBoard/2000 FPGA code' CONFIG_COMEDI_DAQBOARD2000_FPGA fi dep_tristate 'Skeleton driver' CONFIG_COMEDI_SKEL $CONFIG_COMEDI