From patchwork Thu Jan 21 10:53:48 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leo Yan X-Patchwork-Id: 60061 Delivered-To: patch@linaro.org Received: by 10.112.130.2 with SMTP id oa2csp3701480lbb; Thu, 21 Jan 2016 02:54:35 -0800 (PST) X-Received: by 10.66.255.39 with SMTP id an7mr58274622pad.101.1453373672906; Thu, 21 Jan 2016 02:54:32 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id rp7si1320651pab.99.2016.01.21.02.54.32; Thu, 21 Jan 2016 02:54:32 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org; dkim=neutral (body hash did not verify) header.i=@linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934813AbcAUKyZ (ORCPT + 6 others); Thu, 21 Jan 2016 05:54:25 -0500 Received: from mail-pa0-f42.google.com ([209.85.220.42]:33001 "EHLO mail-pa0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759417AbcAUKyW (ORCPT ); Thu, 21 Jan 2016 05:54:22 -0500 Received: by mail-pa0-f42.google.com with SMTP id cy9so21554484pac.0 for ; Thu, 21 Jan 2016 02:54:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:subject:date:message-id:in-reply-to:references; bh=hlxpauE8p0dvBsPBF0IeDQvCWsKMyGsnjk/8JT08jS0=; b=bpPU3YiG648ADwm/RNuGIP7GtZx0nmkyLbtHpJ/Qz8MbNING0n0lQNH3dmR2fuDfAY 2qY287rTpGGrXZJ+uvvjbUt2lIb6URoqQGunBjrSX2wdZ+VEE/LdqCKD2wLvwZFyw1pM tPPBrW3ypasKf4+WGgg4aNP7BwHSXbyBJi85E= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=hlxpauE8p0dvBsPBF0IeDQvCWsKMyGsnjk/8JT08jS0=; b=XifUA2FN5KDTcaAw66zKNudHipZdiB9LiXgfdpwdDxXfk2juedVd+MTELCWk0LJsAl YiJWIzq7b12rhNHkSLPmZZrW5Nu84YkYyU5YbryOlZDqnBwXwcqsaaPBOBuhCkBtD4Mt 9boL+SdqiJPaZar17lu9Safx4pQmjxmv5tRQQ8Rtb+TUJp2dN3vJGcTLPQPOPvsuDPsl 8klgo+R81QeIca03PfDk08kNIa4zOVH1XukrvaADCbb0YB+ijrIVPe2WzSbwURh7HkbF HgEIv2BBtrMBEMhMB/jeJxASvm+tSo+a3ZuBJJK6xJQ4UpHe/RmoGV6tibCT/bFXtGJp Xj5w== X-Gm-Message-State: ALoCoQmUQMHPtgwKGAvCE3lSV3QvJ2gsx9ODgK92OmXO+4eNtiK5Xbm/9gZxv747PWfzeKa58/S3xrDXnNEyk30Usj57prdYBg== X-Received: by 10.66.234.226 with SMTP id uh2mr59488538pac.20.1453373661596; Thu, 21 Jan 2016 02:54:21 -0800 (PST) Received: from localhost.localdomain (v17.blockcn.net. [192.241.236.26]) by smtp.gmail.com with ESMTPSA id f16sm1773544pff.18.2016.01.21.02.54.16 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 21 Jan 2016 02:54:20 -0800 (PST) From: Leo Yan To: Catalin Marinas , Will Deacon , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Greg Kroah-Hartman , Leo Yan , Yiping Xu , Yu Dongbin , Haojian Zhuang , Chen Feng , Tyler Baker , Bintian Wang , Sudeep Holla , Wei Xu , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: [PATCH v2 RESEND 2/4] arm64: Kconfig: select sp804 timer for ARCH_HISI Date: Thu, 21 Jan 2016 18:53:48 +0800 Message-Id: <1453373630-4693-3-git-send-email-leo.yan@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1453373630-4693-1-git-send-email-leo.yan@linaro.org> References: <1453373630-4693-1-git-send-email-leo.yan@linaro.org> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Select sp804 timer for ARCH_HISI, which is used as broadcast timer. Signed-off-by: Leo Yan --- arch/arm64/Kconfig.platforms | 1 + 1 file changed, 1 insertion(+) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 4043c35..94c410d 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -36,6 +36,7 @@ config ARCH_LAYERSCAPE config ARCH_HISI bool "Hisilicon SoC Family" + select ARM_TIMER_SP804 help This enables support for Hisilicon ARMv8 SoC family