aboutsummaryrefslogtreecommitdiff
path: root/scripts/kconfig/zconf.y
AgeCommit message (Expand)Author
2019-02-13kconfig: rename zconf.y to parser.yMasahiro Yamada
2019-01-06kconfig: remove unused "file" field of yylval unionMasahiro Yamada
2018-12-28kconfig: split the lexer out of zconf.yMasahiro Yamada
2018-12-28kconfig: split some C files out of zconf.yMasahiro Yamada
2018-12-28kconfig: convert to SPDX License IdentifierMasahiro Yamada
2018-12-28kconfig: remove keyword lookup table entirelyMasahiro Yamada
2018-12-22kconfig: stop associating kconf_id with yylvalMasahiro Yamada
2018-12-22kconfig: refactor end token rulesMasahiro Yamada
2018-12-22kconfig: use T_WORD instead of T_VARIABLE for variablesMasahiro Yamada
2018-12-22kconfig: use specific tokens instead of T_ASSIGN for assignmentsMasahiro Yamada
2018-12-22kconfig: refactor scanning and parsing "option" propertiesMasahiro Yamada
2018-12-22kconfig: use distinct tokens for type and default propertiesMasahiro Yamada
2018-12-15kconfig: remove redundant token definesMasahiro Yamada
2018-12-15kconfig: rename depends_list to comment_option_listMasahiro Yamada
2018-12-15kconfig: loosen the order of "visible" and "depends on" in menu entryMasahiro Yamada
2018-12-15kconfig: remove redundant menu_block ruleMasahiro Yamada
2018-12-15kconfig: remove redundant if_block ruleMasahiro Yamada
2018-12-15kconfig: remove grammatically ambiguous option_errorMasahiro Yamada
2018-12-15kconfig: remove grammatically ambiguous "unexpected option" diagnosticMasahiro Yamada
2018-12-13kconfig: fix ambiguous grammar in terms of new linesMasahiro Yamada
2018-12-13kconfig: require T_EOL to reduce visible statementMasahiro Yamada
2018-08-13kconfig: fix the rule of mainmenu_stmt symbolMasahiro Yamada
2018-07-18kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITEDirk Gouders
2018-06-28kconfig: handle P_SYMBOL in print_symbol()Dirk Gouders
2018-06-25kconfig: fix line numbers for if-entries in menu treeDirk Gouders
2018-05-29kconfig: support simply expanded variableMasahiro Yamada
2018-05-29kconfig: support user-defined function and recursively expanded variableMasahiro Yamada
2018-05-29kconfig: make default prompt of mainmenu less specificMasahiro Yamada
2018-05-29kconfig: remove string expansion for mainmenu after yyparse()Masahiro Yamada
2018-05-29kconfig: reference environment variables directly and remove 'option env='Masahiro Yamada
2018-05-28kconfig: drop localization supportSam Ravnborg
2018-03-02kconfig: Don't leak choice names during parsingMasahiro Yamada
2018-03-02kconfig: add xstrdup() helperMasahiro Yamada
2018-02-03kconfig: Warn if help text is blankUlf Magnusson
2018-01-22kconfig: use default 'yy' prefix for lexer and parserMasahiro Yamada
2018-01-22kconfig: Warn if there is more than one help textUlf Magnusson
2018-01-22kconfig: drop 'boolean' keywordMasahiro Yamada
2018-01-22kconfig: Remove menu_end_entry()Ulf Magnusson
2018-01-22kconfig: Don't leak main menus during parsingUlf Magnusson
2018-01-11kconfig: Don't leak 'option' arguments during parsingUlf Magnusson
2018-01-11kconfig: Don't leak 'source' filenames during parsingUlf Magnusson
2018-01-10kconfig: Don't leak symbol names during parsingUlf Magnusson
2017-12-12kconfig: Sync zconf.y with zconf.tab.c_shippedUlf Magnusson
2017-08-19Remove gperf usage from toolchainLinus Torvalds
2016-11-16Kconfig: Introduce the "imply" keywordNicolas Pitre
2015-06-15kconfig: allow use of relations other than (in)equalityJan Beulich
2014-06-10kbuild: trivial - use tabs for code indent where possibleMasahiro Yamada
2013-09-05kconfig: do not special-case 'MODULES' symbolYann E. MORIN
2011-07-30Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds
2011-06-09kconfig: migrate parser to implicit rulesArnaud Lacombe