diff options
Diffstat (limited to 'hw/mips/Kconfig')
-rw-r--r-- | hw/mips/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/hw/mips/Kconfig b/hw/mips/Kconfig index 64ef42dd3f..aadd436bf4 100644 --- a/hw/mips/Kconfig +++ b/hw/mips/Kconfig @@ -32,6 +32,18 @@ config FULOONG bool select PCI_BONITO +config LOONGSON3V + bool + imply VIRTIO_VGA + imply QXL if SPICE + select SERIAL + select GOLDFISH_RTC + select LOONGSON_LIOINTC + select PCI_DEVICES + select PCI_EXPRESS_GENERIC_BRIDGE + select MSI_NONBROKEN + select FW_CFG_MIPS + config MIPS_CPS bool select PTIMER |