docs: add note about stibp CPU feature for spectre v2
[qemu/ar7.git] / hw / acpi / Kconfig
blobeca3beed75fcc2c11b0f1553a6459576aa3b53b8
1 config ACPI
2     bool
4 config ACPI_X86
5     bool
6     select ACPI
7     select ACPI_NVDIMM
8     select ACPI_CPU_HOTPLUG
9     select ACPI_MEMORY_HOTPLUG
11 config ACPI_X86_ICH
12     bool
13     select ACPI_X86
15 config ACPI_CPU_HOTPLUG
16     bool
18 config ACPI_MEMORY_HOTPLUG
19     bool
20     select MEM_DEVICE
22 config ACPI_NVDIMM
23     bool
24     depends on ACPI
26 config ACPI_VMGENID
27     bool
28     default y
29     depends on PC