summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-08-04 22:35:02 (GMT)
committerTom Rini <trini@konsulko.com>2017-08-11 21:44:52 (GMT)
commit1aa4e8d0dead107ea28e5b90a3af07b753b17960 (patch)
treea408c58d4821f286dac40a2451dcdeea12db5469 /cmd
parent2a242e3e8074ba929f8aa5e871e4ea2bd9d483c7 (diff)
downloadu-boot-fsl-qoriq-1aa4e8d0dead107ea28e5b90a3af07b753b17960.tar.xz
Convert CONFIG_CMD_UUID to Kconfig
This converts the following to Kconfig: CONFIG_CMD_UUID Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 1621531..b80aff9 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -1122,6 +1122,17 @@ config CMD_TERMINAL
is very simple with no special processing of characters. As with
cu, you can press ~. (tilde followed by period) to exit.
+config CMD_UUID
+ bool "uuid, guid - generation of unique IDs"
+ help
+ This enables two commands:
+
+ uuid - generate random Universally Unique Identifier
+ guid - generate Globally Unique Identifier based on random UUID
+
+ The two commands are very similar except for the endianness of the
+ output.
+
endmenu
config CMD_BOOTSTAGE