From: AKASHI Takahiro Date: Thu, 12 Sep 2019 06:31:22 +0000 (+0900) Subject: autoboot: add necessary dependency at AUTOBOOT_MENU_SHOW X-Git-Tag: v2025.01-rc5-pxa1908~2767^2~8 X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-logo.png?a=commitdiff_plain;h=dd2d9899720895881e5c60fb38f91f22c53c97cc;p=u-boot.git autoboot: add necessary dependency at AUTOBOOT_MENU_SHOW Otherwise, menu_show() will be undefined in bootdelay_process(). Signed-off-by: AKASHI Takahiro --- 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'