Keith Hui has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/79179?usp=email )
Change subject: util/kconfig: Uprev to Linux 6.2's kconfig ......................................................................
Patch Set 4:
(1 comment)
Patchset:
PS4: We have a problem - this broke make menuconfig.
At the end of my git bisect I get:
7eab8ef8b720e8744eea3c6c771bccc217fbe5ed is the first bad commit commit 7eab8ef8b720e8744eea3c6c771bccc217fbe5ed Author: Patrick Georgi patrick@coreboot.org Date: Mon Nov 20 18:03:34 2023 +0100
util/kconfig: Uprev to Linux 6.2's kconfig
The upstream build system uses a newly introduced function `read-file`, so copy that in from Linux 6.2.
TEST=`util/abuild/abuild -C` output (config.h and config.build) remains the same
Change-Id: Ic100bf189ebd3eaa0eb26904ae8602910329a180 Signed-off-by: Patrick Georgi patrick@coreboot.org Reviewed-on: https://review.coreboot.org/c/coreboot/+/79179 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Martin L Roth gaumless@gmail.com
util/kconfig/.gitignore | 4 +- util/kconfig/Makefile | 45 ++++++++++++---------- util/kconfig/Makefile.inc | 14 +++++++ util/kconfig/gconf-cfg.sh | 7 +++- util/kconfig/lkc.h | 2 +- util/kconfig/mconf-cfg.sh | 25 ++++++------ util/kconfig/mconf.c | 11 ++++-- util/kconfig/menu.c | 4 +- util/kconfig/nconf-cfg.sh | 23 ++++++----- ...llow-KCONFIG_STRICT-outside-of-confdata.c.patch | 4 +- ...13-util-kconfig-detect-ncurses-on-FreeBSD.patch | 2 +- util/kconfig/qconf-cfg.sh | 10 +++-- util/kconfig/util.c | 2 +- 13 files changed, 94 insertions(+), 59 deletions(-)