boards/Kconfig: BOARDCTL_APP_SYMTAB Add depends on LIBC_EXECFUNCS

Signed-off-by: zhangshoukui <zhangshoukui@xiaomi.com>
This commit is contained in:
zhangshoukui
2025-03-18 20:45:21 +08:00
committed by Xiang Xiao
parent 927fe5bc2a
commit 2a38ce37d7
+1
View File
@@ -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.