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
linux-user: i386/signal: move fpstate at the end of the 32-bit frames
[qemu.git]
/
hw
/
acpi
/
Kconfig
blob
3703aca212a24574f4a74d0cc1a0dde61c072f4d
1
config ACPI
2
bool
3
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_PIIX4
13
select ACPI_PCIHP
14
select ACPI_ERST
15
16
config ACPI_X86_ICH
17
bool
18
select ACPI_X86
19
20
config ACPI_CPU_HOTPLUG
21
bool
22
23
config ACPI_MEMORY_HOTPLUG
24
bool
25
select MEM_DEVICE
26
27
config ACPI_NVDIMM
28
bool
29
depends on ACPI
30
31
config ACPI_PIIX4
32
bool
33
depends on ACPI
34
35
config ACPI_PCIHP
36
bool
37
depends on ACPI
38
39
config ACPI_HMAT
40
bool
41
depends on ACPI
42
43
config ACPI_APEI
44
bool
45
depends on ACPI
46
47
config ACPI_PCI
48
bool
49
depends on ACPI && PCI
50
51
config ACPI_VMGENID
52
bool
53
default y
54
depends on PC
55
56
config ACPI_VIOT
57
bool
58
depends on ACPI
59
60
config ACPI_HW_REDUCED
61
bool
62
select ACPI
63
select ACPI_MEMORY_HOTPLUG
64
select ACPI_NVDIMM
65
66
config ACPI_ERST
67
bool
68
default y
69
depends on ACPI && PCI
70
71
config ACPI_CXL
72
bool
73
depends on ACPI