]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
Kconfig: Add description for CMD_POWEROFF
authorMichal Simek <michal.simek@xilinx.com>
Mon, 5 Jun 2017 06:28:17 +0000 (08:28 +0200)
committerTom Rini <trini@konsulko.com>
Sat, 10 Jun 2017 00:34:54 +0000 (20:34 -0400)
Add poweroff description to Kconfig to make it selectable
via menuconfig.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
cmd/Kconfig

index 270cff6297d96db67e98210ef6e88ae65a394d8c..412bf24fb259e498982c41c7ea99b9755d292834 100644 (file)
@@ -266,7 +266,9 @@ config CMD_XIMG
          Extract a part of a multi-image.
 
 config CMD_POWEROFF
-       bool
+       bool "poweroff"
+       help
+         Poweroff/Shutdown the system
 
 endmenu