From: Michal Simek Date: Mon, 5 Jun 2017 06:28:17 +0000 (+0200) Subject: Kconfig: Add description for CMD_POWEROFF X-Git-Tag: v2017.07-rc2~66 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e05d50584cc6c9ea83465a70347bf6d8cfe84551;p=platform%2Fkernel%2Fu-boot.git Kconfig: Add description for CMD_POWEROFF Add poweroff description to Kconfig to make it selectable via menuconfig. Signed-off-by: Michal Simek Reviewed-by: Simon Glass --- 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