tcg: Search includes in the parent source directory
[qemu/ar7.git] / hw / acpi / Kconfig
blob54209c6f2f17d4ca0a737cb25403cfd56e5099c5
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
10     select ACPI_HMAT
12 config ACPI_X86_ICH
13     bool
14     select ACPI_X86
16 config ACPI_CPU_HOTPLUG
17     bool
19 config ACPI_MEMORY_HOTPLUG
20     bool
21     select MEM_DEVICE
23 config ACPI_NVDIMM
24     bool
25     depends on ACPI
27 config ACPI_HMAT
28     bool
29     depends on ACPI
31 config ACPI_PCI
32     bool
33     depends on ACPI && PCI
35 config ACPI_VMGENID
36     bool
37     default y
38     depends on PC
40 config ACPI_HW_REDUCED