diff options
author | Thomas Abraham <thomas.abraham@linaro.org> | 2012-09-06 17:14:26 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-09-06 17:14:26 -0400 |
commit | 011527b45f8e3092e1f3192e5aea94187a6ca269 (patch) | |
tree | 5a0f6a2dde28032229b017478318df23b1570ed6 /arch/arm/mach-exynos | |
parent | 87711d8c7c70387e91d43d88e12983c4d3f9fbb0 (diff) |
ARM: EXYNOS: Enable pinctrl driver support for EXYNOS4 device tree enabled platform
This enables support for Samsung and EXYNOS4 pinctrl driver for device
tree enabled EXYNOS4 platforms.
Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos')
-rw-r--r-- | arch/arm/mach-exynos/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig index b5b4c8c9db11..195b50eb1e57 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach-exynos/Kconfig | |||
@@ -405,6 +405,8 @@ config MACH_EXYNOS4_DT | |||
405 | select USE_OF | 405 | select USE_OF |
406 | select ARM_AMBA | 406 | select ARM_AMBA |
407 | select HAVE_SAMSUNG_KEYPAD if INPUT_KEYBOARD | 407 | select HAVE_SAMSUNG_KEYPAD if INPUT_KEYBOARD |
408 | select PINCTRL | ||
409 | select PINCTRL_EXYNOS4 | ||
408 | help | 410 | help |
409 | Machine support for Samsung Exynos4 machine with device tree enabled. | 411 | Machine support for Samsung Exynos4 machine with device tree enabled. |
410 | Select this if a fdt blob is available for the Exynos4 SoC based board. | 412 | Select this if a fdt blob is available for the Exynos4 SoC based board. |