summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-keystone
diff options
context:
space:
mode:
authorLokesh Vutla2016-06-09 01:07:06 +0200
committerSantosh Shilimkar2016-06-09 01:07:06 +0200
commit2689d180b766e2b9a17825ab0f2b351896cbb50a (patch)
treebfe997446b70307bf6a3ffeb8ab6684fc953fef3 /arch/arm/mach-keystone
parentLinux 4.7-rc2 (diff)
downloadkernel-qcow2-linux-2689d180b766e2b9a17825ab0f2b351896cbb50a.tar.gz
kernel-qcow2-linux-2689d180b766e2b9a17825ab0f2b351896cbb50a.tar.xz
kernel-qcow2-linux-2689d180b766e2b9a17825ab0f2b351896cbb50a.zip
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 <lokeshvutla@ti.com> Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com> Signed-off-by: Dave Gerlach <d-gerlach@ti.com> Signed-off-by: Keerthy <j-keerthy@ti.com> Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>
Diffstat (limited to 'arch/arm/mach-keystone')
-rw-r--r--arch/arm/mach-keystone/Kconfig1
1 files changed, 1 insertions, 0 deletions
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.