]> Git Repo - qemu.git/blame - hw/acpi/Kconfig
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
[qemu.git] / hw / acpi / Kconfig
CommitLineData
82f51817
PB
1config ACPI
2 bool
3
4config ACPI_X86
5 bool
02017ee3 6 select ACPI
58accbc5
YZ
7 select ACPI_NVDIMM
8 select ACPI_CPU_HOTPLUG
9 select ACPI_MEMORY_HOTPLUG
82f51817
PB
10
11config ACPI_X86_ICH
12 bool
02017ee3 13 select ACPI_X86
82f51817
PB
14
15config ACPI_CPU_HOTPLUG
16 bool
17
18config ACPI_MEMORY_HOTPLUG
19 bool
02017ee3 20 select MEM_DEVICE
82f51817
PB
21
22config ACPI_NVDIMM
23 bool
58accbc5 24 depends on ACPI
82f51817 25
f13a944c
WY
26config ACPI_PCI
27 bool
28 depends on ACPI && PCI
29
82f51817
PB
30config ACPI_VMGENID
31 bool
58accbc5
YZ
32 default y
33 depends on PC
This page took 0.053052 seconds and 4 git commands to generate.