Commit 1aa4e8d0dead107ea28e5b90a3af07b753b17960

Authored by Simon Glass
Committed by Tom Rini
1 parent 2a242e3e80

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>

Showing 3 changed files with 11 additions and 2 deletions Side-by-side Diff

... ... @@ -826,7 +826,6 @@
826 826 CONFIG_CMD_USB * USB support
827 827 CONFIG_CMD_CDP * Cisco Discover Protocol support
828 828 CONFIG_CMD_XIMG Load part of Multi Image
829   - CONFIG_CMD_UUID * Generate random UUID or GUID string
830 829  
831 830 EXAMPLE: If you want all functions except of network
832 831 support you can write:
... ... @@ -1122,6 +1122,17 @@
1122 1122 is very simple with no special processing of characters. As with
1123 1123 cu, you can press ~. (tilde followed by period) to exit.
1124 1124  
  1125 +config CMD_UUID
  1126 + bool "uuid, guid - generation of unique IDs"
  1127 + help
  1128 + This enables two commands:
  1129 +
  1130 + uuid - generate random Universally Unique Identifier
  1131 + guid - generate Globally Unique Identifier based on random UUID
  1132 +
  1133 + The two commands are very similar except for the endianness of the
  1134 + output.
  1135 +
1125 1136 endmenu
1126 1137  
1127 1138 config CMD_BOOTSTAGE
scripts/config_whitelist.txt
... ... @@ -293,7 +293,6 @@
293 293 CONFIG_CMDLINE_EDITING
294 294 CONFIG_CMDLINE_PS_SUPPORT
295 295 CONFIG_CMDLINE_TAG
296   -CONFIG_CMD_UUID
297 296 CONFIG_CMD_ZBOOT
298 297 CONFIG_CMD_ZFS
299 298 CONFIG_CM_INIT