Message ID | tencent_8E66E30C9FBB60BB36B9230E2E56CC770806@qq.com (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Conor Dooley |
Headers | show |
Series | riscv: add initial support for Canaan Kendryte K230 | expand |
On Wed, Mar 6, 2024 at 4:03 AM Yangyu Chen <cyy@cyyself.name> wrote: > > Since K230 has been supported, allow ARCH_CANAAN to be selected to build dt > and drivers for it in defconfig. > > Signed-off-by: Yangyu Chen <cyy@cyyself.name> > --- > arch/riscv/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig > index 89a009a580fe..f89df7ddb543 100644 > --- a/arch/riscv/configs/defconfig > +++ b/arch/riscv/configs/defconfig > @@ -33,6 +33,7 @@ CONFIG_SOC_STARFIVE=y > CONFIG_ARCH_SUNXI=y > CONFIG_ARCH_THEAD=y > CONFIG_SOC_VIRT=y > +CONFIG_ARCH_CANAAN=y > CONFIG_SMP=y > CONFIG_HOTPLUG_CPU=y > CONFIG_PM=y > -- > 2.43.0 > Reviewed-by: Guo Ren <guoren@kernel.org>
diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig index 89a009a580fe..f89df7ddb543 100644 --- a/arch/riscv/configs/defconfig +++ b/arch/riscv/configs/defconfig @@ -33,6 +33,7 @@ CONFIG_SOC_STARFIVE=y CONFIG_ARCH_SUNXI=y CONFIG_ARCH_THEAD=y CONFIG_SOC_VIRT=y +CONFIG_ARCH_CANAAN=y CONFIG_SMP=y CONFIG_HOTPLUG_CPU=y CONFIG_PM=y
Since K230 has been supported, allow ARCH_CANAAN to be selected to build dt and drivers for it in defconfig. Signed-off-by: Yangyu Chen <cyy@cyyself.name> --- arch/riscv/configs/defconfig | 1 + 1 file changed, 1 insertion(+)