diff mbox series

[5/8] hw/acpi/Kconfig: Remove ICH9 dependency on X86

Message ID 20190317002259.25994-6-philmd@redhat.com
State New
Headers show
Series hw/isa: Complete the VT82C686B southbridge Kconfig | expand

Commit Message

Philippe Mathieu-Daudé March 17, 2019, 12:22 a.m. UTC
The ICH9 chipset is a generic southbridge and can be used by
non-X86 hardware. Remove the x86 Kconfig dependency.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
---
 hw/acpi/Kconfig | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/hw/acpi/Kconfig b/hw/acpi/Kconfig
index e24c895772..b18ddb06da 100644
--- a/hw/acpi/Kconfig
+++ b/hw/acpi/Kconfig
@@ -10,7 +10,10 @@  config ACPI_X86
 
 config ACPI_ICH9
     bool
-    select ACPI_X86
+    select ACPI
+    select ACPI_NVDIMM
+    select ACPI_CPU_HOTPLUG
+    select ACPI_MEMORY_HOTPLUG
 
 config ACPI_CPU_HOTPLUG
     bool