util/kconfig: Uprev to Linux 6.0's kconfig
Only minor changes in kconfig this time that shouldn't affect us. TEST=`util/abuild/abuild -C` output (build.h and build.conf) remains the same Change-Id: I77cc8517128a973c345c41da2c483b78eeaee89f Signed-off-by: Patrick Georgi <patrick@coreboot.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/68915 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
This commit is contained in:
parent
1215cc7632
commit
aa8796d3fd
|
@ -102,7 +102,6 @@ bool menu_is_empty(struct menu *menu);
|
||||||
bool menu_is_visible(struct menu *menu);
|
bool menu_is_visible(struct menu *menu);
|
||||||
bool menu_has_prompt(struct menu *menu);
|
bool menu_has_prompt(struct menu *menu);
|
||||||
const char *menu_get_prompt(struct menu *menu);
|
const char *menu_get_prompt(struct menu *menu);
|
||||||
struct menu *menu_get_root_menu(struct menu *menu);
|
|
||||||
struct menu *menu_get_parent_menu(struct menu *menu);
|
struct menu *menu_get_parent_menu(struct menu *menu);
|
||||||
bool menu_has_help(struct menu *menu);
|
bool menu_has_help(struct menu *menu);
|
||||||
const char *menu_get_help(struct menu *menu);
|
const char *menu_get_help(struct menu *menu);
|
||||||
|
|
|
@ -661,11 +661,6 @@ const char *menu_get_prompt(struct menu *menu)
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
struct menu *menu_get_root_menu(struct menu *menu)
|
|
||||||
{
|
|
||||||
return &rootmenu;
|
|
||||||
}
|
|
||||||
|
|
||||||
struct menu *menu_get_parent_menu(struct menu *menu)
|
struct menu *menu_get_parent_menu(struct menu *menu)
|
||||||
{
|
{
|
||||||
enum prop_type type;
|
enum prop_type type;
|
||||||
|
|
|
@ -20,5 +20,6 @@ fi
|
||||||
echo >&2 "*"
|
echo >&2 "*"
|
||||||
echo >&2 "* Could not find Qt5 via ${HOSTPKG_CONFIG}."
|
echo >&2 "* Could not find Qt5 via ${HOSTPKG_CONFIG}."
|
||||||
echo >&2 "* Please install Qt5 and make sure it's in PKG_CONFIG_PATH"
|
echo >&2 "* Please install Qt5 and make sure it's in PKG_CONFIG_PATH"
|
||||||
|
echo >&2 "* You need $PKG"
|
||||||
echo >&2 "*"
|
echo >&2 "*"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in New Issue