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 10E46C77B70 for ; Wed, 12 Apr 2023 02:52:49 +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:From:References:CC:To: Subject:MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=6KBqXc0GAEiBq3yrfSEmqcgKy6ohI5ZBxuqU0iPq6xE=; b=SXVE1xujTXMoJT /9rlNIi1PRHZbbu5ZYyqeWwS7eRybijvF43KU+/NDgRtaV0mJ7QjhuklDln/X6bu/NGyAVO2u5pFi 7tRIv19f130dz9/l9Z2ZFZpMxAsQI7zr/HVRGU7V5+HlT7rysq7svoYEI4ZTqxvbPRHZI1/irAgcQ QnIaBW6cc9Dg9s64LsrPg8tjf6IdYW6a8AjPzxi70/l/HYuk+AW0tGWh7+P26D7QmY0/swyD7//vl +8KJuX1/ZAETqbvudsWSO+zDUrcAjcRUAKocAZA19jSF+DIM670iGKtocWlYcfoV6FYwW6jy8TwEO VYKO6qyK0B2IyhpcgfFg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pmQbA-001eJL-2O; Wed, 12 Apr 2023 02:52:40 +0000 Received: from fd01.gateway.ufhost.com ([61.152.239.71]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pmQb7-001eHv-0Y for linux-riscv@lists.infradead.org; Wed, 12 Apr 2023 02:52:38 +0000 Received: from EXMBX165.cuchost.com (unknown [175.102.18.54]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "EXMBX165", Issuer "EXMBX165" (not verified)) by fd01.gateway.ufhost.com (Postfix) with ESMTP id 88A2680ED; Wed, 12 Apr 2023 10:52:14 +0800 (CST) Received: from EXMBX162.cuchost.com (172.16.6.72) by EXMBX165.cuchost.com (172.16.6.75) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Wed, 12 Apr 2023 10:52:14 +0800 Received: from [192.168.125.82] (113.72.145.176) by EXMBX162.cuchost.com (172.16.6.72) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Wed, 12 Apr 2023 10:52:13 +0800 Message-ID: <7a8aac88-91e1-3c54-efa6-e71ddd0951b4@starfivetech.com> Date: Wed, 12 Apr 2023 10:52:13 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.9.0 Subject: Re: [PATCH v1 2/7] soc: starfive: Replace SOC_STARFIVE with ARCH_SATRFIVE Content-Language: en-US To: Walker Chen , Rob Herring , Krzysztof Kozlowski , Emil Renner Berthing , Conor Dooley , Paul Walmsley , Palmer Dabbelt , Albert Ou CC: , , References: <20230411064743.273388-1-changhuang.liang@starfivetech.com> <20230411064743.273388-3-changhuang.liang@starfivetech.com> From: Changhuang Liang In-Reply-To: X-Originating-IP: [113.72.145.176] X-ClientProxiedBy: EXCAS066.cuchost.com (172.16.6.26) To EXMBX162.cuchost.com (172.16.6.72) X-YovoleRuleAgent: yovoleflag X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230411_195237_365321_4617DA05 X-CRM114-Status: GOOD ( 10.16 ) 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 2023/4/12 10:11, Walker Chen wrote: > > > On 2023/4/11 14:47, Changhuang Liang wrote: >> Using ARCH_FOO symbol is preferred than SOC_FOO. >> >> Signed-off-by: Changhuang Liang >> --- >> drivers/soc/starfive/Kconfig | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/drivers/soc/starfive/Kconfig b/drivers/soc/starfive/Kconfig >> index bdb96dc4c989..1e9b0c414fec 100644 >> --- a/drivers/soc/starfive/Kconfig >> +++ b/drivers/soc/starfive/Kconfig >> @@ -3,8 +3,8 @@ >> config JH71XX_PMU >> bool "Support PMU for StarFive JH71XX Soc" >> depends on PM >> - depends on SOC_STARFIVE || COMPILE_TEST >> - default SOC_STARFIVE >> + depends on ARCH_STARFIVE || COMPILE_TEST >> + default ARCH_STARFIVE >> select PM_GENERIC_DOMAINS >> help >> Say 'y' here to enable support power domain support. > > The subject 'ARCH_SATRFIVE' spelling error. > OK, will fix it. > Best regards, > Walker _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv