]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/Kconfig
common: board_f: vid: Add VID specific API to adjust core voltage
[people/ms/u-boot.git] / common / Kconfig
index 9747443feb29a9e1dbd57050553fd35fe5313ad9..4da095a4fd76240ae2490bcb3a76a9014169995f 100644 (file)
@@ -474,6 +474,36 @@ config SPL_LOG_MAX_LEVEL
            6 - detail
            7 - debug
 
+config LOG_CONSOLE
+       bool "Allow log output to the console"
+       depends on LOG
+       default y
+       help
+         Enables a log driver which writes log records to the console.
+         Generally the console is the serial port or LCD display. Only the
+         log message is shown - other details like level, category, file and
+         line number are omitted.
+
+config LOG_SPL_CONSOLE
+       bool "Allow log output to the console in SPL"
+       depends on LOG_SPL
+       default y
+       help
+         Enables a log driver which writes log records to the console.
+         Generally the console is the serial port or LCD display. Only the
+         log message is shown - other details like level, category, file and
+         line number are omitted.
+
+config LOG_TEST
+       bool "Provide a test for logging"
+       depends on LOG
+       default y if SANDBOX
+       help
+         This enables a 'log test' command to test logging. It is normally
+         executed from a pytest and simply outputs logging information
+         in various different ways to test that the logging system works
+         correctly with varoius settings.
+
 endmenu
 
 config DEFAULT_FDT_FILE