pinctrl: move CONFIG_PINCTRL to drivers/Makefile
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 9 Jul 2015 01:55:01 +0000 (10:55 +0900)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 16 Jul 2015 07:40:09 +0000 (09:40 +0200)
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>
drivers/Makefile
drivers/pinctrl/Makefile

Simple merge
Simple merge