summaryrefslogtreecommitdiff
path: root/cmd/Kconfig
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2017-06-05 06:28:17 (GMT)
committerTom Rini <trini@konsulko.com>2017-06-10 00:34:54 (GMT)
commite05d50584cc6c9ea83465a70347bf6d8cfe84551 (patch)
tree5d7c95720cf9f086cd07aa12fc982fe66e44ea64 /cmd/Kconfig
parent8f079cccb369995e46a2ab530d5d60b88c1e70bb (diff)
downloadu-boot-fsl-qoriq-e05d50584cc6c9ea83465a70347bf6d8cfe84551.tar.xz
Kconfig: Add description for CMD_POWEROFF
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>
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r--cmd/Kconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 270cff6..412bf24 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -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