aboutsummaryrefslogtreecommitdiff
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 dd43358..b50e53e 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -75,6 +75,10 @@ config SYS_MAXARGS
int "Maximum number arguments accepted by commands"
default 16
+config SYS_PBSIZE
+ int "Buffer size for console output"
+ default 1044
+
config SYS_XTRACE
bool "Command execution tracer"
depends on CMDLINE