xref: /qemu/hw/acpi/Kconfig (revision c5955f4f)
1config ACPI
2    bool
3
4config ACPI_X86
5    bool
6    select ACPI
7    select ACPI_NVDIMM
8    select ACPI_CPU_HOTPLUG
9    select ACPI_MEMORY_HOTPLUG
10    select ACPI_HMAT
11    select ACPI_PIIX4
12    select ACPI_PCIHP
13    select ACPI_ERST
14
15config ACPI_X86_ICH
16    bool
17    select ACPI_X86
18
19config ACPI_CPU_HOTPLUG
20    bool
21
22config ACPI_MEMORY_HOTPLUG
23    bool
24    select MEM_DEVICE
25
26config ACPI_NVDIMM
27    bool
28    depends on ACPI
29
30config ACPI_PIIX4
31    bool
32    depends on ACPI
33
34config ACPI_PCIHP
35    bool
36    depends on ACPI
37
38config ACPI_HMAT
39    bool
40    depends on ACPI
41
42config ACPI_APEI
43    bool
44    depends on ACPI
45
46config ACPI_PCI
47    bool
48    depends on ACPI && PCI
49
50config ACPI_VMGENID
51    bool
52    default y
53    depends on PC
54
55config ACPI_VIOT
56    bool
57    depends on ACPI
58
59config ACPI_HW_REDUCED
60    bool
61    select ACPI
62    select ACPI_MEMORY_HOTPLUG
63    select ACPI_NVDIMM
64
65config ACPI_ERST
66    bool
67    default y
68    depends on ACPI && PCI
69