ARM: qcom: Enable ARM_AMBA option for Qualcomm SOCs.
authorSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Thu, 15 May 2014 10:08:55 +0000 (11:08 +0100)
committerKumar Gala <galak@codeaurora.org>
Thu, 22 May 2014 16:50:14 +0000 (11:50 -0500)
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>
arch/arm/mach-qcom/Kconfig

index a028be2..5bac591 100644 (file)
@@ -2,6 +2,7 @@ config ARCH_QCOM
        bool "Qualcomm Support" if ARCH_MULTI_V7
        select ARCH_REQUIRE_GPIOLIB
        select ARM_GIC
+       select ARM_AMBA
        select CLKSRC_OF
        select GENERIC_CLOCKEVENTS
        select HAVE_SMP