summaryrefslogtreecommitdiff
path: root/cmd/Kconfig
diff options
context:
space:
mode:
authorAKASHI Takahiro <takahiro.akashi@linaro.org>2019-09-12 09:31:22 +0300
committerTom Rini <trini@konsulko.com>2019-10-04 19:21:23 +0300
commitdd2d9899720895881e5c60fb38f91f22c53c97cc (patch)
tree555a81bff046972ddd9ef7b6205eda9402cc4c18 /cmd/Kconfig
parent12e800cdab629beec634d30b9bfe6d655ea14cc9 (diff)
downloadu-boot-dd2d9899720895881e5c60fb38f91f22c53c97cc.tar.xz
autoboot: add necessary dependency at AUTOBOOT_MENU_SHOW
Otherwise, menu_show() will be undefined in bootdelay_process(). Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r--cmd/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 98647f58b7..c61c851622 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -172,6 +172,7 @@ config AUTOBOOT_MENUKEY
config AUTOBOOT_MENU_SHOW
bool "Show a menu on boot"
+ depends on CMD_BOOTMENU
help
This enables the boot menu, controlled by environment variables
defined by the board. The menu starts after running the 'preboot'