]> Git Repo - qemu.git/blob - hw/acpi/Kconfig
works with less than base ISA qemu-system-riscv32 -M virt -bios none -kernel output...
[qemu.git] / hw / acpi / Kconfig
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_PCIHP
13     select ACPI_ERST
14
15 config ACPI_ICH9
16     bool
17     select ACPI_SMBUS
18     select ACPI_X86
19     select APM
20
21 config ACPI_CPU_HOTPLUG
22     bool
23
24 config ACPI_MEMORY_HOTPLUG
25     bool
26     select MEM_DEVICE
27
28 config ACPI_NVDIMM
29     bool
30     depends on ACPI
31
32 config ACPI_PIIX4
33     bool
34     select ACPI
35     select ACPI_SMBUS
36     select APM
37
38 config ACPI_PCIHP
39     bool
40     depends on ACPI
41
42 config ACPI_HMAT
43     bool
44     depends on ACPI
45
46 config ACPI_APEI
47     bool
48     depends on ACPI
49
50 config ACPI_PCI
51     bool
52     depends on ACPI && PCI
53
54 config ACPI_VMGENID
55     bool
56     default y
57     depends on PC
58
59 config ACPI_VIOT
60     bool
61     depends on ACPI
62
63 config ACPI_HW_REDUCED
64     bool
65     select ACPI
66     select ACPI_MEMORY_HOTPLUG
67     select ACPI_NVDIMM
68
69 config ACPI_ERST
70     bool
71     default y
72     depends on ACPI && PCI
73
74 config ACPI_CXL
75     bool
76     depends on ACPI
This page took 0.030717 seconds and 4 git commands to generate.