[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 8/8] hw/i386: Move ACPI_SMBUS out of I440FX (Kconfig
From: |
Philippe Mathieu-Daudé |
Subject: |
[Qemu-devel] [PATCH 8/8] hw/i386: Move ACPI_SMBUS out of I440FX (Kconfig) |
Date: |
Mon, 11 Mar 2019 00:53:51 +0100 |
The SMBus interface is a slow bus not related to the i440fx
northbridge, it comes from the PIIX3 southbridge.
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
---
hw/i386/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/i386/Kconfig b/hw/i386/Kconfig
index 56e72abb8c..9ac833b930 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 DIMM
select SMBIOS
select VMPORT
@@ -68,6 +67,7 @@ config ISAPC
select PIIX3
# QEMU isapc weirdness: it uses PIIX3 with ACPI features from PIIX4
select ACPI_PIIX4
+ select ACPI_SMBUS
config Q35
bool
--
2.20.1
- [Qemu-devel] [PATCH 1/8] hw/i2c: The ACPI_SMBUS Kconfig depends on ACPI, (continued)
- [Qemu-devel] [PATCH 1/8] hw/i2c: The ACPI_SMBUS Kconfig depends on ACPI, Philippe Mathieu-Daudé, 2019/03/10
- [Qemu-devel] [PATCH 2/8] hw/input: Add 8042 PS/2 Keyboard Controller to Kconfig, Philippe Mathieu-Daudé, 2019/03/10
- [Qemu-devel] [PATCH 3/8] hw/southbridge: Add the PIIX chipset to Kconfig, Philippe Mathieu-Daudé, 2019/03/10
- [Qemu-devel] [PATCH 4/8] hw/southbridge: Add the PIIX3 chipset to Kconfig, Philippe Mathieu-Daudé, 2019/03/10
- [Qemu-devel] [PATCH 5/8] hw/southbridge: Cleanup the PIIX4 chipset in Kconfig, Philippe Mathieu-Daudé, 2019/03/10
- [Qemu-devel] [PATCH 6/8] hw/southbridge: Add ACPI_PIIX4 to Kconfig, Philippe Mathieu-Daudé, 2019/03/10
- [Qemu-devel] [PATCH 7/8] hw/i386: The 'isapc' machine is built around a PIIX3 southbridge, Philippe Mathieu-Daudé, 2019/03/10
- [Qemu-devel] [PATCH 8/8] hw/i386: Move ACPI_SMBUS out of I440FX (Kconfig),
Philippe Mathieu-Daudé <=
- Re: [Qemu-devel] [PATCH 0/8] Kconfig: Clean up the PIIX southbridge devices, no-reply, 2019/03/11