This is an automated email from the ASF dual-hosted git repository. linguini pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 36168dd244bddc640803569ee48184cc557c5458 Author: Jukka Laitinen <jukka.laiti...@tii.ae> AuthorDate: Thu Sep 11 10:28:12 2025 +0300 arch/risc-v/mpfs: Add ARCH_HAVE_ELF_EXECUTABLE for MPFS This enables compiling fully linked apps for mpfs in CONFIG_BUILD_KERNEL Signed-off-by: Jukka Laitinen <jukka.laiti...@tii.ae> --- arch/risc-v/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/risc-v/Kconfig b/arch/risc-v/Kconfig index 95428fddb6d..4d15e1a6902 100644 --- a/arch/risc-v/Kconfig +++ b/arch/risc-v/Kconfig @@ -209,6 +209,7 @@ config ARCH_CHIP_MPFS select ARCH_MMU_TYPE_SV39 select ARCH_HAVE_ADDRENV select ARCH_NEED_ADDRENV_MAPPING + select ARCH_HAVE_ELF_EXECUTABLE select ARCH_HAVE_RESET select ARCH_HAVE_SPI_CS_CONTROL select ARCH_HAVE_PWM_MULTICHAN