Message ID | 2c6db3d2db0d27d4b2b8364e0c03be3da292101e.1695189879.git.wangchen20@iscas.ac.cn (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Add Milk-V Pioneer RISC-V board support | expand |
On Wed, Sep 20, 2023 at 2:35 PM Chen Wang <unicornxw@gmail.com> wrote: > > The first SoC in the SOPHGO series is SG2042, which contains 64 RISC-V > cores. > > Acked-by: Xiaoguang Xing <xiaoguang.xing@sophgo.com> > Signed-off-by: Chen Wang <wangchen20@iscas.ac.cn> > --- > arch/riscv/Kconfig.socs | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/arch/riscv/Kconfig.socs b/arch/riscv/Kconfig.socs > index 6833d01e2e70..d4df7b5d0f16 100644 > --- a/arch/riscv/Kconfig.socs > +++ b/arch/riscv/Kconfig.socs > @@ -22,6 +22,11 @@ config SOC_SIFIVE > help > This enables support for SiFive SoC platform hardware. > > +config ARCH_SOPHGO > + bool "Sophgo SoCs" > + help > + This enables support for Sophgo SoC platform hardware. > + Reviewed-by: Guo Ren <guoren@kernel.org> > config ARCH_STARFIVE > def_bool SOC_STARFIVE > > -- > 2.25.1 >
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
diff --git a/arch/riscv/Kconfig.socs b/arch/riscv/Kconfig.socs index 6833d01e2e70..d4df7b5d0f16 100644 --- a/arch/riscv/Kconfig.socs +++ b/arch/riscv/Kconfig.socs @@ -22,6 +22,11 @@ config SOC_SIFIVE help This enables support for SiFive SoC platform hardware. +config ARCH_SOPHGO + bool "Sophgo SoCs" + help + This enables support for Sophgo SoC platform hardware. + config ARCH_STARFIVE def_bool SOC_STARFIVE