diff options
author | Yangyu Chen <cyy@cyyself.name> | 2024-07-30 00:28:10 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2025-01-17 07:53:51 +0800 |
commit | 8814aa123adb373f66025cda80da94b59e849313 (patch) | |
tree | c0c37c4fda02c41ac6acc714541a886a00520ad4 | |
parent | dfe6d083edff9f577f2e3db02fe5a838118fc0ac (diff) |
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 <cyy@cyyself.name>
Acked-by: Palmer Dabbelt <palmer@rivosinc.com>
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
-rw-r--r-- | arch/riscv/Kconfig.socs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/riscv/Kconfig.socs b/arch/riscv/Kconfig.socs index f51bb24bc84c..1916cf7ba450 100644 --- a/arch/riscv/Kconfig.socs +++ b/arch/riscv/Kconfig.socs @@ -24,6 +24,11 @@ config ARCH_SOPHGO help This enables support for Sophgo SoC platform hardware. +config ARCH_SPACEMIT + bool "SpacemiT SoCs" + help + This enables support for SpacemiT SoC platform hardware. + config ARCH_STARFIVE def_bool SOC_STARFIVE |