log: Add a 'log level' command
[oweals/u-boot.git] / cmd / Kconfig
index 5a6afab99b7f4cdbd3635378dc7bbd99e2c04cc7..b745a7e977a686f5900f266d5c769afed79fac91 100644 (file)
@@ -1502,6 +1502,13 @@ config CMD_KGDB
          single-stepping, inspecting variables, etc. This is supported only
          on PowerPC at present.
 
+config CMD_LOG
+       bool "log - Generation, control and access to logging"
+       help
+         This provides access to logging features. It allows the output of
+         log data to be controlled to a limited extent (setting up the default
+         maximum log level for emitting of records).
+
 config CMD_TRACE
        bool "trace - Support tracing of function calls and timing"
        help