autoboot: add necessary dependency at AUTOBOOT_MENU_SHOW
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Thu, 12 Sep 2019 06:31:22 +0000 (15:31 +0900)
committerTom Rini <trini@konsulko.com>
Fri, 4 Oct 2019 16:21:23 +0000 (12:21 -0400)
Otherwise, menu_show() will be undefined in bootdelay_process().

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
cmd/Kconfig

index 98647f58b7acaf8fa3c5b7a31010f260b93d481a..c61c85162293f3244bc54873cdea7561ad0af369 100644 (file)
@@ -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'