From: Ian Abbott Date: Wed, 27 Aug 2014 19:37:18 +0000 (+0100) Subject: staging: comedi: Kconfig: make COMEDI_BOND select COMEDI_KCOMEDILIB X-Git-Tag: fixes-for-v3.18-merge-window~15^2~988 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f3a7738081d12eef6acf89742a6e568e89b4e03;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed