From: Lokesh Vutla Date: Wed, 8 Jun 2016 23:07:06 +0000 (-0700) Subject: ARM: keystone: Enable PINCTRL config X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2689d180b766e2b9a17825ab0f2b351896cbb50a;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git ARM: keystone: Enable PINCTRL config Some Keystone 2 devices utilize pinmuxing which requires PINCTRL to be enabled. Therefore, enable PINCTRL for all Keystone 2 devices. Signed-off-by: Lokesh Vutla Signed-off-by: Franklin S Cooper Jr Signed-off-by: Dave Gerlach Signed-off-by: Keerthy Signed-off-by: Santosh Shilimkar --- diff --git a/arch/arm/mach-keystone/Kconfig b/arch/arm/mach-keystone/Kconfig index ea955f6db8b7..7a432eec47b4 100644 --- a/arch/arm/mach-keystone/Kconfig +++ b/arch/arm/mach-keystone/Kconfig @@ -11,6 +11,7 @@ config ARCH_KEYSTONE select ZONE_DMA if ARM_LPAE select MIGHT_HAVE_PCI select PCI_DOMAINS if PCI + select PINCTRL help Support for boards based on the Texas Instruments Keystone family of SoCs.