From 1aa4e8d0dead107ea28e5b90a3af07b753b17960 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 4 Aug 2017 16:35:02 -0600 Subject: Convert CONFIG_CMD_UUID to Kconfig This converts the following to Kconfig: CONFIG_CMD_UUID Signed-off-by: Simon Glass Reviewed-by: Bin Meng Reviewed-by: Philipp Tomsich --- cmd/Kconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'cmd') diff --git a/cmd/Kconfig b/cmd/Kconfig index 162153174f0..b80aff94b2e 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 -- cgit v1.3.1