qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 5/8] hw/southbridge: Cleanup the PIIX4 chipset in Kc


From: Philippe Mathieu-Daudé
Subject: [Qemu-devel] [PATCH 5/8] hw/southbridge: Cleanup the PIIX4 chipset in Kconfig
Date: Mon, 11 Mar 2019 00:53:48 +0100

The PIIX4 (Intel 82371AB) is a bridge between PCI <-> ISA.

It is an exhanced PIIX3, thus contains the same features.
It also contains:
 - Power Management (ACPI rev 1.0)
 - IDE UDMA/33
 - SMBus interface (host and slave)
 - RTC

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
---
 hw/isa/Kconfig | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/hw/isa/Kconfig b/hw/isa/Kconfig
index f8494edd67..1c923dfd07 100644
--- a/hw/isa/Kconfig
+++ b/hw/isa/Kconfig
@@ -48,9 +48,13 @@ config PIIX3
 
 config PIIX4
     bool
+    select PIIX3
+    #select ACPI_PIIX4
+    #select IDE_PIIX4
+    select ACPI_SMBUS
+    select MC146818RTC
     # For historical reasons, SuperIO devices are created in the board
     # for PIIX4.
-    select ISA_BUS
 
 config VT82C686
     bool
-- 
2.20.1




reply via email to

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