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 1A3F2C27C53 for ; Sun, 16 Jun 2024 22:27:07 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=hlCeQ0k80rK1imu8C8bYbedKMFO5IgSvT9fqTw2odtE=; b=rjotIgW2nOZE6/ jBj855kOJ52zf07JgCUCeiSREZXc19yrvG3txZuwd0Bgk2Dd1IJ+rmov5gw9Ol4idWZOErCO+AfP5 3bKebr606wYF3FBkVG9vwbV5u+nRUWgoWe/JYOuYGh+azr63v2p7Ioo85uNRG/ge/dmu73pGcFXSL n1WdrqjqFtW7qrqXKcu+5r6vQNERp+B8HfcocAWQJWvnu90fMQSci7J7dF02QX94yno4gwta5dCxE 2S6gE46J6kAgY2/895YB0RSnT12zQEG3a+UHrSSrtQZMGoB1efrxPglaZD3MbNahscFgpVKDRJNjH diBydDNSjHpWrZjpWb7g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sIyKv-00000008Qs6-15Oj; Sun, 16 Jun 2024 22:26:57 +0000 Received: from smtp.gentoo.org ([2001:470:ea4a:1:5054:ff:fec7:86e4]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sIyKr-00000008QrO-3NZQ for linux-riscv@lists.infradead.org; Sun, 16 Jun 2024 22:26:56 +0000 Date: Sun, 16 Jun 2024 22:26:36 +0000 From: Yixun Lan To: Yangyu Chen Cc: linux-riscv@lists.infradead.org, Conor Dooley , Palmer Dabbelt , Paul Walmsley , Samuel Holland , Anup Patel , Rob Herring , Krzysztof Kozlowski , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v1 6/9] riscv: add SpacemiT SOC family Kconfig support Message-ID: <20240616222636.GA3983622@ofsar> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240616_152653_968520_0CE2AC1C X-CRM114-Status: GOOD ( 11.94 ) X-BeenThere: linux-riscv@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-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org On 01:20 Mon 17 Jun , Yangyu Chen wrote: > The first SoC in the SpacemiT series is K1, which contains 8 RISC-V > cores with RISC-V Vector v1.0 support. > > Link: https://www.spacemit.com/en/spacemit-key-stone-2/ > > Signed-off-by: Yangyu Chen > --- > arch/riscv/Kconfig.socs | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/arch/riscv/Kconfig.socs b/arch/riscv/Kconfig.socs > index f51bb24bc84c..8a5775586845 100644 > --- a/arch/riscv/Kconfig.socs > +++ b/arch/riscv/Kconfig.socs > @@ -24,6 +24,11 @@ config ARCH_SOPHGO > help > This enables support for Sophgo SoC platform hardware. > > +config ARCH_SPACEMIT > + bool "Sophgo SoCs" ~~~~~ is this a copy & paste typo? > + help > + This enables support for SpacemiT SoC platform hardware. > + > config ARCH_STARFIVE > def_bool SOC_STARFIVE > > -- > 2.45.1 > -- Yixun Lan (dlan) Gentoo Linux Developer GPG Key ID AABEFD55 _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv