ipq806x: Add support for IPQ806x chip family
[openwrt/staging/wigyori.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 diff --git a/arch/arm/mach-qcom/Kconfig b/arch/arm/mach-qcom/Kconfig
18 index 6440c11..63502cc 100644
19 --- a/arch/arm/mach-qcom/Kconfig
20 +++ b/arch/arm/mach-qcom/Kconfig
21 @@ -2,6 +2,7 @@ config ARCH_QCOM
22 bool "Qualcomm Support" if ARCH_MULTI_V7
23 select ARCH_REQUIRE_GPIOLIB
24 select ARM_GIC
25 + select ARM_AMBA
26 select CLKSRC_OF
27 select GENERIC_CLOCKEVENTS
28 select HAVE_SMP
29 --
30 1.7.10.4
31