diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2023-11-04 15:37:19 +0400 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2023-11-07 14:04:25 +0400 |
commit | 376a0531d4f5ebe3e895986e0b2e1c15a9e4721c (patch) | |
tree | 283d8d5c6f357709a7bce852568639aea06b0275 /hw/mips | |
parent | fa140b9562f0dc4665da0620b10d7ef1e3009078 (diff) |
hw/mips: FULOONG depends on VT82C686
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Diffstat (limited to 'hw/mips')
-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 ac1eb06a51..66ec536e06 100644 --- a/hw/mips/Kconfig +++ b/hw/mips/Kconfig @@ -33,6 +33,7 @@ config JAZZ config FULOONG bool select PCI_BONITO + select VT82C686 config LOONGSON3V bool |