Re: [PATCH 9/9] riscv: defconfig: enable ARCH_ULTRARISC

From: Jia Wang

Date: Thu May 28 2026 - 04:18:12 EST


On 2026-05-21 22:57 +0200, Krzysztof Kozlowski wrote:
> On 15/05/2026 03:18, Jia Wang via B4 Relay wrote:
> > From: Jia Wang <wangjia@xxxxxxxxxxxxx>
> >
> > Enable `ARCH_ULTRARISC` in the default RISC-V defconfig.
> >
> > Link: https://lore.kernel.org/lkml/20260427-ultrarisc-pcie-v4-1-98935f6cdfb5@xxxxxxxxxxxxx/
>
> Drop link, not relevant here.
>

Will drop the link, thanks.

> >
> > Signed-off-by: Jia Wang <wangjia@xxxxxxxxxxxxx>
> > ---
> > arch/riscv/configs/defconfig | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig
> > index c2c37327b987..9fdc4d1831ed 100644
> > --- a/arch/riscv/configs/defconfig
> > +++ b/arch/riscv/configs/defconfig
> > @@ -32,6 +32,7 @@ CONFIG_SOC_STARFIVE=y
> > CONFIG_ARCH_SUNXI=y
> > CONFIG_ARCH_TENSTORRENT=y
> > CONFIG_ARCH_THEAD=y
> > +CONFIG_ARCH_ULTRARISC=y
>
> This patch should be sent with with the patch adding that config option.
>

Ack, will include it in the same series as the config option patch.

>
>
> Best regards,
> Krzysztof
>

Best regards,
Jia Wang