|
@@ -1,7 +1,7 @@
|
|
config COMEDI
|
|
config COMEDI
|
|
tristate "Data acquisition support (comedi)"
|
|
tristate "Data acquisition support (comedi)"
|
|
default N
|
|
default N
|
|
- depends on m && (PCI || PCMCIA || PCCARD || USB)
|
|
|
|
|
|
+ depends on m
|
|
---help---
|
|
---help---
|
|
Enable support a wide range of data acquisition devices
|
|
Enable support a wide range of data acquisition devices
|
|
for Linux.
|
|
for Linux.
|
|
@@ -57,7 +57,6 @@ config COMEDI_TEST
|
|
|
|
|
|
config COMEDI_PARPORT
|
|
config COMEDI_PARPORT
|
|
tristate "Parallel port support"
|
|
tristate "Parallel port support"
|
|
- depends on PARPORT_PC
|
|
|
|
default N
|
|
default N
|
|
---help---
|
|
---help---
|
|
Enable support for the standard parallel port.
|
|
Enable support for the standard parallel port.
|
|
@@ -1266,7 +1265,7 @@ config COMEDI_MITE
|
|
|
|
|
|
config COMEDI_NI_TIO
|
|
config COMEDI_NI_TIO
|
|
tristate "NI general purpose counter support"
|
|
tristate "NI general purpose counter support"
|
|
- depends on COMEDI_MITE
|
|
|
|
|
|
+ select COMEDI_MITE
|
|
default N
|
|
default N
|
|
---help---
|
|
---help---
|
|
Enable support for National Instruments general purpose counters.
|
|
Enable support for National Instruments general purpose counters.
|