summaryrefslogtreecommitdiff
path: root/apps/builtin/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/builtin/Kconfig')
-rw-r--r--apps/builtin/Kconfig10
1 files changed, 1 insertions, 9 deletions
diff --git a/apps/builtin/Kconfig b/apps/builtin/Kconfig
index 37150e8a9..c3371d708 100644
--- a/apps/builtin/Kconfig
+++ b/apps/builtin/Kconfig
@@ -3,21 +3,13 @@
# see misc/tools/kconfig-language.txt.
#
-config BUILTIN
- bool "Support Builtin Applications"
- default n
- ---help---
- Enable support for builtin applications. This features assigns a string
- name to an application. This feature is also the underlying requirement
- to support built-in applications in the NuttShell (NSH).
-
if BUILTIN
config BUILTIN_PROXY_STACKSIZE
int "Builtin Proxy Stack Size"
default 1024
---help---
- If exec_builting uses I/O redirection options, then it will require
+ If exec_builtin 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.