diff options
author | Ian Abbott <abbotti@mev.co.uk> | 2017-03-08 18:02:04 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-03-09 14:08:58 +0100 |
commit | 144113b003cf9b26f1ed45ff06d867711f4133c6 (patch) | |
tree | 233bc5bebce4803c4b7ac8d40ccdd4516da06e4a /drivers/staging/comedi | |
parent | d1d78d20800f8e1bd41518d45d5a3d604d9b1040 (diff) |
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>
Diffstat (limited to 'drivers/staging/comedi')
-rw-r--r-- | drivers/staging/comedi/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/comedi/Kconfig b/drivers/staging/comedi/Kconfig index 942507754cab..6079c23237d5 100644 --- a/drivers/staging/comedi/Kconfig +++ b/drivers/staging/comedi/Kconfig @@ -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. |