summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorJia Wang <wangjia@ultrarisc.com>2026-04-27 09:32:10 +0800
committerPaul Walmsley <pjw@kernel.org>2026-07-08 10:39:49 -0600
commita3320469e3c8a58c808a090f3e1b5bfccb4c59c6 (patch)
tree91430b83f8962ac8d6625db8626f544952abeca6 /arch
parenta914034334c48a85303a716b106a9a3167439876 (diff)
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/riscv/Kconfig.socs6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/riscv/Kconfig.socs b/arch/riscv/Kconfig.socs
index c174ac0ec46b..429e07589306 100644
--- a/arch/riscv/Kconfig.socs
+++ b/arch/riscv/Kconfig.socs
@@ -84,6 +84,12 @@ config ARCH_THEAD
help
This enables support for the RISC-V based T-HEAD SoCs.
+config ARCH_ULTRARISC
+ bool "UltraRISC RISC-V SoCs"
+ help
+ This enables support for UltraRISC SoC platform hardware,
+ including boards based on the UR-DP1000.
+
config ARCH_VIRT
bool "QEMU Virt Machine"
select POWER_RESET