]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: comedi: allow it to be built-in
authorIan Abbott <abbotti@mev.co.uk>
Wed, 8 Mar 2017 18:02:04 +0000 (18:02 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Mar 2017 13:08:58 +0000 (14:08 +0100)
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>
drivers/staging/comedi/Kconfig

index 942507754cab1790352382d6c8edb16645074b9b..6079c23237d5e27f5fd696c4a3305e44c8563011 100644 (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.