added rtd520 driver
authorDavid Schleef <ds@schleef.org>
Thu, 10 May 2001 10:09:53 +0000 (10:09 +0000)
committerDavid Schleef <ds@schleef.org>
Thu, 10 May 2001 10:09:53 +0000 (10:09 +0000)
comedi/Config.in
comedi/drivers/Makefile
scripts/config.dist

index 40829ead3cc12041d844120fa885423b798beb1e..0260a31c2aac5f273460d8f1d9b61b31e7511fd6 100644 (file)
@@ -89,6 +89,7 @@ dep_tristate 'PCL-725' CONFIG_COMEDI_PCL725 $CONFIG_COMEDI
 dep_tristate 'PCL-726' CONFIG_COMEDI_PCL726 $CONFIG_COMEDI
 dep_tristate 'Advantech PCL-812PG, PCL-813B' CONFIG_COMEDI_PCL812 $CONFIG_COMEDI
 dep_tristate 'Advantech PCL-818/L/H/HD/HG, PCL-718' CONFIG_COMEDI_PCL818 $CONFIG_COMEDI
+dep_tristate 'Real-Time Devices PCI4520/DM7520' CONFIG_COMEDI_RTD520 $CONFIG_COMEDI
 dep_tristate 'Analog Devices RTI-800/815' CONFIG_COMEDI_RTI800 $CONFIG_COMEDI
 dep_tristate 'Analog Devices RTI-802' CONFIG_COMEDI_RTI802 $CONFIG_COMEDI
 dep_tristate 'Intelligent Instrumentation PCI-20001C' CONFIG_COMEDI_II_PCI20KC $CONFIG_COMEDI
index 05392fd92735c0bd97b6d9f7e6da429344245b3c..d8d1a53f829b3e4de2f08ec6b1ddec7f25cad9c3 100644 (file)
@@ -75,6 +75,8 @@ obj-$(CONFIG_COMEDI_PARPORT)          += comedi_parport.o
 
 obj-$(CONFIG_COMEDI_RT_TIMER)          += comedi_rt_timer.o
 
+obj-$(CONFIG_COMEDI_RTD520)            += rtd520.o
+
 obj-$(CONFIG_COMEDI_RTI800)            += rti800.o
 obj-$(CONFIG_COMEDI_RTI802)            += rti802.o
 
index 91e9b64a4976dea90afecde0e62dd9689fceb775..0e285bcbbca4606acdb626e00324498c7dd302b4 100644 (file)
@@ -53,6 +53,7 @@ CONFIG_COMEDI_PCL725=m
 CONFIG_COMEDI_PCL726=m
 CONFIG_COMEDI_PCL812=m
 CONFIG_COMEDI_PCL818=m
+CONFIG_COMEDI_RTD520=m
 CONFIG_COMEDI_RTI800=m
 CONFIG_COMEDI_RTI802=m
 CONFIG_COMEDI_II_PCI20KC=m