staging: comedi: allow it to be built-in

There is no particular reason why comedi has to be built as kernel
modules.  Remove the `depends on m` from the Kconfig file to allow it to
be built-in.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Ian Abbott 2017-03-08 18:02:04 +00:00 committed by Greg Kroah-Hartman
parent d1d78d2080
commit 144113b003
1 changed files with 0 additions and 1 deletions

View File

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