projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f079cc
)
Kconfig: Add description for CMD_POWEROFF
author
Michal Simek
<michal.simek@xilinx.com>
Mon, 5 Jun 2017 06:28:17 +0000
(08:28 +0200)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/cmd/Kconfig
b/cmd/Kconfig
index 270cff6297d96db67e98210ef6e88ae65a394d8c..412bf24fb259e498982c41c7ea99b9755d292834 100644
(file)
--- 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