Skip to content

Commit a332046

Browse files
WangJia-URPaul Walmsley
authored andcommitted
riscv: add UltraRISC SoC family Kconfig support
The first SoC in the UltraRISC series is UR-DP1000, containing octa UltraRISC CP100 cores. Signed-off-by: Jia Wang <wangjia@ultrarisc.com> Acked-by: Conor Dooley <conor.dooley@microchip.com> Link: https://patch.msgid.link/20260427-ultrarisc-pcie-v4-1-98935f6cdfb5@ultrarisc.com Signed-off-by: Paul Walmsley <pjw@kernel.org>
1 parent a914034 commit a332046

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

arch/riscv/Kconfig.socs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,12 @@ config ARCH_THEAD
8484
help
8585
This enables support for the RISC-V based T-HEAD SoCs.
8686

87+
config ARCH_ULTRARISC
88+
bool "UltraRISC RISC-V SoCs"
89+
help
90+
This enables support for UltraRISC SoC platform hardware,
91+
including boards based on the UR-DP1000.
92+
8793
config ARCH_VIRT
8894
bool "QEMU Virt Machine"
8995
select POWER_RESET

0 commit comments

Comments
 (0)