diff options
| author | Simon Glass <[email protected]> | 2017-12-04 13:48:27 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-12-07 15:17:00 -0500 |
| commit | ef11ed8239bf02b347e7fb9fc6d980aec0c7810a (patch) | |
| tree | a4416fad19e06ea6d1a10a7324fe395bf8dfd61d /cmd/Kconfig | |
| parent | d5f61f272d5b7b86bf6321512ba6326c7c075e72 (diff) | |
log: Add a test command
Add a command which exercises the logging system.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'cmd/Kconfig')
| -rw-r--r-- | cmd/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index b745a7e977a..c0332235261 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1507,7 +1507,8 @@ config CMD_LOG 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). + maximum log level for emitting of records). It also provides access + to a command used for testing the log system. config CMD_TRACE bool "trace - Support tracing of function calls and timing" |
