On 6/9/26 11:28, Breno Leitao wrote: > + depends on BOOT_CONFIG_EMBED > + depends on BOOT_CONFIG_EMBED_FILE != ""
Hi Breno, Just an FYI, this dependency on BOOT_CONFIG_EMBED is redundant because the: BOOT_CONFIG_EMBED_FILE != "" is only possible when BOOT_CONFIG_EMBED is enabled. - Julian Braha
