From: Krzysztof Kozlowski <krzk@kernel.org>
To: gaohan@iscas.ac.cn, Paul Walmsley <pjw@kernel.org>,
Palmer Dabbelt <palmer@dabbelt.com>,
Albert Ou <aou@eecs.berkeley.edu>,
Alexandre Ghiti <alex@ghiti.fr>, Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>, Chen-Yu Tsai <wens@csie.org>,
Jernej Skrabec <jernej.skrabec@gmail.com>,
Samuel Holland <samuel@sholland.org>, Yixun Lan <dlan@gentoo.org>,
Drew Fustini <fustini@kernel.org>,
Geert Uytterhoeven <geert+renesas@glider.be>,
Guodong Xu <guodong@riscstar.com>, Haylen Chu <heylenay@4d2.org>,
Joel Stanley <joel@jms.id.au>
Cc: linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-sunxi@lists.linux.dev, Han Gao <rabenda.cn@gmail.com>
Subject: Re: [PATCH 1/3] riscv: soc: re-organized allwinner menu
Date: Sat, 8 Nov 2025 12:29:07 +0100 [thread overview]
Message-ID: <e98a1e59-f3ff-4e9f-a180-79aea9943236@kernel.org> (raw)
In-Reply-To: <d17a3a01e2b1297538c419b51953f9613426ba42.1762588494.git.gaohan@iscas.ac.cn>
On 08/11/2025 09:20, gaohan@iscas.ac.cn wrote:
> From: Han Gao <gaohan@iscas.ac.cn>
>
> Allwinner currently offers d1(s)/v821/v861/v881 on RISC-V,
> using different IPs.
>
> d1(s): Xuantie C906
> v821: Andes A27 + XuanTie E907
> v861/v881: XuanTie C907
>
> Signed-off-by: Han Gao <gaohan@iscas.ac.cn>
> ---
> arch/riscv/Kconfig.socs | 22 +++++++++++++++++-----
> 1 file changed, 17 insertions(+), 5 deletions(-)
>
> diff --git a/arch/riscv/Kconfig.socs b/arch/riscv/Kconfig.socs
> index 848e7149e443..7cba5d6ec4c3 100644
> --- a/arch/riscv/Kconfig.socs
> +++ b/arch/riscv/Kconfig.socs
> @@ -54,14 +54,26 @@ config SOC_STARFIVE
> help
> This enables support for StarFive SoC platform hardware.
>
> -config ARCH_SUNXI
> - bool "Allwinner sun20i SoCs"
> +menuconfig ARCH_SUNXI
> + bool "Allwinner RISC-V SoCs"
> +
> +if ARCH_SUNXI
> +
> +config ARCH_SUNXI_XUANTIE
You should not get multiple ARCHs. ARCH is only one. There is also not
much rationale in commit msg for that.
Best regards,
Krzysztof
next prev parent reply other threads:[~2025-11-08 11:29 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-08 8:20 [PATCH 0/3] riscv: soc: re-organized allwinner gaohan
2025-11-08 8:20 ` [PATCH 1/3] riscv: soc: re-organized allwinner menu gaohan
2025-11-08 11:29 ` Krzysztof Kozlowski [this message]
2025-11-08 13:59 ` revy
2025-11-08 14:47 ` Krzysztof Kozlowski
2025-11-08 14:48 ` Krzysztof Kozlowski
2025-11-08 16:23 ` Conor Dooley
2025-11-08 16:32 ` Han Gao
2025-11-08 8:20 ` [PATCH 2/3] riscv: soc: allwinner: d1: use the ARCH_SUNXI_XUANTIE gaohan
2025-11-08 8:20 ` [PATCH 3/3] riscv: defconfig: enable SUNXI_XUANTIE and SUNXI_ANDES gaohan
2025-11-08 11:29 ` Krzysztof Kozlowski
2025-11-10 9:03 ` Geert Uytterhoeven
2025-11-08 9:46 ` [PATCH 0/3] riscv: soc: re-organized allwinner Jernej Škrabec
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=e98a1e59-f3ff-4e9f-a180-79aea9943236@kernel.org \
--to=krzk@kernel.org \
--cc=alex@ghiti.fr \
--cc=aou@eecs.berkeley.edu \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dlan@gentoo.org \
--cc=fustini@kernel.org \
--cc=gaohan@iscas.ac.cn \
--cc=geert+renesas@glider.be \
--cc=guodong@riscstar.com \
--cc=heylenay@4d2.org \
--cc=jernej.skrabec@gmail.com \
--cc=joel@jms.id.au \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=linux-sunxi@lists.linux.dev \
--cc=palmer@dabbelt.com \
--cc=pjw@kernel.org \
--cc=rabenda.cn@gmail.com \
--cc=robh@kernel.org \
--cc=samuel@sholland.org \
--cc=wens@csie.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox