aboutsummaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2024-01-25 13:36:37 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2024-05-03 15:47:47 +0200
commitc8b39c9b5b901b173fbbb0ec3f147e9694ece48c (patch)
treee1f5646ca6629f1db5b309a6ce9e7ba3faaa68cb /hw
parent8a1f6d0ebd21efad6ea4843796d550ce4c14e81c (diff)
downloadqemu-c8b39c9b5b901b173fbbb0ec3f147e9694ece48c.zip
qemu-c8b39c9b5b901b173fbbb0ec3f147e9694ece48c.tar.gz
qemu-c8b39c9b5b901b173fbbb0ec3f147e9694ece48c.tar.bz2
openrisc: 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 OpenRISC. No changes to generated config-devices.mak file. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw')
-rw-r--r--hw/openrisc/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/openrisc/Kconfig b/hw/openrisc/Kconfig
index 97af258..9c9015e 100644
--- a/hw/openrisc/Kconfig
+++ b/hw/openrisc/Kconfig
@@ -1,5 +1,7 @@
config OR1K_SIM
bool
+ default y
+ depends on OPENRISC
select SERIAL
select OPENCORES_ETH
select OMPIC
@@ -7,6 +9,8 @@ config OR1K_SIM
config OR1K_VIRT
bool
+ default y
+ depends on OPENRISC
imply PCI_DEVICES
imply VIRTIO_VGA
imply TEST_DEVICES