]> Git Repo - qemu.git/blob - hw/acpi/Kconfig
qcow2.py: move qcow2 format classes to separate module
[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
12 config ACPI_X86_ICH
13     bool
14     select ACPI_X86
15
16 config ACPI_CPU_HOTPLUG
17     bool
18
19 config ACPI_MEMORY_HOTPLUG
20     bool
21     select MEM_DEVICE
22
23 config ACPI_NVDIMM
24     bool
25     depends on ACPI
26
27 config ACPI_HMAT
28     bool
29     depends on ACPI
30
31 config ACPI_APEI
32     bool
33     depends on ACPI
34
35 config ACPI_PCI
36     bool
37     depends on ACPI && PCI
38
39 config ACPI_VMGENID
40     bool
41     default y
42     depends on PC
43
44 config ACPI_HW_REDUCED
This page took 0.026789 seconds and 4 git commands to generate.