]> git.sur5r.net Git - u-boot/blobdiff - env/Kconfig
Add a comment for board_quiesce_devices()
[u-boot] / env / Kconfig
index 680441c74c70da36a214603b4719144f81c555dd..f403906b6f90c3231f6e99c17157a01aeb3fad2b 100644 (file)
@@ -497,4 +497,11 @@ config DEFAULT_ENV_FILE
          containing key=value pairs, blank lines and lines beginning
          with # are ignored.
 
+config ENV_VARS_UBOOT_RUNTIME_CONFIG
+       bool "Add run-time information to the environment"
+       help
+         Enable this in order to add variables describing certain
+         run-time determined information about the hardware to the
+         environment.  These will be named board_name, board_rev.
+
 endmenu