Staging: comedi: fix Kbuild

comedi doesn't like being built into the kernel right now, so force it
to be a module.

Reported-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
Reported-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Greg Kroah-Hartman 2009-01-16 17:59:15 -08:00 committed by Greg Kroah-Hartman
parent 18e352e4a7
commit c69a1f0943

View file

@ -1,6 +1,7 @@
config COMEDI
tristate "Data Acquision support (comedi)"
default N
depends on m
---help---
Enable support a wide range of data acquision devices
for Linux.