Commit 144113b0 authored by Ian Abbott's avatar Ian Abbott Committed by Greg Kroah-Hartman

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: default avatarIan Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d1d78d20
config COMEDI config COMEDI
tristate "Data acquisition support (comedi)" tristate "Data acquisition support (comedi)"
depends on m
---help--- ---help---
Enable support for a wide range of data acquisition devices Enable support for a wide range of data acquisition devices
for Linux. for Linux.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment