qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[RFC PATCH v2 5/9] hw/riscv: Kconfig: add CBQRI options


From: Drew Fustini
Subject: [RFC PATCH v2 5/9] hw/riscv: Kconfig: add CBQRI options
Date: Tue, 25 Apr 2023 13:38:30 -0700

From: Nicolas Pitre <npitre@baylibre.com>

Add boolean property for CBQRI and imply it should be enabled for the
RISC-V virt machine.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
Signed-off-by: Drew Fustini <dfustini@baylibre.com>
---
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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]