summaryrefslogtreecommitdiff
path: root/apps/system/sysinfo/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/sysinfo/Kconfig')
-rw-r--r--apps/system/sysinfo/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/system/sysinfo/Kconfig b/apps/system/sysinfo/Kconfig
index 1f106dc8a..3d9bc56de 100644
--- a/apps/system/sysinfo/Kconfig
+++ b/apps/system/sysinfo/Kconfig
@@ -10,4 +10,10 @@ config SYSTEM_SYSINFO
Enable support for the NSH sysinfo command.
if SYSTEM_SYSINFO
+
+config SYSTEM_SYSINFO_STACKSIZE
+ int "NSHS sysinfo stack size"
+ default 1024
+
endif
+