From: Naveen Krishna Ch <[email protected]> Enable pinctrl support for exynos7 SoCs.
Signed-off-by: Naveen Krishna Ch <[email protected]> Signed-off-by: Abhilash Kesavan <[email protected]> Reviewed-by: Thomas Abraham <[email protected]> Tested-by: Thomas Abraham <[email protected]> Acked-by: Tomasz Figa <[email protected]> Cc: Rob Herring <[email protected]> Cc: Catalin Marinas <[email protected]> Cc: Linus Walleij <[email protected]> --- arch/arm64/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 5285f9c..e8ddd84 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -145,6 +145,8 @@ config ARCH_EXYNOS7 bool "ARMv8 based Samsung Exynos7" select ARCH_EXYNOS select COMMON_CLK_SAMSUNG + select PINCTRL + select PINCTRL_EXYNOS help This enables support for Samsung Exynos7 SoC family -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
