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]> --- hw/riscv/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hw/riscv/Kconfig b/hw/riscv/Kconfig index fc9c35bd981e..663cb78b813c 100644 --- a/hw/riscv/Kconfig +++ b/hw/riscv/Kconfig @@ -1,3 +1,6 @@ +config RISCV_CBQRI + bool + config RISCV_IOMMU bool @@ -68,6 +71,7 @@ config RISCV_VIRT select PLATFORM_BUS select ACPI select ACPI_PCI + imply RISCV_CBQRI config SHAKTI_C bool -- 2.43.0
