aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-qcom
diff options
context:
space:
mode:
authorSrinivas Kandagatla <srinivas.kandagatla@linaro.org>2014-05-15 06:08:55 -0400
committerKumar Gala <galak@codeaurora.org>2014-05-22 12:50:14 -0400
commit7831c4b2a11b35cde9bc548b600ec047aac7f98f (patch)
tree4a03bc55d03df3d48d684e54b6f46de55a0684fa /arch/arm/mach-qcom
parentc9eaa447e77efe77b7fa4c953bd62de8297fd6c5 (diff)
ARM: qcom: Enable ARM_AMBA option for Qualcomm SOCs.
As some of the IPs on Qualcomm SOCs are based on ARM PrimeCell IPs. For example SDCC controller is PrimeCell MCI pl180. Adding this option will give flexibility to reuse the existing drivers as it is without major modifications. Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Signed-off-by: Kumar Gala <galak@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-qcom')
-rw-r--r--arch/arm/mach-qcom/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-qcom/Kconfig b/arch/arm/mach-qcom/Kconfig
index a028be234334..5bac59114dda 100644
--- a/arch/arm/mach-qcom/Kconfig
+++ b/arch/arm/mach-qcom/Kconfig
@@ -2,6 +2,7 @@ config ARCH_QCOM
2 bool "Qualcomm Support" if ARCH_MULTI_V7 2 bool "Qualcomm Support" if ARCH_MULTI_V7
3 select ARCH_REQUIRE_GPIOLIB 3 select ARCH_REQUIRE_GPIOLIB
4 select ARM_GIC 4 select ARM_GIC
5 select ARM_AMBA
5 select CLKSRC_OF 6 select CLKSRC_OF
6 select GENERIC_CLOCKEVENTS 7 select GENERIC_CLOCKEVENTS
7 select HAVE_SMP 8 select HAVE_SMP