summaryrefslogtreecommitdiff
path: root/apps/system/vi/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/vi/Kconfig')
-rw-r--r--apps/system/vi/Kconfig16
1 files changed, 15 insertions, 1 deletions
diff --git a/apps/system/vi/Kconfig b/apps/system/vi/Kconfig
index cc60383e3..9c9ffadea 100644
--- a/apps/system/vi/Kconfig
+++ b/apps/system/vi/Kconfig
@@ -52,5 +52,19 @@ config SYSTEM_VI_DEBUGLEVEL
readable debug output, syslog'ing should sent to some device other
than /dev/console (which is the default).
-endif
+if NSH_BUILTIN_APPS
+config SYSTEM_VI_STACKSIZE
+ int "Builtin task stack size"
+ default 2048
+ ---help---
+ Size of the task to configure when started VI from NSH
+
+config SYSTEM_VI_PRIORITY
+ int "Builtin task priority"
+ default 100
+ ---help---
+ Priority of the task to configure when started VI from NSH
+
+endif # NSH_BUILTIN_APPS
+endif # SYSTEM_VI