aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/parser.y (follow)
AgeCommit message (Expand)AuthorFilesLines
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-07kconfig: remove sym from struct propertyMasahiro Yamada1-1/+1
2020-01-07kconfig: remove 'prompt' symbolMasahiro Yamada1-10/+7
2020-01-07kconfig: 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