c1c116f0b659af95d47b6181699c3308ab649319
[openwrt.git] / target / linux / ipq806x / patches / 0042-ARM-qcom-Select-PINCTRL-by-default-for-ARCH_QCOM.patch
1 From add2c1451495ccc4e67ced3dd12d4286500f1672 Mon Sep 17 00:00:00 2001
2 From: Andy Gross <agross@codeaurora.org>
3 Date: Mon, 14 Apr 2014 22:10:37 -0500
4 Subject: [PATCH 042/182] ARM: qcom: Select PINCTRL by default for ARCH_QCOM
5
6 Add missing PINCTRL selection.  This enables selection of pinctrollers for
7 Qualcomm processors.
8
9 Signed-off-by: Andy Gross <agross@codeaurora.org>
10 Acked-by: Linus Walleij <linus.walleij@linaro.org>
11 ---
12  arch/arm/mach-qcom/Kconfig |    1 +
13  1 file changed, 1 insertion(+)
14
15 diff --git a/arch/arm/mach-qcom/Kconfig b/arch/arm/mach-qcom/Kconfig
16 index a028be2..6440c11 100644
17 --- a/arch/arm/mach-qcom/Kconfig
18 +++ b/arch/arm/mach-qcom/Kconfig
19 @@ -5,6 +5,7 @@ config ARCH_QCOM
20         select CLKSRC_OF
21         select GENERIC_CLOCKEVENTS
22         select HAVE_SMP
23 +       select PINCTRL
24         select QCOM_SCM if SMP
25         help
26           Support for Qualcomm's devicetree based systems.
27 -- 
28 1.7.10.4
29