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