qemu-devel
[Top][All Lists]
Advanced

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

[RFC PATCH 6/8] hw/riscv: Kconfig: add CBQRI options


From: Drew Fustini
Subject: [RFC PATCH 6/8] hw/riscv: Kconfig: add CBQRI options
Date: Sun, 16 Apr 2023 16:20:48 -0700

From: Nicolas Pitre <npitre@baylibre.com>

Add Kconfig options for CBQRI and an example instantiation of capacity
and bandwidth controllers.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
Signed-off-by: Drew Fustini <dfustini@baylibre.com>
---
 hw/riscv/Kconfig | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/hw/riscv/Kconfig b/hw/riscv/Kconfig
index 6528ebfa3a3b..04de0273888b 100644
--- a/hw/riscv/Kconfig
+++ b/hw/riscv/Kconfig
@@ -45,6 +45,14 @@ config RISCV_VIRT
     select FW_CFG_DMA
     select PLATFORM_BUS
     select ACPI
+    select CBQRI_EXAMPLE_SOC
+
+config RISCV_CBQRI
+     bool
+
+config CBQRI_EXAMPLE_SOC
+     bool
+     select RISCV_CBQRI
 
 config SHAKTI_C
     bool
-- 
2.34.1




reply via email to

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