Skip to content

Commit 8814aa1

Browse files
cyyselfdlan17
authored andcommitted
riscv: add SpacemiT SoC family Kconfig support
The first SoC in the SpacemiT series is K1, which contains 8 RISC-V cores with RISC-V Vector v1.0 support. Link: https://www.spacemit.com/en/spacemit-key-stone-2/ Signed-off-by: Yangyu Chen <[email protected]> Acked-by: Palmer Dabbelt <[email protected]> Reviewed-by: Conor Dooley <[email protected]> Signed-off-by: Yixun Lan <[email protected]>
1 parent dfe6d08 commit 8814aa1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

arch/riscv/Kconfig.socs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ config ARCH_SOPHGO
2424
help
2525
This enables support for Sophgo SoC platform hardware.
2626

27+
config ARCH_SPACEMIT
28+
bool "SpacemiT SoCs"
29+
help
30+
This enables support for SpacemiT SoC platform hardware.
31+
2732
config ARCH_STARFIVE
2833
def_bool SOC_STARFIVE
2934

0 commit comments

Comments
 (0)