[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH V2 08/10] hw/riscv/Kconfig: virt: Enable ACPI config option
From: |
Sunil V L |
Subject: |
[PATCH V2 08/10] hw/riscv/Kconfig: virt: Enable ACPI config option |
Date: |
Mon, 13 Feb 2023 20:10:36 +0530 |
Enable ACPI related config option to build ACPI subsystem
for virt machine.
Signed-off-by: Sunil V L <sunilvl@ventanamicro.com>
---
hw/riscv/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/hw/riscv/Kconfig b/hw/riscv/Kconfig
index 4550b3b938..6528ebfa3a 100644
--- a/hw/riscv/Kconfig
+++ b/hw/riscv/Kconfig
@@ -44,6 +44,7 @@ config RISCV_VIRT
select VIRTIO_MMIO
select FW_CFG_DMA
select PLATFORM_BUS
+ select ACPI
config SHAKTI_C
bool
--
2.34.1
- Re: [PATCH V2 04/10] hw/riscv/virt: virt-acpi-build.c: Add basic ACPI tables, (continued)
- [PATCH V2 05/10] hw/riscv/virt: virt-acpi-build.c: Add RINTC in MADT, Sunil V L, 2023/02/13
- [PATCH V2 06/10] hw/riscv/virt: virt-acpi-build.c: Add RHCT Table, Sunil V L, 2023/02/13
- [PATCH V2 07/10] hw/riscv: meson.build: Build virt-acpi-build.c, Sunil V L, 2023/02/13
- [PATCH V2 08/10] hw/riscv/Kconfig: virt: Enable ACPI config option,
Sunil V L <=
- [PATCH V2 09/10] hw/riscv/virt.c: Initialize the ACPI tables, Sunil V L, 2023/02/13
- [PATCH V2 10/10] MAINTAINERS: Add entry for RISC-V ACPI, Sunil V L, 2023/02/13