diff options
| author | Jia Wang <wangjia@ultrarisc.com> | 2026-04-27 09:32:10 +0800 |
|---|---|---|
| committer | Paul Walmsley <pjw@kernel.org> | 2026-07-08 10:39:49 -0600 |
| commit | a3320469e3c8a58c808a090f3e1b5bfccb4c59c6 (patch) | |
| tree | 91430b83f8962ac8d6625db8626f544952abeca6 | |
| parent | a914034334c48a85303a716b106a9a3167439876 (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>
| -rw-r--r-- | arch/riscv/Kconfig.socs | 6 |
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 |
