Message ID | 1397531437-9104-4-git-send-email-agross@codeaurora.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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
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 --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.
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(+)