summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 09193b61b9..dd43358c27 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -71,6 +71,10 @@ config SYS_PROMPT_HUSH_PS2
printed when the command interpreter needs more input
to complete a command. Usually "> ".
+config SYS_MAXARGS
+ int "Maximum number arguments accepted by commands"
+ default 16
+
config SYS_XTRACE
bool "Command execution tracer"
depends on CMDLINE