public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Ilias Apalodimas <ilias.apalodimas@linaro.org>
To: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Cc: u-boot@lists.denx.de
Subject: Re: [PATCH 1/1] cmd: CONFIG_CMD_EFICONFIG requires CONFIG_MENU
Date: Thu, 9 Feb 2023 11:28:59 +0200	[thread overview]
Message-ID: <Y+S82wgWS1bdyLD2@hades> (raw)
In-Reply-To: <20230208130133.69768-1-heinrich.schuchardt@canonical.com>

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@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@linaro.org>


      parent reply	other threads:[~2023-02-09  9:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-08 13:01 [PATCH 1/1] cmd: CONFIG_CMD_EFICONFIG requires CONFIG_MENU Heinrich Schuchardt
2023-02-08 16:25 ` Simon Glass
2023-02-09  9:28 ` Ilias Apalodimas [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Y+S82wgWS1bdyLD2@hades \
    --to=ilias.apalodimas@linaro.org \
    --cc=heinrich.schuchardt@canonical.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox