Skip to content

Commit

Permalink
riscv: Add SOPHGO SOC family Kconfig support
Browse files Browse the repository at this point in the history
The first SoC in the SOPHGO series is SG2042, which contains 64 RISC-V
cores.

Reviewed-by: Guo Ren <guoren@kernel.org>
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Acked-by: Chao Wei <chao.wei@sophgo.com>
Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
  • Loading branch information
Chen Wang authored and Conor Dooley committed Oct 6, 2023
1 parent af57113 commit d0366ab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/riscv/Kconfig.socs
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d0366ab

Please sign in to comment.