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é <phi...@redhat.com>
---
 hw/acpi/Kconfig | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

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
-- 
2.20.1


Reply via email to