build: scripts/config - update to kconfig-v5.14
authorEneas U de Queiroz <cotequeiroz@gmail.com>
Wed, 24 Nov 2021 21:25:43 +0000 (18:25 -0300)
committerPetr Štetiar <ynezz@true.cz>
Sat, 19 Feb 2022 12:10:01 +0000 (13:10 +0100)
commit009293c52e637612cd118717a1bea4e142889e09
treec9f190a622ce0a6335875c561af5cdc2918b53ff
parent73ea763c0dcdb96c9163790f20edd964399035c0
build: scripts/config - update to kconfig-v5.14

Functional Changes
---------- -------
- make 'imply' not impose any restrictions: allow symbols implied by y
  to become m
- change "modules" from sub-option to first-level attribute

Bugfixes
--------
- nconf: fix core dump when searching in empty menu
- nconf: stop endless search loops
- xconfig: fix content of the main widget
- xconfig: fix support for the split view mode

Other Changes
----- -------
- highlight xconfig 'comment' lines with '***'
- xconfig: navigate menus on hyperlinks
- xconfig: drop support for Qt4
- improve host ncurses detection

Update the 'option modules' usage to just 'modules' in Config.in.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
30 files changed:
Config.in
scripts/config/.gitignore
scripts/config/Makefile
scripts/config/README
scripts/config/conf.c
scripts/config/confdata.c
scripts/config/expr.h
scripts/config/images.c
scripts/config/images.h
scripts/config/internal.h [new file with mode: 0644]
scripts/config/lexer.l
scripts/config/lexer.lex.c
scripts/config/lkc.h
scripts/config/lkc_proto.h
scripts/config/lxdialog/util.c
scripts/config/mconf-cfg.sh
scripts/config/mconf.c
scripts/config/menu.c
scripts/config/nconf.c
scripts/config/nconf.gui.c
scripts/config/nconf.h
scripts/config/parser.tab.c
scripts/config/parser.tab.h
scripts/config/parser.y
scripts/config/preprocess.c
scripts/config/qconf-cfg.sh
scripts/config/qconf.cc
scripts/config/qconf.h
scripts/config/symbol.c
target/sdk/files/Config.in