From: Masahiro Yamada Date: Thu, 9 Jul 2015 01:55:01 +0000 (+0900) Subject: pinctrl: move CONFIG_PINCTRL to drivers/Makefile X-Git-Tag: omap-for-v4.3/fixes-rc1~95^2~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95b612cc6c7f95f4e08f1b3dbc6588fda49b1b12;p=pandora-kernel.git 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 Signed-off-by: Linus Walleij --- Reading git-diff-tree failed