From 8ebb1c3edcde999803198631eb0b135bf2ac3ca0 Mon Sep 17 00:00:00 2001 From: Neal Frager Date: Wed, 11 Jun 2025 09:31:31 +0100 Subject: [PATCH] boot/xilinx-embeddedsw: add comment dependencies Since the comment about the xilinx-embeddedsw package needing a bare-metal toolchain was moved to the start of the Config.in file, it is now printing in make menuconfig for virtually all defconfigs. By adding the same dependencies as the xilinx-embeddedsw package, the comment will appear only when the xilinx-embeddedsw package is actually selectable. Signed-off-by: Neal Frager Signed-off-by: Julien Olivain --- boot/xilinx-embeddedsw/Config.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/boot/xilinx-embeddedsw/Config.in b/boot/xilinx-embeddedsw/Config.in index 12924edf44..0dd6433608 100644 --- a/boot/xilinx-embeddedsw/Config.in +++ b/boot/xilinx-embeddedsw/Config.in @@ -1,5 +1,7 @@ comment "xilinx-embeddedsw needs a bare metal toolchain for tuple microblazeel-buildroot-elf" depends on BR2_TOOLCHAIN_BARE_METAL_BUILDROOT_ARCH != "microblazeel-buildroot-elf" + depends on BR2_aarch64 + depends on BR2_TOOLCHAIN_BARE_METAL_BUILDROOT menuconfig BR2_TARGET_XILINX_EMBEDDEDSW bool "xilinx-embeddedsw"