xref: /openbmc/qemu/hw/acpi/Kconfig (revision d9237edb)
1config ACPI
2    bool
3
4config 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_PCIHP
13    select ACPI_ERST
14
15config ACPI_ICH9
16    bool
17    select ACPI_SMBUS
18    select ACPI_X86
19    select APM
20
21config ACPI_CPU_HOTPLUG
22    bool
23
24config ACPI_MEMORY_HOTPLUG
25    bool
26    select MEM_DEVICE
27
28config ACPI_NVDIMM
29    bool
30    depends on ACPI
31
32config ACPI_PIIX4
33    bool
34    depends on ACPI
35
36config ACPI_PCIHP
37    bool
38    depends on ACPI
39
40config ACPI_HMAT
41    bool
42    depends on ACPI
43
44config ACPI_APEI
45    bool
46    depends on ACPI
47
48config ACPI_PCI
49    bool
50    depends on ACPI && PCI
51
52config ACPI_VMGENID
53    bool
54    default y
55    depends on PC
56
57config ACPI_VIOT
58    bool
59    depends on ACPI
60
61config ACPI_HW_REDUCED
62    bool
63    select ACPI
64    select ACPI_MEMORY_HOTPLUG
65    select ACPI_NVDIMM
66
67config ACPI_ERST
68    bool
69    default y
70    depends on ACPI && PCI
71
72config ACPI_CXL
73    bool
74    depends on ACPI
75