[PATCH 1/1] cmd: CONFIG_CMD_EFICONFIG requires CONFIG_MENU

Simon Glass sjg at chromium.org
Wed Feb 8 17:25:02 CET 2023


On Wed, 8 Feb 2023 at 06:02, Heinrich Schuchardt
<heinrich.schuchardt at canonical.com> wrote:
>
> The eficonfig command invokes functions implemented in common/menu.c like
>
> * menu_default_set()
> * menu_get_choice()
> * menu_destroy()
> * menu_item_add()
>
> Fixes: 87d791423ac6 ("eficonfig: menu-driven addition of UEFI boot option")
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
> ---
>  cmd/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
>

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list