forked from Minki/linux
Staging: comedi: Kconfig dependancy fixes
There are three minor changes I would like to do on my last patch: * Comedi is formally not dependant on any hardware, e.g. it is possible to use comedi_test without (PCI || PCMCIA || PCCARD || USB || ISA) * comedi_parport is not dependant on PARPORT_PC. * indirect ni_mio_cs (16-bit PCMCIA) dependancy on mite PCI-chip may confuse users, thus changing COMEDI_NI_TIO depends on COMEDI_MITE to select COMEDI_MITE. Signed-off-by: Alexander Kurz <linux@kbdbabel.org> Cc: Ian Abbott <abbotti@mev.co.uk> Cc: Frank Mori Hess <fmhess@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
77f047e257
commit
ba2450b89b
@ -1,7 +1,7 @@
|
||||
config COMEDI
|
||||
tristate "Data acquisition support (comedi)"
|
||||
default N
|
||||
depends on m && (PCI || PCMCIA || PCCARD || USB)
|
||||
depends on m
|
||||
---help---
|
||||
Enable support a wide range of data acquisition devices
|
||||
for Linux.
|
||||
@ -57,7 +57,6 @@ config COMEDI_TEST
|
||||
|
||||
config COMEDI_PARPORT
|
||||
tristate "Parallel port support"
|
||||
depends on PARPORT_PC
|
||||
default N
|
||||
---help---
|
||||
Enable support for the standard parallel port.
|
||||
@ -1266,7 +1265,7 @@ config COMEDI_MITE
|
||||
|
||||
config COMEDI_NI_TIO
|
||||
tristate "NI general purpose counter support"
|
||||
depends on COMEDI_MITE
|
||||
select COMEDI_MITE
|
||||
default N
|
||||
---help---
|
||||
Enable support for National Instruments general purpose counters.
|
||||
|
Loading…
Reference in New Issue
Block a user