Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317577
b: refs/heads/master
c: ea8d385
h: refs/heads/master
i:
  317575: 2191522
v: v3
  • Loading branch information
Ian Abbott authored and Greg Kroah-Hartman committed Jun 26, 2012
1 parent 94b4df3 commit b317d7b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4b29a3058c080fe6f76ae90e0e792e21000deb16
refs/heads/master: ea8d385436d956984ab5875c778a13a91033e0d3
21 changes: 16 additions & 5 deletions trunk/drivers/staging/comedi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1007,7 +1007,7 @@ config COMEDI_NI_65XX

config COMEDI_NI_660X
tristate "NI 660x counter/timer PCI card support"
depends on COMEDI_NI_TIO && COMEDI_NI_COMMON
depends on COMEDI_NI_TIOCMD && COMEDI_NI_COMMON
---help---
Enable support for National Instruments PCI-6601 (ni_660x), PCI-6602,
PXI-6602 and PXI-6608.
Expand Down Expand Up @@ -1040,7 +1040,7 @@ config COMEDI_NI_PCIDIO

config COMEDI_NI_PCIMIO
tristate "NI PCI-MIO-E series and M series support"
depends on COMEDI_NI_TIO && COMEDI_NI_COMMON
depends on COMEDI_NI_TIOCMD && COMEDI_NI_COMMON
select COMEDI_8255
select COMEDI_FC
---help---
Expand Down Expand Up @@ -1256,15 +1256,26 @@ config COMEDI_MITE

config COMEDI_NI_TIO
tristate "NI general purpose counter support"
depends on COMEDI_MITE
---help---
Enable support for National Instruments general purpose counters.
This module is not used directly by end-users. Rather, it
is used by other drivers (for example ni_660x and ni_pcimio)
to provide support for NI's general purpose counters.

To compile this driver as a modules, choose M here: two modules will
be build: ni_tio and ni_tiocmd.
To compile this driver as a module, choose M here: the module will
be called ni_tio.

config COMEDI_NI_TIOCMD
tristate "NI streaming acquisition for general purpose counters"
depends on COMEDI_NI_TIO && COMEDI_MITE
---help---
Enable streaming acquisition command support for National Instruments
general purpose counters. This module is not used directly by
end-users. It is used by some NI PCI card drivers (ni_660x and
ni_pcimio).

To compile this driver as a module, choose M here: the module will
be called ni_tiocmd.

config COMEDI_NI_LABPC
tristate "NI Lab-PC and compatibles ISA and PCI support"
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/comedi/drivers/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ obj-$(CONFIG_COMEDI_VMK80XX) += vmk80xx.o
# Comedi NI drivers
obj-$(CONFIG_COMEDI_MITE) += mite.o
obj-$(CONFIG_COMEDI_NI_TIO) += ni_tio.o
obj-$(CONFIG_COMEDI_NI_TIO) += ni_tiocmd.o
obj-$(CONFIG_COMEDI_NI_TIOCMD) += ni_tiocmd.o
obj-$(CONFIG_COMEDI_NI_LABPC) += ni_labpc.o

obj-$(CONFIG_COMEDI_8255) += 8255.o
Expand Down

0 comments on commit b317d7b

Please sign in to comment.