[U-Boot] [PATCH v2] 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 ---
Changes in v2: - Remove default n value which doesn't need to be specified - Add Simon's Reviewed-by:
cmd/Kconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/cmd/Kconfig b/cmd/Kconfig index 270cff6297d9..412bf24fb259 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

On Mon, Jun 05, 2017 at 08:28:17AM +0200, Michal Simek wrote:
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
Applied to u-boot/master, thanks!
participants (2)
-
Michal Simek
-
Tom Rini