tests: acpi: add pvpanic-isa: testcase
[qemu.git] / hw / acpi / Kconfig
blob3703aca212a24574f4a74d0cc1a0dde61c072f4d
1 config ACPI
2     bool
4 config ACPI_X86
5     bool
6     select ACPI
7     select ACPI_NVDIMM
8     select ACPI_CXL
9     select ACPI_CPU_HOTPLUG
10     select ACPI_MEMORY_HOTPLUG
11     select ACPI_HMAT
12     select ACPI_PIIX4
13     select ACPI_PCIHP
14     select ACPI_ERST
16 config ACPI_X86_ICH
17     bool
18     select ACPI_X86
20 config ACPI_CPU_HOTPLUG
21     bool
23 config ACPI_MEMORY_HOTPLUG
24     bool
25     select MEM_DEVICE
27 config ACPI_NVDIMM
28     bool
29     depends on ACPI
31 config ACPI_PIIX4
32     bool
33     depends on ACPI
35 config ACPI_PCIHP
36     bool
37     depends on ACPI
39 config ACPI_HMAT
40     bool
41     depends on ACPI
43 config ACPI_APEI
44     bool
45     depends on ACPI
47 config ACPI_PCI
48     bool
49     depends on ACPI && PCI
51 config ACPI_VMGENID
52     bool
53     default y
54     depends on PC
56 config ACPI_VIOT
57     bool
58     depends on ACPI
60 config ACPI_HW_REDUCED
61     bool
62     select ACPI
63     select ACPI_MEMORY_HOTPLUG
64     select ACPI_NVDIMM
66 config ACPI_ERST
67     bool
68     default y
69     depends on ACPI && PCI
71 config ACPI_CXL
72     bool
73     depends on ACPI