diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2023-11-07 18:06:15 +0400 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2023-11-19 21:15:06 +0300 |
commit | d19b4a4215950468147d9153a0495cd45608ad25 (patch) | |
tree | 141fa65aa6aa6e7646ce62f48f9e9ad915c15df6 | |
parent | b88b9585d8801c967ddfabd8375eba6b88f8632c (diff) |
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>
(cherry picked from commit 52c773ce893f6321f20c80101aa4ea9489a6f701)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
-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 da3a37e215..e012f947cb 100644 --- a/hw/mips/Kconfig +++ b/hw/mips/Kconfig @@ -45,6 +45,7 @@ config LOONGSON3V select PCI_EXPRESS_GENERIC_BRIDGE select MSI_NONBROKEN select FW_CFG_MIPS + select UNIMP config MIPS_CPS bool |