]> Git Repo - u-boot.git/commit
cmd: CONFIG_CMD_EFICONFIG requires CONFIG_MENU
authorHeinrich Schuchardt <[email protected]>
Wed, 8 Feb 2023 12:56:33 +0000 (13:56 +0100)
committerHeinrich Schuchardt <[email protected]>
Fri, 10 Feb 2023 12:05:39 +0000 (13:05 +0100)
commit75d494df01c6edd25abdde98e700cc117a066180
treea1e1064b8bf34213b07ce5108615109b56d3dfad
parent454a9442fbce761db7655381fdfaded8f09c8cf3
cmd: CONFIG_CMD_EFICONFIG requires CONFIG_MENU

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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Ilias Apalodimas <[email protected]>
cmd/Kconfig
This page took 0.034361 seconds and 4 git commands to generate.