diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2016-06-08 16:07:06 -0700 |
---|---|---|
committer | Santosh Shilimkar <ssantosh@kernel.org> | 2016-06-08 16:07:06 -0700 |
commit | 2689d180b766e2b9a17825ab0f2b351896cbb50a (patch) | |
tree | bfe997446b70307bf6a3ffeb8ab6684fc953fef3 /arch/arm/mach-keystone/Kconfig | |
parent | af8c34ce6ae32addda3788d54a7e340cad22516b (diff) | |
download | linux-2689d180b766e2b9a17825ab0f2b351896cbb50a.tar.gz |
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/Kconfig')
-rw-r--r-- | arch/arm/mach-keystone/Kconfig | 1 |
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. |