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:48 +0200
commit4852f70e4b5cea187cc0f159a47376567a75c46b (patch)
tree337463a40fb5a8ecfc3c54490652a42b1547dce1 /hw
parenta980c33deaaf07d9076266ffb536a133a5de7b2b (diff)
downloadqemu-4852f70e4b5cea187cc0f159a47376567a75c46b.zip
qemu-4852f70e4b5cea187cc0f159a47376567a75c46b.tar.gz
qemu-4852f70e4b5cea187cc0f159a47376567a75c46b.tar.bz2
rx: 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 RX. No changes to generated config-devices.mak file. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw')
-rw-r--r--hw/rx/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/rx/Kconfig b/hw/rx/Kconfig
index 2b297c5..b2fa2b7 100644
--- a/hw/rx/Kconfig
+++ b/hw/rx/Kconfig
@@ -7,4 +7,6 @@ config RX62N_MCU
config RX_GDBSIM
bool
+ default y
+ depends on RX
select RX62N_MCU