kernel: backport bcma patches queued for 3.20
[openwrt/staging/yousong.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 --- a/arch/arm/mach-qcom/Kconfig
16 +++ b/arch/arm/mach-qcom/Kconfig
17 @@ -5,6 +5,7 @@ config ARCH_QCOM
18 select CLKSRC_OF
19 select GENERIC_CLOCKEVENTS
20 select HAVE_SMP
21 + select PINCTRL
22 select QCOM_SCM if SMP
23 help
24 Support for Qualcomm's devicetree based systems.