target/i386/WHPX: Fix error message when fail to set ProcessorCount
[qemu/armbru.git] / hw / acpi / Kconfig
blobe07d3204eb365e3a0c6b98e2c05e85bc0a26d560
1 config ACPI
2     bool
4 config ACPI_X86
5     bool
6     select ACPI
7     select ACPI_NVDIMM
8     select ACPI_CXL
9     select ACPI_CPU_HOTPLUG
10     select ACPI_MEMORY_HOTPLUG
11     select ACPI_HMAT
12     select ACPI_PCIHP
13     select ACPI_ERST
15 config ACPI_ICH9
16     bool
17     select ACPI_SMBUS
18     select ACPI_X86
19     select APM
21 config ACPI_CPU_HOTPLUG
22     bool
24 config ACPI_MEMORY_HOTPLUG
25     bool
26     select MEM_DEVICE
28 config ACPI_NVDIMM
29     bool
30     depends on ACPI
32 config ACPI_PIIX4
33     bool
34     select ACPI
35     select ACPI_SMBUS
36     select APM
38 config ACPI_PCIHP
39     bool
40     depends on ACPI
42 config ACPI_PCI_BRIDGE
43     bool
44     depends on ACPI && PCI && ACPI_PCIHP
46 config ACPI_HMAT
47     bool
48     depends on ACPI
50 config ACPI_APEI
51     bool
52     depends on ACPI
54 config ACPI_PCI
55     bool
56     depends on ACPI && PCI
58 config ACPI_VMGENID
59     bool
60     default y
61     depends on PC
63 config ACPI_VIOT
64     bool
65     depends on ACPI
67 config ACPI_HW_REDUCED
68     bool
69     select ACPI
70     select ACPI_MEMORY_HOTPLUG
71     select ACPI_NVDIMM
73 config ACPI_ERST
74     bool
75     default y
76     depends on ACPI && PCI
78 config ACPI_CXL
79     bool
80     depends on ACPI