nuttx-apps/examples/posix_spawn
Huang Qi 80da98940d posix_spawn: Move dependencies to Kconfig
`posix_spawn` depends on these configurations:
- !BINFMT_DISABLE
- !DISABLE_MOUNTPOINT
- BOARDCTL
- BOARDCTL_APP_SYMTAB
- ELF
- FS_ROMFS

Check them in compile time may waste some time if the dependencies are not met,
move them to Kconfig to avoid this.

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
2026-04-20 15:19:00 +08:00
..
filesystem Merge branch 'dev-merge-github-20230228' into dev 2026-04-20 15:12:39 +08:00
CMakeLists.txt Remove the const cast from the initialization of boardioc_symtab_s::symtab 2026-04-20 15:09:53 +08:00
Kconfig posix_spawn: Move dependencies to Kconfig 2026-04-20 15:19:00 +08:00
Make.defs nshlib: support c++ access nsh api 2026-04-20 14:56:29 +08:00
Makefile driver/sensor: rename /dev/sensor -> /dev/uorb 2026-04-20 15:04:00 +08:00
spawn_main.c posix_spawn: Move dependencies to Kconfig 2026-04-20 15:19:00 +08:00