forked from Minki/linux
Staging: comedi: add dyna_pci10xx driver to Makefile
Add dyna_pci10xx entry to comedi Kconfig and Makefile Signed-off-by: Prashant P. Shah <pshah.mumbai@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
16a7373a8e
commit
880e96166c
@ -841,6 +841,16 @@ config COMEDI_DT3000
|
||||
To compile this driver as a module, choose M here: the module will be
|
||||
called dt3000.
|
||||
|
||||
config COMEDI_DYNA_PCI10XX
|
||||
tristate "Dynalog PCI DAQ series support"
|
||||
default N
|
||||
---help---
|
||||
Enable support for Dynalog PCI DAQ series
|
||||
PCI-1050
|
||||
|
||||
To compile this driver as a module, choose M here: the module will be
|
||||
called dyna_pci10xx.
|
||||
|
||||
config COMEDI_UNIOXX5
|
||||
tristate "Fastwel UNIOxx-5 analog and digital io board support"
|
||||
default N
|
||||
|
@ -86,6 +86,7 @@ obj-$(CONFIG_COMEDI_AMPLC_PCI224) += amplc_pci224.o
|
||||
obj-$(CONFIG_COMEDI_AMPLC_PCI230) += amplc_pci230.o
|
||||
obj-$(CONFIG_COMEDI_CONTEC_PCI_DIO) += contec_pci_dio.o
|
||||
obj-$(CONFIG_COMEDI_DT3000) += dt3000.o
|
||||
obj-$(CONFIG_COMEDI_DYNA_PCI10XX) += dyna_pci10xx.o
|
||||
obj-$(CONFIG_COMEDI_UNIOXX5) += unioxx5.o
|
||||
obj-$(CONFIG_COMEDI_GSC_HPDI) += gsc_hpdi.o
|
||||
obj-$(CONFIG_COMEDI_ICP_MULTI) += icp_multi.o
|
||||
|
Loading…
Reference in New Issue
Block a user