diff --git a/system/popen/Kconfig b/system/popen/Kconfig index 1f1907fce48..94041b0e05e 100644 --- a/system/popen/Kconfig +++ b/system/popen/Kconfig @@ -7,7 +7,7 @@ config SYSTEM_POPEN bool "popen()/pclose() Functions" default n select SCHED_WAITPID - depends on NSH_LIBRARY + depends on NSH_LIBRARY && PIPES ---help--- Enable support for the popen() and pclose() interfaces. This will support execution of NSH commands from C code with