summaryrefslogtreecommitdiff
path: root/apps/builtin/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/builtin/Kconfig')
-rw-r--r--apps/builtin/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/builtin/Kconfig b/apps/builtin/Kconfig
index 5b262734d..1049712aa 100644
--- a/apps/builtin/Kconfig
+++ b/apps/builtin/Kconfig
@@ -27,4 +27,13 @@ if BUILTIN
however, to support execution of the builtin applications from BINFS as
well (via a binfmt/ loader). However, that is down the road.
+config BUILTIN_PROXY_STACKSIZE
+ int "Builtin Proxy Stack Size"
+ default 1024
+ ---help---
+ If exec_builting uses I/O redirection options, then it will require
+ an intermediary/proxy task to muck with the file descriptors. This
+ configuration item specifies the stack size used for the proxy. Default:
+ 1024 bytes.
+
endif