All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: QCOM: Enable ARM_AMBA option for Qcom SOCS.
@ 2014-05-15 10:08 ` Srinivas Kandagatla
  0 siblings, 0 replies; 6+ messages in thread
From: Srinivas Kandagatla @ 2014-05-15 10:08 UTC (permalink / raw)
  To: Kumar Gala
  Cc: David Brown, Russell King, linux-arm-msm, linux-arm-kernel,
	linux-kernel, Srinivas Kandagatla

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>
---
 arch/arm/mach-qcom/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-qcom/Kconfig b/arch/arm/mach-qcom/Kconfig
index a028be2..5bac591 100644
--- a/arch/arm/mach-qcom/Kconfig
+++ b/arch/arm/mach-qcom/Kconfig
@@ -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
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-05-15 14:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-15 10:08 [PATCH] ARM: QCOM: Enable ARM_AMBA option for Qcom SOCS Srinivas Kandagatla
2014-05-15 10:08 ` Srinivas Kandagatla
2014-05-15 14:31 ` Kumar Gala
2014-05-15 14:31   ` Kumar Gala
2014-05-15 14:56   ` Srinivas Kandagatla
2014-05-15 14:56     ` Srinivas Kandagatla

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.