aboutsummaryrefslogtreecommitdiff
path: root/cmd/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-07-20 20:51:25 -0600
committerTom Rini <trini@konsulko.com>2019-08-02 11:19:14 -0400
commitcf9803a60b27da7958f6abc9b42e58f3783f5880 (patch)
treea3196a35a64a383123559513c389a5f488b1c57c /cmd/Kconfig
parente231306e48870b7138d5ff161e16e0d53b325314 (diff)
downloadu-boot-cf9803a60b27da7958f6abc9b42e58f3783f5880.zip
u-boot-cf9803a60b27da7958f6abc9b42e58f3783f5880.tar.gz
u-boot-cf9803a60b27da7958f6abc9b42e58f3783f5880.tar.bz2
Convert CONFIG_AUTOBOOT_MENU_SHOW to Kconfig
This converts the following to Kconfig: CONFIG_AUTOBOOT_MENU_SHOW Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r--cmd/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 8d2e0a9..22a3737 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -170,6 +170,14 @@ config AUTOBOOT_MENUKEY
For example, 33 means "!" in ASCII, so pressing ! at boot would take
this action.
+config AUTOBOOT_MENU_SHOW
+ bool "Show a menu on boot"
+ help
+ This enables the boot menu, controlled by environment variables
+ defined by the board. The menu starts after running the 'preboot'
+ environmnent variable (if enabled) and before handling the boot delay.
+ See README.bootmenu for more details.
+
endmenu
config BUILD_BIN2C