]> git.proxmox.com Git - mirror_qemu.git/blame - hw/acpi/Kconfig
Merge tag 'pull-block-2022-07-27' of https://gitlab.com/vsementsov/qemu into staging
[mirror_qemu.git] / hw / acpi / Kconfig
CommitLineData
82f51817
PB
1config ACPI
2 bool
3
4config ACPI_X86
5 bool
02017ee3 6 select ACPI
58accbc5 7 select ACPI_NVDIMM
2a3282c6 8 select ACPI_CXL
58accbc5
YZ
9 select ACPI_CPU_HOTPLUG
10 select ACPI_MEMORY_HOTPLUG
e6f123c3 11 select ACPI_HMAT
fe8adae3
AS
12 select ACPI_PIIX4
13 select ACPI_PCIHP
f7e26ffa 14 select ACPI_ERST
82f51817
PB
15
16config ACPI_X86_ICH
17 bool
02017ee3 18 select ACPI_X86
82f51817
PB
19
20config ACPI_CPU_HOTPLUG
21 bool
22
23config ACPI_MEMORY_HOTPLUG
24 bool
02017ee3 25 select MEM_DEVICE
82f51817
PB
26
27config ACPI_NVDIMM
28 bool
58accbc5 29 depends on ACPI
82f51817 30
fe8adae3
AS
31config ACPI_PIIX4
32 bool
33 depends on ACPI
34
35config ACPI_PCIHP
36 bool
37 depends on ACPI
38
e6f123c3
LJ
39config ACPI_HMAT
40 bool
41 depends on ACPI
42
aa16508f
DG
43config ACPI_APEI
44 bool
45 depends on ACPI
46
f13a944c
WY
47config ACPI_PCI
48 bool
49 depends on ACPI && PCI
50
82f51817
PB
51config ACPI_VMGENID
52 bool
58accbc5
YZ
53 default y
54 depends on PC
ebb62075 55
1f85d74a
JPB
56config ACPI_VIOT
57 bool
58 depends on ACPI
59
ebb62075 60config ACPI_HW_REDUCED
36b79e32
PMD
61 bool
62 select ACPI
63 select ACPI_MEMORY_HOTPLUG
64 select ACPI_NVDIMM
f7e26ffa
ED
65
66config ACPI_ERST
67 bool
68 default y
69 depends on ACPI && PCI
2a3282c6
BW
70
71config ACPI_CXL
72 bool
73 depends on ACPI