commit | 95b612cc6c7f95f4e08f1b3dbc6588fda49b1b12 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Jul 09 10:55:01 2015 +0900 |
committer | Linus Walleij <linus.walleij@linaro.org> | Thu Jul 16 09:40:09 2015 +0200 |
tree | 512fb16a3bb084947f0c02f98510395cf1d348ab | |
parent | b3b6616378a4dcf1e903c8ad70fabfe4c2ad529b [diff] |
pinctrl: move CONFIG_PINCTRL to drivers/Makefile Kbuild should descend into drivers/pinctrl/ only when CONFIG_PINCTRL is enabled because everything under that directory depends on CONFIG_PINCTRL. We can avoid the conditional, ifeq ($(CONFIG_OF),y) ... endif. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>