summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/parser.y
Commit message (Expand)AuthorAgeFilesLines
* kconfig: do not reparent the menu inside a choice blockMasahiro Yamada2024-03-281-1/+1
* kconfig: check prompt for choice while parsingMasahiro Yamada2024-03-191-0/+6
* kconfig: remove named choice supportMasahiro Yamada2024-03-101-7/+3
* kconfig: use generic macros to implement symbol hashtableMasahiro Yamada2024-02-201-2/+0
* kconfig: print recursive dependency errors in the parsed orderMasahiro Yamada2024-02-201-4/+16
* kconfig: do not delay the cur_filename updateMasahiro Yamada2024-02-191-0/+8
* kconfig: associate struct menu with file name directlyMasahiro Yamada2024-02-191-3/+3
* kconfig: remove zconf_curname() and zconf_lineno()Masahiro Yamada2024-02-191-32/+27
* kconfig: split preprocessor prototypes into preprocess.hMasahiro Yamada2024-02-191-0/+1
* kconfig: call env_write_dep() right after yyparse()Masahiro Yamada2024-02-191-1/+8
* kconfig: write Kconfig files to autoconf.cmd in orderMasahiro Yamada2024-02-191-0/+4
* kconfig: remove unneeded sym_find() call in conf_parse()Masahiro Yamada2024-02-191-1/+1
* kconfig: fix off-by-one in zconf_error()Masahiro Yamada2024-02-191-1/+1
* kconfig: split menu.c out of parser.yMasahiro Yamada2021-04-141-3/+2
* kconfig: change sym_change_count to a boolean flagMasahiro Yamada2021-04-141-1/+1
* kconfig: change "modules" from sub-option to first-level attributeMasahiro Yamada2021-04-141-3/+5
* kconfig: remove allnoconfig_y optionMasahiro Yamada2021-04-141-6/+0
* kconfig: change defconfig_list option to environment variableMasahiro Yamada2021-04-141-6/+0
* kconfig: allow only 'config', 'comment', and 'if' inside 'choice'Masahiro Yamada2020-05-121-14/+16
* kconfig: remove sym from struct propertyMasahiro Yamada2020-01-071-1/+1
* kconfig: remove 'prompt' symbolMasahiro Yamada2020-01-071-10/+7
* kconfig: drop T_WORD from the RHS of 'prompt' symbolMasahiro Yamada2020-01-071-3/+1
* kconfig: split util.c out of parser.yMasahiro Yamada2019-11-111-1/+0
* kconfig: rename zconf.y to parser.yMasahiro Yamada2019-02-131-0/+731