intel-iommu: correctly check passthrough during translation
[qemu/kevin.git] / hw / acpi / Kconfig
blob622b0b50b7582888911375ec1f94d771f099a0c6
1 config ACPI
2     bool
4 config ACPI_X86
5     bool
6     select ACPI
7     select ACPI_NVDIMM
8     select ACPI_CPU_HOTPLUG
9     select ACPI_MEMORY_HOTPLUG
10     select ACPI_HMAT
11     select ACPI_PIIX4
12     select ACPI_PCIHP
14 config ACPI_X86_ICH
15     bool
16     select ACPI_X86
18 config ACPI_CPU_HOTPLUG
19     bool
21 config ACPI_MEMORY_HOTPLUG
22     bool
23     select MEM_DEVICE
25 config ACPI_NVDIMM
26     bool
27     depends on ACPI
29 config ACPI_PIIX4
30     bool
31     depends on ACPI
33 config ACPI_PCIHP
34     bool
35     depends on ACPI
37 config ACPI_HMAT
38     bool
39     depends on ACPI
41 config ACPI_APEI
42     bool
43     depends on ACPI
45 config ACPI_PCI
46     bool
47     depends on ACPI && PCI
49 config ACPI_VMGENID
50     bool
51     default y
52     depends on PC
54 config ACPI_VIOT
55     bool
56     depends on ACPI
58 config ACPI_HW_REDUCED
59     bool
60     select ACPI
61     select ACPI_MEMORY_HOTPLUG
62     select ACPI_NVDIMM