[PATCH 1/1] cmd: CONFIG_CMD_EFICONFIG requires CONFIG_MENU

Ilias Apalodimas ilias.apalodimas at linaro.org
Thu Feb 9 10:28:59 CET 2023


On Wed, Feb 08, 2023 at 02:01:33PM +0100, Heinrich Schuchardt 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(+)
> 
> diff --git a/cmd/Kconfig b/cmd/Kconfig
> index c7344ee1f6..aef99d2eb8 100644
> --- a/cmd/Kconfig
> +++ b/cmd/Kconfig
> @@ -2001,6 +2001,7 @@ config CMD_EFIDEBUG
>  config CMD_EFICONFIG
>  	bool "eficonfig - provide menu-driven uefi variables maintenance interface"
>  	depends on CMD_BOOTEFI_BOOTMGR
> +	select MENU
>  	help
>  	  Enable the 'eficonfig' command which provides the menu-driven UEFI
>  	  variable maintenance interface.
> -- 
> 2.38.1
> 
Reviewed-by: Ilias Apalodimas <ilias.apalodimas at linaro.org>



More information about the U-Boot mailing list