mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
apps/system/popen/Kconfig: popen is not available in the KERNEL build.
This commit is contained in:
parent
064d4024e4
commit
8455ee34b6
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ config SYSTEM_POPEN
|
|||
bool "popen()/pclose() Functions"
|
||||
default n
|
||||
select SCHED_WAITPID
|
||||
depends on NSH_LIBRARY
|
||||
depends on NSH_LIBRARY && !BUILD_KERNEL
|
||||
---help---
|
||||
Enable support for the popen() and pclose() interfaces.
|
||||
This will support execution of NSH commands from C code with
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue