]> git.proxmox.com Git - mirror_qemu.git/blob - hw/acpi/Kconfig
hw/acpi: Add VIOT table
[mirror_qemu.git] / hw / acpi / Kconfig
1 config ACPI
2 bool
3
4 config 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
14 config ACPI_X86_ICH
15 bool
16 select ACPI_X86
17
18 config ACPI_CPU_HOTPLUG
19 bool
20
21 config ACPI_MEMORY_HOTPLUG
22 bool
23 select MEM_DEVICE
24
25 config ACPI_NVDIMM
26 bool
27 depends on ACPI
28
29 config ACPI_PIIX4
30 bool
31 depends on ACPI
32
33 config ACPI_PCIHP
34 bool
35 depends on ACPI
36
37 config ACPI_HMAT
38 bool
39 depends on ACPI
40
41 config ACPI_APEI
42 bool
43 depends on ACPI
44
45 config ACPI_PCI
46 bool
47 depends on ACPI && PCI
48
49 config ACPI_VMGENID
50 bool
51 default y
52 depends on PC
53
54 config ACPI_VIOT
55 bool
56 depends on ACPI
57
58 config ACPI_HW_REDUCED
59 bool
60 select ACPI
61 select ACPI_MEMORY_HOTPLUG
62 select ACPI_NVDIMM