kernel: update 3.14 to 3.14.18
[openwrt/openwrt.git] / target / linux / ipq806x / patches / 0099-ARM-qcom-Enable-ARM_AMBA-option-for-Qualcomm-SOCs.patch
1 From b6ee2071ec3af3ec90d93b8b70aa17d741590148 Mon Sep 17 00:00:00 2001
2 From: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
3 Date: Thu, 15 May 2014 11:08:55 +0100
4 Subject: [PATCH 099/182] ARM: qcom: Enable ARM_AMBA option for Qualcomm SOCs.
5
6 As some of the IPs on Qualcomm SOCs are based on ARM PrimeCell IPs.
7 For example SDCC controller is PrimeCell MCI pl180. Adding this option will
8 give flexibility to reuse the existing drivers as it is without major
9 modifications.
10
11 Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
12 Signed-off-by: Kumar Gala <galak@codeaurora.org>
13 ---
14 arch/arm/mach-qcom/Kconfig | 1 +
15 1 file changed, 1 insertion(+)
16
17 --- a/arch/arm/mach-qcom/Kconfig
18 +++ b/arch/arm/mach-qcom/Kconfig
19 @@ -2,6 +2,7 @@ config ARCH_QCOM
20 bool "Qualcomm Support" if ARCH_MULTI_V7
21 select ARCH_REQUIRE_GPIOLIB
22 select ARM_GIC
23 + select ARM_AMBA
24 select CLKSRC_OF
25 select GENERIC_CLOCKEVENTS
26 select HAVE_SMP