f7e26ffa59
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>
69 lines
946 B
Plaintext
69 lines
946 B
Plaintext
config ACPI
|
|
bool
|
|
|
|
config ACPI_X86
|
|
bool
|
|
select ACPI
|
|
select ACPI_NVDIMM
|
|
select ACPI_CPU_HOTPLUG
|
|
select ACPI_MEMORY_HOTPLUG
|
|
select ACPI_HMAT
|
|
select ACPI_PIIX4
|
|
select ACPI_PCIHP
|
|
select ACPI_ERST
|
|
|
|
config ACPI_X86_ICH
|
|
bool
|
|
select ACPI_X86
|
|
|
|
config ACPI_CPU_HOTPLUG
|
|
bool
|
|
|
|
config ACPI_MEMORY_HOTPLUG
|
|
bool
|
|
select MEM_DEVICE
|
|
|
|
config ACPI_NVDIMM
|
|
bool
|
|
depends on ACPI
|
|
|
|
config ACPI_PIIX4
|
|
bool
|
|
depends on ACPI
|
|
|
|
config ACPI_PCIHP
|
|
bool
|
|
depends on ACPI
|
|
|
|
config ACPI_HMAT
|
|
bool
|
|
depends on ACPI
|
|
|
|
config ACPI_APEI
|
|
bool
|
|
depends on ACPI
|
|
|
|
config ACPI_PCI
|
|
bool
|
|
depends on ACPI && PCI
|
|
|
|
config ACPI_VMGENID
|
|
bool
|
|
default y
|
|
depends on PC
|
|
|
|
config ACPI_VIOT
|
|
bool
|
|
depends on ACPI
|
|
|
|
config ACPI_HW_REDUCED
|
|
bool
|
|
select ACPI
|
|
select ACPI_MEMORY_HOTPLUG
|
|
select ACPI_NVDIMM
|
|
|
|
config ACPI_ERST
|
|
bool
|
|
default y
|
|
depends on ACPI && PCI
|