pinctrl: mvebu: Make drivers depend on the pinctrl framework
[oweals/u-boot.git] / cmd / Kconfig
index 5a6afab99b7f4cdbd3635378dc7bbd99e2c04cc7..c0332235261f3826ecfcca5c088a3e51d3519cf9 100644 (file)
@@ -1502,6 +1502,14 @@ 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). 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"
        help