summary refs log tree commit diff stats
path: root/hw/mips
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2024-02-13 16:50:01 +0100
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2024-02-15 16:58:46 +0100
commitfbd758008f0f86caf703c2ba2bd6a45ddb37b9f0 (patch)
tree24d4e0e788ea5ce5985b6374168f30844bb0d57e /hw/mips
parent413d0ccb05de21491bc9d0c461e47034f50fd6af (diff)
downloadfocaccia-qemu-fbd758008f0f86caf703c2ba2bd6a45ddb37b9f0.tar.gz
focaccia-qemu-fbd758008f0f86caf703c2ba2bd6a45ddb37b9f0.zip
hw/isa: extract FDC37M81X to a separate file
isa-superio.c currently defines a SuperIO chip that is not used
by any other user of the file.  Extract the chip to a separate file.

Reviewed-by: Bernhard Beschow <shentey@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-ID: <20240213155005.109954-7-pbonzini@redhat.com>
[PMD: Update MAINTAINERS]
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Diffstat (limited to 'hw/mips')
-rw-r--r--hw/mips/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/mips/Kconfig b/hw/mips/Kconfig
index afcfb2b8ec..e57db4f641 100644
--- a/hw/mips/Kconfig
+++ b/hw/mips/Kconfig
@@ -1,7 +1,7 @@
 config MALTA
     bool
+    select FDC37M81X
     select GT64120
-    select ISA_SUPERIO
     select PIIX
 
 config MIPSSIM