Merge tag 'kconfig-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Pull Kconfig updates from Masahiro Yamada: - add 'yes2modconfig' and 'mod2yesconfig' targets (useful mainly for turning syzbot configs into more modular ones as a step to minimizing the result) - sanitize help text - various code cleanups * tag 'kconfig-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild: kconfig: fix documentation typos kconfig: fix an "implicit declaration of function" warning kconfig: fix nesting of symbol help text kconfig: distinguish between dependencies and visibility in help text kconfig: list all definitions of a symbol in help text kconfig: Add yes2modconfig and mod2yesconfig targets. kconfig: use $(PERL) in Makefile kconfig: fix too deep indentation in Makefile kconfig: localmodconfig: fix indentation for closing brace kconfig: localmodconfig: remove unused $config kconfig: squash prop_alloc() into menu_add_prop() kconfi...
Showing
- Documentation/kbuild/kconfig-language.rst 4 additions, 3 deletionsDocumentation/kbuild/kconfig-language.rst
- scripts/kconfig/Makefile 13 additions, 11 deletionsscripts/kconfig/Makefile
- scripts/kconfig/conf.c 16 additions, 0 deletionsscripts/kconfig/conf.c
- scripts/kconfig/confdata.c 16 additions, 0 deletionsscripts/kconfig/confdata.c
- scripts/kconfig/expr.c 1 addition, 2 deletionsscripts/kconfig/expr.c
- scripts/kconfig/expr.h 1 addition, 1 deletionscripts/kconfig/expr.h
- scripts/kconfig/gconf.c 1 addition, 0 deletionsscripts/kconfig/gconf.c
- scripts/kconfig/lkc.h 3 additions, 1 deletionscripts/kconfig/lkc.h
- scripts/kconfig/mconf.c 1 addition, 0 deletionsscripts/kconfig/mconf.c
- scripts/kconfig/menu.c 108 additions, 77 deletionsscripts/kconfig/menu.c
- scripts/kconfig/nconf.c 1 addition, 0 deletionsscripts/kconfig/nconf.c
- scripts/kconfig/parser.y 8 additions, 13 deletionsscripts/kconfig/parser.y
- scripts/kconfig/streamline_config.pl 1 addition, 3 deletionsscripts/kconfig/streamline_config.pl
- scripts/kconfig/symbol.c 0 additions, 22 deletionsscripts/kconfig/symbol.c
Please register or sign in to comment