summaryrefslogtreecommitdiff
path: root/scripts/kconfig
AgeCommit message (Expand)Author
2019-05-19kconfig: use 'else ifneq' for Makefile to improve readabilityMasahiro Yamada
2019-05-18kconfig: Terminate menu blocks with a comment in the generated configAlexander Popov
2019-05-18treewide: prefix header search paths with $(srctree)/Masahiro Yamada
2019-05-14kconfig: make conf_get_autoconfig_name() staticMasahiro Yamada
2019-05-14kconfig: use snprintf for formatting pathnamesJacob Garber
2019-05-14kconfig: remove useless NULL pointer check in conf_write_dep()Masahiro Yamada
2019-05-11kconfig: make parent directories for the saved .config as neededMasahiro Yamada
2019-05-11kconfig: do not write .config if the content is the sameMasahiro Yamada
2019-05-11kconfig: do not accept a directory for configuration outputMasahiro Yamada
2019-05-09kconfig: remove trailing whitespacesMasahiro Yamada
2019-04-09kconfig: Make nconf-cfg.sh executablePetr Vorel
2019-03-29kconfig/[mn]conf: handle backspace (^H) keyChangbin Du
2019-03-17kconfig: remove stale lxdialog/.gitignoreMasahiro Yamada
2019-03-13Merge tag 'kconfig-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2019-03-12kconfig: fix 'Save As' menu of xconfigMasahiro Yamada
2019-02-27kbuild: move ".config not found!" message from Kconfig to MakefileMasahiro Yamada
2019-02-13kconfig: rename zconf.y to parser.yMasahiro Yamada
2019-02-13kconfig: rename zconf.l to lexer.lMasahiro Yamada
2019-01-14kconfig: clean generated *conf-cfg filesMasahiro Yamada
2019-01-06kconfig: rename generated .*conf-cfg to *conf-cfgMasahiro Yamada
2019-01-06kbuild: use assignment instead of define ... endef for filechk_* rulesMasahiro Yamada
2019-01-06kconfig: remove unused "file" field of yylval unionMasahiro Yamada
2018-12-28kconfig: surround dbg_sym_flags with #ifdef DEBUG to fix gconf warningMasahiro Yamada
2018-12-28kconfig: split images.c out of qconf.cc/gconf.c to fix gconf warningsMasahiro Yamada
2018-12-28kconfig: add static qualifiers to fix gconf warningsMasahiro Yamada
2018-12-28kconfig: split the lexer out of zconf.yMasahiro Yamada
2018-12-28kconfig: split some C files out of zconf.yMasahiro Yamada
2018-12-28kconfig: convert to SPDX License IdentifierMasahiro Yamada
2018-12-28kconfig: remove keyword lookup table entirelyMasahiro Yamada
2018-12-22kconfig: update current_pos in the second lexerMasahiro Yamada
2018-12-22kconfig: switch to ASSIGN_VAL state in the second lexerMasahiro Yamada
2018-12-22kconfig: stop associating kconf_id with yylvalMasahiro Yamada
2018-12-22kconfig: refactor end token rulesMasahiro Yamada
2018-12-22kconfig: stop supporting '.' and '/' in unquoted wordsMasahiro Yamada
2018-12-22kconfig: use T_WORD instead of T_VARIABLE for variablesMasahiro Yamada
2018-12-22kconfig: use specific tokens instead of T_ASSIGN for assignmentsMasahiro Yamada
2018-12-22kconfig: refactor scanning and parsing "option" propertiesMasahiro Yamada
2018-12-22kconfig: use distinct tokens for type and default propertiesMasahiro Yamada
2018-12-15kconfig: remove redundant token definesMasahiro Yamada
2018-12-15kconfig: rename depends_list to comment_option_listMasahiro Yamada
2018-12-15kconfig: loosen the order of "visible" and "depends on" in menu entryMasahiro Yamada
2018-12-15kconfig: remove redundant menu_block ruleMasahiro Yamada
2018-12-15kconfig: remove redundant if_block ruleMasahiro Yamada
2018-12-15kconfig: remove grammatically ambiguous option_errorMasahiro Yamada
2018-12-15kconfig: remove grammatically ambiguous "unexpected option" diagnosticMasahiro Yamada
2018-12-15kconfig: warn no new line at end of fileMasahiro Yamada
2018-12-13kconfig: clean up EOF handling in the lexerMasahiro Yamada
2018-12-13kconfig: fix ambiguous grammar in terms of new linesMasahiro Yamada
2018-12-13kconfig: refactor pattern matching in STRING stateMasahiro Yamada
2018-12-13kconfig: remove unneeded pattern matching to whitespacesMasahiro Yamada