commit | 1f863058c6fd3408d5fea0f6221ce80b10c82e94 | [log] [tgz] |
---|---|---|
author | Sean Anderson <sean.anderson@seco.com> | Thu Mar 04 11:34:23 2021 -0500 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 12 17:17:11 2021 -0400 |
tree | f2676e3868c6efe87841957bddb84538b95dbe29 | |
parent | 8f90273dc41b4b90d0d5cbf41162a483bbab2c19 [diff] [blame] |
cmd: xtrace: Convert to bool This variable is a boolean, not a string. Signed-off-by: Sean Anderson <sean.anderson@seco.com> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
diff --git a/cmd/Kconfig b/cmd/Kconfig index c735e81..f4cff0c 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig
@@ -65,7 +65,7 @@ to complete a command. Usually "> ". config SYS_XTRACE - string "Command execution tracer" + bool "Command execution tracer" depends on CMDLINE default y if CMDLINE help