[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1464006547-19569-3-git-send-email-j-keerthy@ti.com>
Date: Mon, 23 May 2016 17:59:06 +0530
From: Keerthy <j-keerthy@...com>
To: <ssantosh@...nel.org>
CC: <nm@...com>, <linux@...linux.org.uk>, <devicetree@...r.kernel.org>,
<robh+dt@...nel.org>, <m-karicheri2@...com>, <j-keerthy@...com>,
<linux-arm-kernel@...ts.infradead.org>,
<linux-kernel@...r.kernel.org>
Subject: [PATCH 2/3] arm: mach-keystone: Enable PINCTRL config
keystone-k2l uses pinmux and is compliant with PINCTRL_SINGLE
which depends on PINCTRL. Hence enable PINCTRL.
Signed-off-by: Keerthy <j-keerthy@...com>
---
arch/arm/mach-keystone/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/mach-keystone/Kconfig b/arch/arm/mach-keystone/Kconfig
index ea955f6db..7a432ee 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.
--
1.9.1
Powered by blists - more mailing lists