new driver adl_pci9111
authorDavid Schleef <ds@schleef.org>
Wed, 20 Feb 2002 17:29:08 +0000 (17:29 +0000)
committerDavid Schleef <ds@schleef.org>
Wed, 20 Feb 2002 17:29:08 +0000 (17:29 +0000)
comedi/Config.in
comedi/drivers/Makefile.in
scripts/config.dist

index 3410a2e3bb0cea175b8a5a0cd95274924ed80e8a..9edc7ea01eedefe4093bb3900eee32cb6e856b57 100644 (file)
@@ -87,6 +87,7 @@ dep_tristate 'Computer Boards PCI-DDA series' CONFIG_COMEDI_CB_PCIDDA $CONFIG_CO
 dep_tristate 'Generic 8255 support' CONFIG_COMEDI_8255 $CONFIG_COMEDI
 dep_tristate 'Quanser Consulting MultiQ-3' CONFIG_COMEDI_MULTIQ3 $CONFIG_COMEDI
 dep_tristate 'Generic parallel port support' CONFIG_COMEDI_PARPORT $CONFIG_COMEDI
+dep_tristate 'ADLink PCI-9111DG/HR' CONFIG_COMEDI_ADL_PCI9111 $CONFIG_COMEDI
 dep_tristate 'ADLink PCI-9118DG/HR/HG' CONFIG_COMEDI_ADL_PCI9118 $CONFIG_COMEDI
 dep_tristate 'Advantech PCI-1710/HG/11/13/20/31' CONFIG_COMEDI_ADV_PCI1710 $CONFIG_COMEDI
 dep_tristate 'PCL-711, PCL-711b, ACL-8112, and compatibles' CONFIG_COMEDI_PCL711 $CONFIG_COMEDI
index 722fbbb512fc78d7bf4237dd044d8d3640424df0..5784d11c92d148c554bf4b03569b333260b126e3 100644 (file)
@@ -2,6 +2,7 @@
 expsyms(mite.o 8255.o amcc_s5933.o)
 
 select(CONFIG_COMEDI_8255 8255.o)
+select(CONFIG_COMEDI_ADL_PCI9111 adl_pci9111.o)
 select(CONFIG_COMEDI_ADL_PCI9118 adl_pci9118.o amcc_s5933.o)
 select(CONFIG_COMEDI_ADV_PCI1710 adv_pci1710.o amcc_s5933.o)
 select(CONFIG_COMEDI_AMPLC_PCI230 amplc_pci230.o)
index ba5e94dc036ac5be50db93080cb876ff62b75f20..bcc44f2dd05f93f379fd38a5b7b357b52a907a57 100644 (file)
@@ -44,6 +44,7 @@ CONFIG_COMEDI_CB_PCIDDA=m
 CONFIG_COMEDI_8255=m
 CONFIG_COMEDI_MULTIQ3=m
 CONFIG_COMEDI_PARPORT=m
+CONFIG_COMEDI_ADL_PCI9111=m
 CONFIG_COMEDI_ADL_PCI9118=m
 CONFIG_COMEDI_ADV_PCI1710=m
 CONFIG_COMEDI_PCL711=m