summaryrefslogtreecommitdiff
path: root/scripts/kconfig/parser.y
AgeCommit message (Expand)AuthorFilesLines
2024-05-09kconfig: turn defaults and additional prompt for choice members into errorMasahiro Yamada1-0/+40
2024-05-09kconfig: turn missing prompt for choice members into errorMasahiro Yamada1-0/+14
2024-05-02kconfig: remove SYMBOL_NO_WRITE flagMasahiro Yamada1-1/+1
2024-05-02kconfig: remove 'optional' property supportMasahiro Yamada1-9/+0
2024-05-02kconfig: remove SYMBOL_CHOICE flagMasahiro Yamada1-1/+1
2024-05-02kconfig: use menu_for_each_entry() to traverse menu treeMasahiro Yamada1-12/+1
2024-03-28kconfig: do not reparent the menu inside a choice blockMasahiro Yamada1-1/+1
2024-03-18kconfig: check prompt for choice while parsingMasahiro Yamada1-0/+6
2024-03-10kconfig: remove named choice supportMasahiro Yamada1-7/+3
2024-02-20kconfig: use generic macros to implement symbol hashtableMasahiro Yamada1-2/+0
2024-02-20kconfig: print recursive dependency errors in the parsed orderMasahiro Yamada1-4/+16
2024-02-19kconfig: do not delay the cur_filename updateMasahiro Yamada1-0/+8
2024-02-19kconfig: associate struct menu with file name directlyMasahiro Yamada1-3/+3
2024-02-19kconfig: remove zconf_curname() and zconf_lineno()Masahiro Yamada1-32/+27
2024-02-19kconfig: split preprocessor prototypes into preprocess.hMasahiro Yamada1-0/+1
2024-02-19kconfig: call env_write_dep() right after yyparse()Masahiro Yamada1-1/+8
2024-02-19kconfig: write Kconfig files to autoconf.cmd in orderMasahiro Yamada1-0/+4
2024-02-19kconfig: remove unneeded sym_find() call in conf_parse()Masahiro Yamada1-1/+1
2024-02-19kconfig: fix off-by-one in zconf_error()Masahiro Yamada1-1/+1
2021-04-14kconfig: split menu.c out of parser.yMasahiro Yamada1-3/+2
2021-04-14kconfig: change sym_change_count to a boolean flagMasahiro Yamada1-1/+1
2021-04-14kconfig: change "modules" from sub-option to first-level attributeMasahiro Yamada1-3/+5
2021-04-14kconfig: remove allnoconfig_y optionMasahiro Yamada1-6/+0
2021-04-14kconfig: change defconfig_list option to environment variableMasahiro Yamada1-6/+0
2020-05-12kconfig: allow only 'config', 'comment', and 'if' inside 'choice'Masahiro Yamada1-14/+16
2020-01-06kconfig: remove sym from struct propertyMasahiro Yamada1-1/+1
2020-01-06kconfig: remove 'prompt' symbolMasahiro Yamada1-10/+7
2020-01-06kconfig: drop T_WORD from the RHS of 'prompt' symbolMasahiro Yamada1-3/+1
2019-11-11kconfig: split util.c out of parser.yMasahiro Yamada1-1/+0
2019-02-13kconfig: rename zconf.y to parser.yMasahiro Yamada1-0/+731