]> git.proxmox.com Git - mirror_qemu.git/blame - hw/acpi/Kconfig
Merge tag 'pull-maintainer-may24-160524-2' of https://gitlab.com/stsquad/qemu into...
[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 12 select ACPI_PCIHP
f7e26ffa 13 select ACPI_ERST
82f51817 14
a9139016 15config ACPI_ICH9
82f51817 16 bool
66baa500 17 select ACPI_SMBUS
02017ee3 18 select ACPI_X86
66baa500 19 select APM
82f51817
PB
20
21config ACPI_CPU_HOTPLUG
22 bool
23
24config ACPI_MEMORY_HOTPLUG
25 bool
02017ee3 26 select MEM_DEVICE
82f51817
PB
27
28config ACPI_NVDIMM
29 bool
58accbc5 30 depends on ACPI
82f51817 31
fe8adae3
AS
32config ACPI_PIIX4
33 bool
edc9cab4
BB
34 select ACPI
35 select ACPI_SMBUS
36 select APM
fe8adae3
AS
37
38config ACPI_PCIHP
39 bool
40 depends on ACPI
41
6c36ec46
IM
42config ACPI_PCI_BRIDGE
43 bool
44 depends on ACPI && PCI && ACPI_PCIHP
45
e6f123c3
LJ
46config ACPI_HMAT
47 bool
48 depends on ACPI
49
aa16508f
DG
50config ACPI_APEI
51 bool
52 depends on ACPI
53
f13a944c
WY
54config ACPI_PCI
55 bool
56 depends on ACPI && PCI
57
82f51817
PB
58config ACPI_VMGENID
59 bool
58accbc5
YZ
60 default y
61 depends on PC
ebb62075 62
1f85d74a
JPB
63config ACPI_VIOT
64 bool
65 depends on ACPI
66
ebb62075 67config ACPI_HW_REDUCED
36b79e32
PMD
68 bool
69 select ACPI
70 select ACPI_MEMORY_HOTPLUG
71 select ACPI_NVDIMM
f7e26ffa
ED
72
73config ACPI_ERST
74 bool
75 default y
76 depends on ACPI && PCI
2a3282c6
BW
77
78config ACPI_CXL
79 bool
80 depends on ACPI