summaryrefslogtreecommitdiffstats
path: root/hw/acpi
diff options
context:
space:
mode:
authorPaolo Bonzini2019-01-23 07:56:10 +0100
committerPaolo Bonzini2019-03-07 21:45:53 +0100
commit02017ee385ef574133c4a978d368640772978178 (patch)
treec5f1fd1587439b76e86c584b408b579d85233fb1 /hw/acpi
parentisa: express dependencies with kconfig (diff)
downloadqemu-02017ee385ef574133c4a978d368640772978178.tar.gz
qemu-02017ee385ef574133c4a978d368640772978178.tar.xz
qemu-02017ee385ef574133c4a978d368640772978178.zip
i386: express dependencies with Kconfig
This way, the default-configs file only need to specify the boards and any optional devices. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Yang Zhong <yang.zhong@intel.com> Message-Id: <20190123065618.3520-37-yang.zhong@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/acpi')
-rw-r--r--hw/acpi/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/acpi/Kconfig b/hw/acpi/Kconfig
index c485a3448f..035a28f751 100644
--- a/hw/acpi/Kconfig
+++ b/hw/acpi/Kconfig
@@ -3,15 +3,18 @@ config ACPI
config ACPI_X86
bool
+ select ACPI
config ACPI_X86_ICH
bool
+ select ACPI_X86
config ACPI_CPU_HOTPLUG
bool
config ACPI_MEMORY_HOTPLUG
bool
+ select MEM_DEVICE
config ACPI_NVDIMM
bool