diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2023-11-07 18:06:15 +0400 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-11-13 16:56:06 +0100 |
commit | 52c773ce893f6321f20c80101aa4ea9489a6f701 (patch) | |
tree | 4dcd0fba283dce479ce8e41f9b794739449b6734 /hw | |
parent | 69680740eafa1838527c90155a7432d51b8ff203 (diff) | |
download | qemu-52c773ce893f6321f20c80101aa4ea9489a6f701.zip qemu-52c773ce893f6321f20c80101aa4ea9489a6f701.tar.gz qemu-52c773ce893f6321f20c80101aa4ea9489a6f701.tar.bz2 |
hw/mips: LOONGSON3V depends on UNIMP device
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Cc: qemu-stable@nongnu.org
Fixes: c76b409fef ("hw/mips: Add Loongson-3 machine support")
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20231107140615.3034763-1-marcandre.lureau@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Diffstat (limited to 'hw')
-rw-r--r-- | hw/mips/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/mips/Kconfig b/hw/mips/Kconfig index 66ec536..505381a 100644 --- a/hw/mips/Kconfig +++ b/hw/mips/Kconfig @@ -46,6 +46,7 @@ config LOONGSON3V select PCI_EXPRESS_GENERIC_BRIDGE select MSI_NONBROKEN select FW_CFG_MIPS + select UNIMP config MIPS_CPS bool |