Searched hist:"9 ba1e456e1fa3729fc6be73403a7b2083f9590eb" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/base/regmap/ |
H A D | Kconfig | diff 9ba1e456e1fa3729fc6be73403a7b2083f9590eb Sun Aug 17 12:08:57 CEST 2014 Geert Uytterhoeven <geert@linux-m68k.org> 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>
|