aboutsummaryrefslogtreecommitdiff
path: root/hw/acpi/Kconfig
diff options
context:
space:
mode:
authorEric DeVolder <eric.devolder@oracle.com>2022-01-28 15:38:04 -0500
committerMichael S. Tsirkin <mst@redhat.com>2022-02-06 04:33:50 -0500
commitf7e26ffa590ff26b4c6a2c513ad9ba1e6156f5b8 (patch)
tree549b57be5818b5e367833edbbff078c0b55901f5 /hw/acpi/Kconfig
parentfb1c8f896614b5f9bbd38a07e88c134e34cfa8db (diff)
downloadqemu-f7e26ffa590ff26b4c6a2c513ad9ba1e6156f5b8.zip
qemu-f7e26ffa590ff26b4c6a2c513ad9ba1e6156f5b8.tar.gz
qemu-f7e26ffa590ff26b4c6a2c513ad9ba1e6156f5b8.tar.bz2
ACPI ERST: support for ACPI ERST feature
This implements a PCI device for ACPI ERST. This implements the non-NVRAM "mode" of operation for ERST as it is supported by Linux and Windows. Signed-off-by: Eric DeVolder <eric.devolder@oracle.com> Reviewed-by: Ani Sinha <ani@anisinha.ca> Message-Id: <1643402289-22216-6-git-send-email-eric.devolder@oracle.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/acpi/Kconfig')
-rw-r--r--hw/acpi/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/hw/acpi/Kconfig b/hw/acpi/Kconfig
index 622b0b5..19caebd 100644
--- a/hw/acpi/Kconfig
+++ b/hw/acpi/Kconfig
@@ -10,6 +10,7 @@ config ACPI_X86
select ACPI_HMAT
select ACPI_PIIX4
select ACPI_PCIHP
+ select ACPI_ERST
config ACPI_X86_ICH
bool
@@ -60,3 +61,8 @@ config ACPI_HW_REDUCED
select ACPI
select ACPI_MEMORY_HOTPLUG
select ACPI_NVDIMM
+
+config ACPI_ERST
+ bool
+ default y
+ depends on ACPI && PCI