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 коммит произвёл Greg Kroah-Hartman
Родитель d1d78d2080
Коммит 144113b003
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -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.