From: Nicolas Pitre <[email protected]> Add boolean property for CBQRI and imply it should be enabled for the RISC-V virt machine.
Signed-off-by: Nicolas Pitre <[email protected]> Signed-off-by: Drew Fustini <[email protected]> --- Changes since v1: - remove example SoC now that command line arguments supported for CBQRI - change 'select RISC_CBQRI' to 'imply RISCV_CBQRI' for RISCV_VIRT hw/riscv/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hw/riscv/Kconfig b/hw/riscv/Kconfig index 6528ebfa3a3b..8fd4aebc77d1 100644 --- a/hw/riscv/Kconfig +++ b/hw/riscv/Kconfig @@ -1,3 +1,6 @@ +config RISCV_CBQRI + bool + config RISCV_NUMA bool @@ -45,6 +48,7 @@ config RISCV_VIRT select FW_CFG_DMA select PLATFORM_BUS select ACPI + imply RISCV_CBQRI config SHAKTI_C bool -- 2.34.1
