New drivers
authorDavid Schleef <ds@schleef.org>
Fri, 8 Feb 2002 23:10:45 +0000 (23:10 +0000)
committerDavid Schleef <ds@schleef.org>
Fri, 8 Feb 2002 23:10:45 +0000 (23:10 +0000)
comedi/Config.in
comedi/drivers/Makefile.in

index 4a93f072e629884055d24317fe4f87cee7ed7518..3410a2e3bb0cea175b8a5a0cd95274924ed80e8a 100644 (file)
@@ -1,3 +1,4 @@
+#!/bin/sh
 
 comment 'Comedi Features'
 
@@ -68,6 +69,10 @@ if [ "$CONFIG_COMEDI_NI" = "y" ];then
        dep_tristate '  AT-MIO-16D' CONFIG_COMEDI_NI_ATMIO16D $CONFIG_COMEDI
        dep_tristate '  AT-A2150' CONFIG_COMEDI_NI_AT_A2150 $CONFIG_COMEDI
        dep_tristate '  LAB-PC and compatibles' CONFIG_COMEDI_NI_LABPC $CONFIG_COMEDI
+       if [ "$CONFIG_PCMCIA" = "y" -o "$CONFIG_PCMCIA" = "m" ];then
+               dep_tristate '  NI-DAQ-DIO24' CONFIG_COMEDI_NI_DAQ_DIO24 $CONFIG_COMEDI
+       fi
+       dep_tristate '  AT-AO-6/10' CONFIG_COMEDI_NI_AT_AO $CONFIG_COMEDI
 fi
 
 dep_tristate 'DAS08 compatible driver' CONFIG_COMEDI_DAS08 $CONFIG_COMEDI
index b5483f566bb837a4ed9f6138dce6556044c39596..722fbbb512fc78d7bf4237dd044d8d3640424df0 100644 (file)
@@ -36,6 +36,8 @@ select(CONFIG_COMEDI_NI_PCIDIO ni_pcidio.o)
 select(CONFIG_COMEDI_NI_ATMIO16D ni_atmio16d.o)
 select(CONFIG_COMEDI_NI_AT_A2150 ni_at_a2150.o)
 select(CONFIG_COMEDI_NI_LABPC ni_labpc.o)
+select(CONFIG_COMEDI_NI_DAQ_DIO24 ni_daq_dio24.o)
+select(CONFIG_COMEDI_NI_AT_AO ni_at_ao.o)
 select(CONFIG_COMEDI_PCM3730 pcm3730.o)
 select(CONFIG_COMEDI_PCMAD pcmad.o)
 select(CONFIG_COMEDI_POC poc.o)