This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 2a38ce37d7365fd368abf4737f35dcd54cd7f42a
Author: zhangshoukui <zhangshou...@xiaomi.com>
AuthorDate: Tue Mar 18 20:45:21 2025 +0800
boards/Kconfig: BOARDCTL_APP_SYMTAB Add depends on LIBC_EXECFUNCS
Signed-off-by: zhangshoukui <zhangshou...@xiaomi.com>
---
boards/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/boards/Kconfig b/boards/Kconfig
index 34e95b7b95..f9b0c75431 100644
--- a/boards/Kconfig
+++ b/boards/Kconfig
@@ -5098,6 +5098,7 @@ config BOARDCTL_ROMDISK
config BOARDCTL_APP_SYMTAB
bool "Enable application symbol table interfaces"
default n
+ depends on LIBC_EXECFUNCS
---help---
Enables support for the BOARDIOC_APP_SYMTAB boardctl() command.