From patchwork Thu May 15 10:08:55 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Srinivas Kandagatla X-Patchwork-Id: 4180871 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id CA9159F387 for ; Thu, 15 May 2014 10:11:54 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 0E5DB20251 for ; Thu, 15 May 2014 10:11:54 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 1F97E2020E for ; Thu, 15 May 2014 10:11:53 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WksbW-0007Vl-Gl; Thu, 15 May 2014 10:09:34 +0000 Received: from mail-we0-f181.google.com ([74.125.82.181]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WksbT-0007Sq-Qr for linux-arm-kernel@lists.infradead.org; Thu, 15 May 2014 10:09:32 +0000 Received: by mail-we0-f181.google.com with SMTP id w61so796706wes.26 for ; Thu, 15 May 2014 03:09:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=WsIcrnkP9qJI7NipfhWuc03RC9cAv/GUpCoupi8s0cw=; b=QA8+i1S74bpgmwYh/mg0EzbjaGBpsd87fI3ZO5AnCk5I2KEpPZaxEu8JkoTa3rkXws ILLqVXymrMPPsB1DlcJsVUcSfNsAAOkw4M8CKSH6Ew5KBUt4eQvIH5E1xUo9XNsP12it 2Ik8u5Eo/5oNhcQe8pptHberecHsgBCGtFwPyNjVOSj9oAnQRtvLGRK6bGCtPwLK02nu /7sWmSKlXJ1hVd+BsABd4WjDK45OMUmVc9qGD9xVc8ssobEO9JbZk6xOVEt3AM1vXNcs oMSiVS/W4DYet3DDLTDWfIbK549PCsIaGQSiZl6DHbPsyreD+mtffomOMBH02MmocCMf 855w== X-Gm-Message-State: ALoCoQnT0HhQKcyAZH6vAx41Tb2bJ8aptLg/4O8Hc2KWL2FVrSD8t4fhEQ0dnUrcwozUq+NkibgG X-Received: by 10.180.228.42 with SMTP id sf10mr7971845wic.48.1400148548347; Thu, 15 May 2014 03:09:08 -0700 (PDT) Received: from srini-ThinkPad-X1-Carbon-2nd.dlink.com (host-78-145-240-98.as13285.net. [78.145.240.98]) by mx.google.com with ESMTPSA id go1sm9013214wib.7.2014.05.15.03.09.06 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 15 May 2014 03:09:07 -0700 (PDT) From: Srinivas Kandagatla To: Kumar Gala Subject: [PATCH] ARM: QCOM: Enable ARM_AMBA option for Qcom SOCS. Date: Thu, 15 May 2014 11:08:55 +0100 Message-Id: <1400148535-30772-1-git-send-email-srinivas.kandagatla@linaro.org> X-Mailer: git-send-email 1.9.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140515_030932_015647_99E0344B X-CRM114-Status: UNSURE ( 9.75 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.7 (/) Cc: Russell King , linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, Srinivas Kandagatla , David Brown , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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 --- 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