summaryrefslogtreecommitdiff
path: root/scripts/kconfig/parser.y
AgeCommit message (Expand)Author
2024-03-19kconfig: check prompt for choice while parsingMasahiro Yamada
2024-03-10kconfig: remove named choice supportMasahiro Yamada
2024-02-20kconfig: use generic macros to implement symbol hashtableMasahiro Yamada
2024-02-20kconfig: print recursive dependency errors in the parsed orderMasahiro Yamada
2024-02-19kconfig: do not delay the cur_filename updateMasahiro Yamada
2024-02-19kconfig: associate struct menu with file name directlyMasahiro Yamada
2024-02-19kconfig: remove zconf_curname() and zconf_lineno()Masahiro Yamada
2024-02-19kconfig: split preprocessor prototypes into preprocess.hMasahiro Yamada
2024-02-19kconfig: call env_write_dep() right after yyparse()Masahiro Yamada
2024-02-19kconfig: write Kconfig files to autoconf.cmd in orderMasahiro Yamada
2024-02-19kconfig: remove unneeded sym_find() call in conf_parse()Masahiro Yamada
2024-02-19kconfig: fix off-by-one in zconf_error()Masahiro Yamada
2021-04-14kconfig: split menu.c out of parser.yMasahiro Yamada
2021-04-14kconfig: change sym_change_count to a boolean flagMasahiro Yamada
2021-04-14kconfig: change "modules" from sub-option to first-level attributeMasahiro Yamada
2021-04-14kconfig: remove allnoconfig_y optionMasahiro Yamada
2021-04-14kconfig: change defconfig_list option to environment variableMasahiro Yamada
2020-05-12kconfig: allow only 'config', 'comment', and 'if' inside 'choice'Masahiro Yamada
2020-01-07kconfig: remove sym from struct propertyMasahiro Yamada
2020-01-07kconfig: remove 'prompt' symbolMasahiro Yamada
2020-01-07kconfig: drop T_WORD from the RHS of 'prompt' symbolMasahiro Yamada
2019-11-11kconfig: split util.c out of parser.yMasahiro Yamada
2019-02-13kconfig: rename zconf.y to parser.yMasahiro Yamada