From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 49484C3A5A7 for ; Thu, 8 Dec 2022 05:43:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Subject:To:From :Date:Reply-To:Cc:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=wSgQIE5ccwRLt2qSNeRi2n9YKROUN4MQCJDkc+tadaU=; b=M99OhP+/uzxJfF MjdIBa0XbO0jKfFs+ZlgX0wuUVD3ATMVzC7YDiZyiMX12CS/Szm2exvTiJkIKKift7NOsx+phfuxd IBWSGGhmf1r6tIfmkybkz/lJJm3PJvv12FAAI1yg4LZB2zIvJocvCdcUxgOUbiglaWkCL8/tMZvso EaUHB7JiHemEGEnqzLZwXA35ayozDY7KPXRMhshzSbshcnqFprssIZ7JSFRubRXY8tFKL8paE6jSz CLH19wcM0r9E9OiGnX9AM5izl4s1HRofqV2kX4yFuovwpQ9aAoX48ROK6L5o5BNfrGarn9knnC98J Wv7i53GZl+vDTJ6XiBcA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1p39fe-002P2t-Qt; Thu, 08 Dec 2022 05:42:10 +0000 Received: from smtpbguseast2.qq.com ([54.204.34.130]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1p39fY-002Og7-8s for linux-arm-kernel@lists.infradead.org; Thu, 08 Dec 2022 05:42:08 +0000 X-QQ-mid: bizesmtp62t1670478090t8q2wflu Received: from localhost ( [202.85.220.39]) by bizesmtp.qq.com (ESMTP) with id ; Thu, 08 Dec 2022 13:41:26 +0800 (CST) X-QQ-SSF: 0140000000200080B000B00A0000000 X-QQ-FEAT: 3M0okmaRx3gM4+7jki8+3gtus5Iib5lAeL2an5HRZtAr9vdO6JseNtEDerzBc XB0hrxR4b/vbucEu+rQrQdqWKQ/h5usG+LLRWHiLKNh7bozJ8n7EaEkmagjTCh853owUECO 6Lpx6TuBHcg8bejUwoOOT2eFtF5tPF6A3TrKjKGfb7vZ92aCEokMmKtdh0smOWGVhOcjEu8 BOd00k06ZgsPzH5VS05yYdUWb+R1BhNww9vfYJoZw6HpitBgHZkO7CkU7SOq9Zeqf4OeQzQ tu6ldk8jPlGJ7FETRZvR+afTvHMUV+Symulgp0BEAI5wkmyot3cnecKbEqqBcc+rPgefs5c lrpPQFUl7cfyZCCFzWLzEwwiDTOj0cXgHLvDunG X-QQ-GoodBg: 2 Date: Thu, 8 Dec 2022 13:41:26 +0800 From: Wang Honghui To: Catalin Marinas , Will Deacon , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH] ARM64: add to support Phytium SoCs Message-ID: <98DD627831B718EC+Y5F5BlamuRTaXc/T@TP-P15V> MIME-Version: 1.0 Content-Disposition: inline X-QQ-SENDSIZE: 520 Feedback-ID: bizesmtp:ucas.com.cn:qybglogicsvr:qybglogicsvr6 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221207_214204_848430_833FEBE0 X-CRM114-Status: UNSURE ( 7.40 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org add a configuration option of ARM64 platform for Phytium SoC family. Signed-off-by: Wang Honghui --- arch/arm64/Kconfig.platforms | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 76580b932e44..7e8b17855eb7 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -236,6 +236,11 @@ config ARCH_NPCM General support for NPCM8xx BMC (Arbel). Nuvoton NPCM8xx BMC based on the Cortex A35. +config ARCH_PHYTIUM + bool "Phytium SoC Family" + help + This enables support for Phytium ARMv8 SoC family. + config ARCH_QCOM bool "Qualcomm Platforms" select GPIOLIB -- 2.34.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel