mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-07-05 03:13:47 +08:00

`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>