Add PCM3730, which should have been there all along
authorDavid Schleef <ds@schleef.org>
Thu, 21 Jun 2001 22:42:49 +0000 (22:42 +0000)
committerDavid Schleef <ds@schleef.org>
Thu, 21 Jun 2001 22:42:49 +0000 (22:42 +0000)
comedi/Config.in
comedi/drivers/Makefile

index c187d0815797acd71df34af3e1415020775a9c64..d8bcfc9784a29f5f715cfd4b39a4c49aee9b4edb 100644 (file)
@@ -101,6 +101,7 @@ if [ "$CONFIG_8260" = "y" ];then
        dep_tristate 'MPC 8260 CPM driver' CONFIG_COMEDI_MPC8260CPM $CONFIG_COMEDI
 fi
 dep_tristate 'Generic ISA driver for simple boards' CONFIG_COMEDI_POC $CONFIG_COMEDI
+dep_tristate 'PCM3730' CONFIG_COMEDI_PCM3730 $CONFIG_COMEDI
 dep_tristate 'Winsystems PCM-A/D' CONFIG_COMEDI_PCMAD $CONFIG_COMEDI
 dep_tristate 'Skeleton driver' CONFIG_COMEDI_SKEL $CONFIG_COMEDI
 
index bdcdfada66b50a87e91cd25748337bd13ed7a54c..d1eb2bd6583d7800c10d82611eb084db39fa9c87 100644 (file)
@@ -61,6 +61,8 @@ obj-$(CONFIG_COMEDI_NI_PCIDIO)                += ni_pcidio.o
 obj-$(CONFIG_COMEDI_MITE)              += mite.o
 obj-$(CONFIG_COMEDI_NI_ATMIO16D)       += ni_atmio16d.o
 
+obj-$(CONFIG_COMEDI_PC3M730)           += pcm3730.o
+
 obj-$(CONFIG_COMEDI_PCMAD)             += pcmad.o
 
 obj-$(CONFIG_COMEDI_POC)               += poc.o