staging: comedi: Kconfig: make COMEDI_BOND select COMEDI_KCOMEDILIB
authorIan Abbott <abbotti@mev.co.uk>
Wed, 27 Aug 2014 19:37:18 +0000 (20:37 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 30 Aug 2014 20:28:15 +0000 (13:28 -0700)
commit9f3a7738081d12eef6acf89742a6e568e89b4e03
tree7c10634237545b4dbcd6cc871dc119c17182eb28
parent94254d1baec765b22cc5df3a9a16a8cc9a79d406
staging: comedi: Kconfig: make COMEDI_BOND select COMEDI_KCOMEDILIB

Currently, to select the "comedi_bond" driver, the "kcomedilib" support
has to be selected first.  It seems more natural to allow the
"comedi_bond" driver to be selected on its own and to automatically
select the "kcomedilib" module as a result of that.  Change the
dependency/select relationship between the two configuration options to
do that.

Also, make "kcomedilib" a module that can be selected independently,
perhaps for use by out-of-tree modules, although it is not terribly
useful for anything other than "comedi_bond" currently.

Also, improve the help text for the config options.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/Kconfig