]> git.karo-electronics.de Git - linux-beck.git/commit
regmap: Add explicit dependencies to catch "select" misuse
authorGeert Uytterhoeven <geert@linux-m68k.org>
Sun, 17 Aug 2014 10:08:57 +0000 (12:08 +0200)
committerMark Brown <broonie@linaro.org>
Sun, 17 Aug 2014 13:54:14 +0000 (08:54 -0500)
commit9ba1e456e1fa3729fc6be73403a7b2083f9590eb
tree1e1f998f7b161b850ecfd70c14f68358bddde155
parentdd060bc92748ce77231b2cd2657510b77cd94dea
regmap: Add explicit dependencies to catch "select" misuse

Add explicit dependencies for the various regmap modules, so Kconfig
will print a warning message when another module selects a regmap module
without fulfilling its dependencies.

Without this, it's much more difficult to find out which module did the
offending select.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/base/regmap/Kconfig