repo.or.cz
/
qemu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Acceptance tests: use avocado tags for machine type
[qemu.git]
/
hw
/
acpi
/
Kconfig
blob
12e3f1e86e62256bf274b554938bebe4f7f4a737
1
config ACPI
2
bool
3
4
config ACPI_X86
5
bool
6
select ACPI
7
select ACPI_NVDIMM
8
select ACPI_CPU_HOTPLUG
9
select ACPI_MEMORY_HOTPLUG
10
11
config ACPI_X86_ICH
12
bool
13
select ACPI_X86
14
15
config ACPI_CPU_HOTPLUG
16
bool
17
18
config ACPI_MEMORY_HOTPLUG
19
bool
20
select MEM_DEVICE
21
22
config ACPI_NVDIMM
23
bool
24
depends on ACPI
25
26
config ACPI_PCI
27
bool
28
depends on ACPI && PCI
29
30
config ACPI_VMGENID
31
bool
32
default y
33
depends on PC
34
35
config ACPI_HW_REDUCED
36
bool
37
depends on ACPI