summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig
AgeCommit message (Expand)AuthorLines
2019-03-17kconfig: remove stale lxdialog/.gitignoreMasahiro Yamada-4/+0
2019-03-13Merge tag 'kconfig-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-14/+44
2019-03-12kconfig: fix 'Save As' menu of xconfigMasahiro Yamada-7/+36
2019-02-27kbuild: move ".config not found!" message from Kconfig to MakefileMasahiro Yamada-13/+0
2019-02-13kconfig: rename zconf.y to parser.yMasahiro Yamada-5/+6
2019-02-13kconfig: rename zconf.l to lexer.lMasahiro Yamada-4/+4
2019-01-14kconfig: clean generated *conf-cfg filesMasahiro Yamada-1/+1
2019-01-06kconfig: rename generated .*conf-cfg to *conf-cfgMasahiro Yamada-18/+19
2019-01-06kbuild: use assignment instead of define ... endef for filechk_* rulesMasahiro Yamada-3/+1
2019-01-06kconfig: remove unused "file" field of yylval unionMasahiro Yamada-1/+0
2018-12-28kconfig: surround dbg_sym_flags with #ifdef DEBUG to fix gconf warningMasahiro Yamada-1/+2
2018-12-28kconfig: split images.c out of qconf.cc/gconf.c to fix gconf warningsMasahiro Yamada-19/+54
2018-12-28kconfig: add static qualifiers to fix gconf warningsMasahiro Yamada-10/+10
2018-12-28kconfig: split the lexer out of zconf.yMasahiro Yamada-8/+6
2018-12-28kconfig: split some C files out of zconf.yMasahiro Yamada-15/+16
2018-12-28kconfig: convert to SPDX License IdentifierMasahiro Yamada-140/+57
2018-12-28kconfig: remove keyword lookup table entirelyMasahiro Yamada-147/+69
2018-12-22kconfig: update current_pos in the second lexerMasahiro Yamada-5/+15
2018-12-22kconfig: switch to ASSIGN_VAL state in the second lexerMasahiro Yamada-3/+9
2018-12-22kconfig: stop associating kconf_id with yylvalMasahiro Yamada-23/+20
2018-12-22kconfig: refactor end token rulesMasahiro Yamada-28/+15
2018-12-22kconfig: stop supporting '.' and '/' in unquoted wordsMasahiro Yamada-4/+3
2018-12-22kconfig: use T_WORD instead of T_VARIABLE for variablesMasahiro Yamada-4/+3
2018-12-22kconfig: use specific tokens instead of T_ASSIGN for assignmentsMasahiro Yamada-5/+13
2018-12-22kconfig: refactor scanning and parsing "option" propertiesMasahiro Yamada-52/+41
2018-12-22kconfig: use distinct tokens for type and default propertiesMasahiro Yamada-32/+47
2018-12-15kconfig: remove redundant token definesMasahiro Yamada-5/+0
2018-12-15kconfig: rename depends_list to comment_option_listMasahiro Yamada-6/+6
2018-12-15kconfig: loosen the order of "visible" and "depends on" in menu entryMasahiro Yamada-7/+7
2018-12-15kconfig: remove redundant menu_block ruleMasahiro Yamada-8/+1
2018-12-15kconfig: remove redundant if_block ruleMasahiro Yamada-9/+1
2018-12-15kconfig: remove grammatically ambiguous option_errorMasahiro Yamada-10/+0
2018-12-15kconfig: remove grammatically ambiguous "unexpected option" diagnosticMasahiro Yamada-10/+1
2018-12-15kconfig: warn no new line at end of fileMasahiro Yamada-0/+4
2018-12-13kconfig: clean up EOF handling in the lexerMasahiro Yamada-3/+2
2018-12-13kconfig: fix ambiguous grammar in terms of new linesMasahiro Yamada-15/+24
2018-12-13kconfig: refactor pattern matching in STRING stateMasahiro Yamada-11/+3
2018-12-13kconfig: remove unneeded pattern matching to whitespacesMasahiro Yamada-6/+0
2018-12-13kconfig: require T_EOL to reduce visible statementMasahiro Yamada-2/+2
2018-12-13kconfig: fix memory leak when EOF is encountered in quotationMasahiro Yamada-0/+2
2018-12-13kconfig: fix file name and line number of warn_ignored_character()Masahiro Yamada-1/+1
2018-12-08kconfig: remove k_invalid from expr_parse_string() return typeMasahiro Yamada-12/+2
2018-12-08kconfig: remove S_OTHER symbol type and correct dependency trackingMasahiro Yamada-24/+16
2018-12-08kconfig: split out code touching a file to conf_touch_dep()Masahiro Yamada-43/+49
2018-12-08kconfig: rename conf_split_config() to conf_touch_deps()Masahiro Yamada-2/+2
2018-12-08kconfig: remove unneeded setsym label in conf_read_simple()Masahiro Yamada-3/+3
2018-11-15scripts/kconfig/merge_config: don't redefine 'y' to 'm'Anders Roxell-8/+29
2018-11-11kconfig: merge_config: avoid false positive matches from comment linesMasahiro Yamada-3/+4
2018-11-02merge_config.sh: Allow to define config prefixPetr Vorel-1/+5
2018-11-02kconfig: remove silentoldconfig targetMasahiro Yamada-8/+1