From d0ee7f295d742a80000cf6703a3fb9a7cb32ad68 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 11 May 2022 17:38:09 -0400 Subject: Convert CONFIG_SYS_PBSIZE to Kconfig This converts the following to Kconfig: CONFIG_SYS_PBSIZE Signed-off-by: Tom Rini --- cmd/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cmd') 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 -- cgit v1.1