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:48 +0200 |
commit | 09c94e6167e1b38b205cda472df4583daab69690 (patch) | |
tree | 0c06f9fec8c17cabdb4b88930188cbac632631d8 /hw/sh4 | |
parent | d70fb7cf34d9de439b2b1ee9d43edb3c784db536 (diff) | |
download | qemu-09c94e6167e1b38b205cda472df4583daab69690.zip qemu-09c94e6167e1b38b205cda472df4583daab69690.tar.gz qemu-09c94e6167e1b38b205cda472df4583daab69690.tar.bz2 |
sh4: 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 SH.
No changes to generated config-devices.mak file.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/sh4')
-rw-r--r-- | hw/sh4/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/sh4/Kconfig b/hw/sh4/Kconfig index e0c4ecd..99a76a9 100644 --- a/hw/sh4/Kconfig +++ b/hw/sh4/Kconfig @@ -1,5 +1,7 @@ config R2D bool + default y + depends on SH4 imply PCI_DEVICES imply TEST_DEVICES imply RTL8139_PCI @@ -13,6 +15,8 @@ config R2D config SHIX bool + default y + depends on SH4 select SH7750 select TC58128 |