aboutsummaryrefslogtreecommitdiff
path: root/hw/mips/Kconfig
diff options
context:
space:
mode:
authorBernhard Beschow <shentey@gmail.com>2023-01-09 18:23:20 +0100
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2023-01-13 16:22:57 +0100
commitc451e07798e3640bed992cb43d8d867ef0ae1f4a (patch)
tree60431abf56c480f2e0b378332e176f85bf4a53c4 /hw/mips/Kconfig
parent3c73d590e7b20c58061cc7a67ecc6e3f5bf39192 (diff)
downloadqemu-c451e07798e3640bed992cb43d8d867ef0ae1f4a.zip
qemu-c451e07798e3640bed992cb43d8d867ef0ae1f4a.tar.gz
qemu-c451e07798e3640bed992cb43d8d867ef0ae1f4a.tar.bz2
hw/mips/Kconfig: Track Malta's PIIX dependencies via Kconfig
Tracking dependencies via Kconfig seems much cleaner. Note that PIIX4 already depends on ACPI_PIIX4. Signed-off-by: Bernhard Beschow <shentey@gmail.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Message-Id: <20230109172347.1830-8-shentey@gmail.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Diffstat (limited to 'hw/mips/Kconfig')
-rw-r--r--hw/mips/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/mips/Kconfig b/hw/mips/Kconfig
index 7a55143..da3a37e 100644
--- a/hw/mips/Kconfig
+++ b/hw/mips/Kconfig
@@ -2,6 +2,7 @@ config MALTA
bool
select GT64120
select ISA_SUPERIO
+ select PIIX4
config MIPSSIM
bool