target/ppc: implement vclrrb
[qemu/rayw.git] / hw / acpi / Kconfig
blob19caebde6c1d3586e28358365a9b5d727af26bdf
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
11     select ACPI_PIIX4
12     select ACPI_PCIHP
13     select ACPI_ERST
15 config ACPI_X86_ICH
16     bool
17     select ACPI_X86
19 config ACPI_CPU_HOTPLUG
20     bool
22 config ACPI_MEMORY_HOTPLUG
23     bool
24     select MEM_DEVICE
26 config ACPI_NVDIMM
27     bool
28     depends on ACPI
30 config ACPI_PIIX4
31     bool
32     depends on ACPI
34 config ACPI_PCIHP
35     bool
36     depends on ACPI
38 config ACPI_HMAT
39     bool
40     depends on ACPI
42 config ACPI_APEI
43     bool
44     depends on ACPI
46 config ACPI_PCI
47     bool
48     depends on ACPI && PCI
50 config ACPI_VMGENID
51     bool
52     default y
53     depends on PC
55 config ACPI_VIOT
56     bool
57     depends on ACPI
59 config ACPI_HW_REDUCED
60     bool
61     select ACPI
62     select ACPI_MEMORY_HOTPLUG
63     select ACPI_NVDIMM
65 config ACPI_ERST
66     bool
67     default y
68     depends on ACPI && PCI