]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cmd/Kconfig
Convert CONFIG_CMD_GETTIME to Kconfig
[people/ms/u-boot.git] / cmd / Kconfig
index 495080fc01e08c1b3820439fdfb581d4aa46f26e..7243f78d1e73b2aa4ccd112c6a1e4dafc84ebff6 100644 (file)
@@ -846,6 +846,14 @@ config CMD_TIME
        help
          Run commands and summarize execution time.
 
+config CMD_GETTIME
+       bool "gettime - read elapsed time"
+       help
+         Enable the 'gettime' command which reads the elapsed time since
+         U-Boot started running. This shows the time in seconds and
+         milliseconds. See also the 'bootstage' command which provides more
+         flexibility for boot timing.
+
 # TODO: rename to CMD_SLEEP
 config CMD_MISC
        bool "sleep"