mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 07:30:06 -04:00
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:
committed by
Greg Kroah-Hartman
parent
d1d78d2080
commit
144113b003
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user