diff --git a/arch/risc-v/src/qemu-rv/Kconfig b/arch/risc-v/src/qemu-rv/Kconfig index 5d5b8b2dd4..550b854c57 100644 --- a/arch/risc-v/src/qemu-rv/Kconfig +++ b/arch/risc-v/src/qemu-rv/Kconfig @@ -40,4 +40,24 @@ config ARCH_CHIP_QEMU_RV_ISA_V default n select ARCH_RV_ISA_V -endif +config ARCH_CHIP_QEMU_RV_CLUSTER + bool "Enable cluster support" + default n + +if ARCH_CHIP_QEMU_RV_CLUSTER + +config ARCH_CHIP_QEMU_RV_PLIC + hex "Base address of PLIC device" + default 0xc000000 + +config ARCH_CHIP_QEMU_RV_CLINT + hex "Base address of CLINT device" + default 0x2000000 + +config ARCH_CHIP_QEMU_RV_ACLINT + hex "Base address of ACLINT device" + default 0x2f00000 + +endif # ARCH_CHIP_QEMU_RV_CLUSTER + +endif # ARCH_CHIP_QEMU_RV