Re: [PATCH 1/1] cmd: CONFIG_CMD_EFICONFIG requires CONFIG_MENU

2023-02-09 Thread Ilias Apalodimas
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

Re: [PATCH 1/1] cmd: CONFIG_CMD_EFICONFIG requires CONFIG_MENU

2023-02-08 Thread Simon Glass
On Wed, 8 Feb 2023 at 06:02, 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

[PATCH 1/1] cmd: CONFIG_CMD_EFICONFIG requires CONFIG_MENU

2023-02-08 Thread Heinrich Schuchardt
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 --- cmd/Kconfig | 1 + 1 file