diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2024-01-25 13:36:37 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2024-05-03 15:47:47 +0200 |
commit | 8a1f6d0ebd21efad6ea4843796d550ce4c14e81c (patch) | |
tree | 78729d763b4d8c49ba5fe2bed40e4a1bd1b1b0b9 /hw | |
parent | bae3e3a5c6b81677b1d4ec231ad0844e65990f3d (diff) | |
download | qemu-8a1f6d0ebd21efad6ea4843796d550ce4c14e81c.zip qemu-8a1f6d0ebd21efad6ea4843796d550ce4c14e81c.tar.gz qemu-8a1f6d0ebd21efad6ea4843796d550ce4c14e81c.tar.bz2 |
mips: switch boards to "default y"
Some targets use "default y" for boards to filter out those that require
TCG. For consistency we are switching all other targets to do the same.
Continue with MIPS.
No changes to generated config-devices.mak file.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw')
-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 5c83ef4..9bccb36 100644 --- a/hw/mips/Kconfig +++ b/hw/mips/Kconfig @@ -1,5 +1,7 @@ config MALTA bool + default y + depends on MIPS imply PCNET_PCI imply PCI_DEVICES imply TEST_DEVICES @@ -13,11 +15,15 @@ config MALTA config MIPSSIM bool + default y + depends on MIPS select SERIAL select MIPSNET config JAZZ bool + default y + depends on MIPS64 select ISA_BUS select RC4030 select I8259 @@ -38,6 +44,8 @@ config JAZZ config FULOONG bool + default y + depends on MIPS64 && !TARGET_BIG_ENDIAN imply PCI_DEVICES imply TEST_DEVICES imply ATI_VGA @@ -48,6 +56,8 @@ config FULOONG config LOONGSON3V bool + default y + depends on MIPS64 && !TARGET_BIG_ENDIAN imply PCI_DEVICES imply TEST_DEVICES imply VIRTIO_PCI @@ -69,6 +79,8 @@ config MIPS_CPS config MIPS_BOSTON bool + default y + depends on MIPS64 && !TARGET_BIG_ENDIAN imply PCI_DEVICES imply TEST_DEVICES select FITLOADER |