]> git.baikalelectronics.ru Git - kernel.git/commit
pinctrl: samsung: use CONFIG_PINCTRL_SAMSUNG symbol in makefile
authorNaveen Krishna Chatradhi <ch.naveen@samsung.com>
Wed, 27 Aug 2014 09:48:09 +0000 (15:18 +0530)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 29 Aug 2014 12:35:58 +0000 (14:35 +0200)
commitfe46e7bc8c698ae416a1776a26282292d313f7cd
tree645bd4c3f3ff0ac1b89599e7558cb7026b34fbf8
parent499fb0c4c147c642810ad7a285355641833cf236
pinctrl: samsung: use CONFIG_PINCTRL_SAMSUNG symbol in makefile

Samsung Exynos7 is a ARM64bit processor. Which does not select
the CONFIG_PLAT_SAMSUNG symbol. CONFIG_PINCTRL_SAMSUNG is being
selected for both PLAT_SAMSUNG and ARCH_EXYNOS7 symbols.

This patch modifes the pinctrl/Makefile to use
CONFIG_PINCTRL_SAMSUNG symbol to compile the pinctrl/samsung/*.c

Signed-off-by: Naveen Krishna Chatradhi <ch.naveen@samsung.com>
Cc: Tomasz Figa <t.figa@samsung.com>
Cc: linus.walleij@linaro.org
Cc: Thomas Abraham <thomas.ab@samsung.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/Makefile