rx: switch boards to "default y"
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 25 Jan 2024 12:36:37 +0000 (13:36 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 3 May 2024 13:47:48 +0000 (15:47 +0200)
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>
.gitlab-ci.d/buildtest.yml
configs/devices/rx-softmmu/default.mak
hw/rx/Kconfig

index a65b5fc9560910b5968e866a83e4ed917cd933a1..13f505f20d7b502377ed5b26d89b446c9a2b5da4 100644 (file)
@@ -649,7 +649,7 @@ build-tci:
 
 # Check our reduced build configurations
 # requires libfdt: aarch64, arm, i386, loongarch64, microblaze, microblazeel,
-#   mips64el, or1k, ppc, ppc64, riscv32, riscv64, x86_64
+#   mips64el, or1k, ppc, ppc64, riscv32, riscv64, rx, x86_64
 # does not build without boards: i386, loongarch64, x86_64
 build-without-defaults:
   extends: .native_build_job_template
index df2b4e4f426186e9909ea4d7f95b0987f0d3835b..e7caebe19740fb405084e3f6e6f74f597cbf98b7 100644 (file)
@@ -1,3 +1,4 @@
 # Default configuration for rx-softmmu
 
-CONFIG_RX_GDBSIM=y
+# Boards are selected by default, uncomment to keep out of the build.
+# CONFIG_RX_GDBSIM=n
index 2b297c5a6a686eb84f7d50701e9d849868a8fdcb..b2fa2b7eec3a4830af45fbe64dbe5384ab4b6d81 100644 (file)
@@ -7,4 +7,6 @@ config RX62N_MCU
 
 config RX_GDBSIM
     bool
+    default y
+    depends on RX
     select RX62N_MCU