mirror of
https://github.com/apache/nuttx.git
synced 2026-09-11 03:16:45 +00:00
boards/Kconfig: BOARDCTL_APP_SYMTAB Add depends on LIBC_EXECFUNCS
Signed-off-by: zhangshoukui <zhangshoukui@xiaomi.com>
This commit is contained in:
parent
927fe5bc2a
commit
2a38ce37d7
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue