aboutsummaryrefslogtreecommitdiff
path: root/hw/sparc64
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
commitd399fddcd46a4e15aa9fd2e0adb2d54a277cb9f2 (patch)
treee38edc02ac45b8958de7ba95977c7900facd39f6 /hw/sparc64
parent09c94e6167e1b38b205cda472df4583daab69690 (diff)
downloadqemu-d399fddcd46a4e15aa9fd2e0adb2d54a277cb9f2.zip
qemu-d399fddcd46a4e15aa9fd2e0adb2d54a277cb9f2.tar.gz
qemu-d399fddcd46a4e15aa9fd2e0adb2d54a277cb9f2.tar.bz2
sparc: 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 SPARC and SPARC64. No changes to generated config-devices.mak file. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/sparc64')
-rw-r--r--hw/sparc64/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/sparc64/Kconfig b/hw/sparc64/Kconfig
index 7e557ad..3b948a2 100644
--- a/hw/sparc64/Kconfig
+++ b/hw/sparc64/Kconfig
@@ -1,5 +1,7 @@
config SUN4U
bool
+ default y
+ depends on SPARC64
imply PCI_DEVICES
imply SUNHME
imply TEST_DEVICES
@@ -16,6 +18,8 @@ config SUN4U
config NIAGARA
bool
+ default y
+ depends on SPARC64
select EMPTY_SLOT
select SUN4V_RTC
select UNIMP