diff mbox

[3/3] ARM: qcom: Select PINCTRL by default for ARCH_QCOM

Message ID 1397531437-9104-4-git-send-email-agross@codeaurora.org (mailing list archive)
State Accepted, archived
Headers show

Commit Message

Andy Gross April 15, 2014, 3:10 a.m. UTC
Add missing PINCTRL selection.  This enables selection of pinctrollers for
Qualcomm processors.

Signed-off-by: Andy Gross <agross@codeaurora.org>
---
 arch/arm/mach-qcom/Kconfig |    1 +
 1 file changed, 1 insertion(+)

Comments

Linus Walleij April 23, 2014, 2:03 p.m. UTC | #1
On Tue, Apr 15, 2014 at 5:10 AM, Andy Gross <agross@codeaurora.org> wrote:

> Add missing PINCTRL selection.  This enables selection of pinctrollers for
> Qualcomm processors.
>
> Signed-off-by: Andy Gross <agross@codeaurora.org>

Acked-by: Linus Walleij <linus.walleij@linaro.org>

David are you picking this to the Qualcomm tree?

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Kumar Gala April 23, 2014, 2:26 p.m. UTC | #2
On Apr 23, 2014, at 9:03 AM, Linus Walleij <linus.walleij@linaro.org> wrote:

> On Tue, Apr 15, 2014 at 5:10 AM, Andy Gross <agross@codeaurora.org> wrote:
> 
>> Add missing PINCTRL selection.  This enables selection of pinctrollers for
>> Qualcomm processors.
>> 
>> Signed-off-by: Andy Gross <agross@codeaurora.org>
> 
> Acked-by: Linus Walleij <linus.walleij@linaro.org>
> 
> David are you picking this to the Qualcomm tree?

I’ll pick it up

- k
diff mbox

Patch

diff --git a/arch/arm/mach-qcom/Kconfig b/arch/arm/mach-qcom/Kconfig
index aded06d..2c561c0 100644
--- a/arch/arm/mach-qcom/Kconfig
+++ b/arch/arm/mach-qcom/Kconfig
@@ -5,6 +5,7 @@  config ARCH_QCOM
 	select CLKSRC_OF
 	select GENERIC_CLOCKEVENTS
 	select HAVE_SMP
+	select PINCTRL
 	select QCOM_SCM if SMP
 	help
 	  Support for Qualcomm's devicetree based systems.