blob: b47ca1e7e383325ef24adbc8d408e116180704af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
config COMEDI
tristate "Data Acquision support (comedi)"
default N
depends on m
---help---
Enable support a wide range of data acquision devices
for Linux.
config COMEDI_RT
tristate "Comedi Real-time support"
depends on COMEDI && RT
default N
---help---
Enable Real time support for the Comedi core.
config COMEDI_PCI_DRIVERS
tristate "Comedi PCI drivers"
depends on COMEDI && PCI
default N
---help---
Enable lots of comedi PCI drivers to be built
config COMEDI_USB_DRIVERS
tristate "Comedi USB drivers"
depends on COMEDI && USB
default N
---help---
Enable lots of comedi USB drivers to be built
|