qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 7/8] hw/acpi/Kconfig: Add the ACPI_SMBUS depency to


From: Philippe Mathieu-Daudé
Subject: [Qemu-devel] [PATCH 7/8] hw/acpi/Kconfig: Add the ACPI_SMBUS depency to ACPI_PIIX4
Date: Sun, 17 Mar 2019 01:22:58 +0100

The ACPI_SMBUS feature does not come from the I440FX northbridge
but from the PIIX4 southbridge. Move the dependency to the PIIX4
entry, so hardware that use the PIIX4 but do not use the I440FX
can access the SMBus ACPI feature.

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
---
 hw/acpi/Kconfig | 1 +
 hw/i386/Kconfig | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/acpi/Kconfig b/hw/acpi/Kconfig
index 10f24f3b41..127b678b48 100644
--- a/hw/acpi/Kconfig
+++ b/hw/acpi/Kconfig
@@ -14,6 +14,7 @@ config ACPI_PIIX4
     select ACPI_NVDIMM
     select ACPI_CPU_HOTPLUG
     select ACPI_MEMORY_HOTPLUG
+    select ACPI_SMBUS
 
 config ACPI_ICH9
     bool
diff --git a/hw/i386/Kconfig b/hw/i386/Kconfig
index 64f9957047..6e4757e29a 100644
--- a/hw/i386/Kconfig
+++ b/hw/i386/Kconfig
@@ -51,7 +51,6 @@ config I440FX
     bool
     select PC_PCI
     select PC_ACPI
-    select ACPI_SMBUS
     select PCI_PIIX
     select IDE_PIIX
     select DIMM
-- 
2.20.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]