mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
Staging: comedi: fix build on arches that don't want comedi drivers
This should fix the problem of comedi drivers showing up on arches that can not support the comedi subsystem (like s390). Cc: Martin Schwidefsky <schwidefsky@de.ibm.com> Cc: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com> 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
3d1c28848e
commit
cad9e3c75b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
depends on m && (PCI || PCMCIA || PCCARD || USB)
|
||||||
---help---
|
---help---
|
||||||
Enable support a wide range of data acquisition devices
|
Enable support a wide range of data acquisition devices
|
||||||
for Linux.
|
for Linux.
|
||||||
|
|
Loading…
Reference in a new issue