summaryrefslogtreecommitdiff
path: root/env
diff options
context:
space:
mode:
authorAlex Kiernan <alex.kiernan@gmail.com>2018-04-01 16:37:53 +0000
committerTom Rini <trini@konsulko.com>2018-04-08 23:05:58 -0400
commitd91013034a3222137a5ac4d82aa45f15bd6ff284 (patch)
tree14ec42d91d2c832c4601e786cb6b9cfb54aa0f72 /env
parent9925f1dbc38c0ef7220c6fca5968c708b8e48764 (diff)
Migrate CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG to Kconfig
Convert CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG to Kconfig Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Reviewed-by: Lukasz Majewski <lukma@denx.de> Reviewed-by: Petr Vorel <petr.vorel@gmail.com> Reviewed-by: Petr Vorel <petr.vorel at gmail.com>
Diffstat (limited to 'env')
-rw-r--r--env/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/env/Kconfig b/env/Kconfig
index 680441c74c..f403906b6f 100644
--- a/env/Kconfig
+++ b/env/Kconfig
@@ -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