summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/zconf.y
Commit message (Expand)AuthorAgeFilesLines
* kconfig: remove unused "file" field of yylval unionMasahiro Yamada2019-01-061-1/+0
* kconfig: split the lexer out of zconf.yMasahiro Yamada2018-12-281-2/+0
* kconfig: split some C files out of zconf.yMasahiro Yamada2018-12-281-4/+0
* kconfig: convert to SPDX License IdentifierMasahiro Yamada2018-12-281-2/+2
* kconfig: remove keyword lookup table entirelyMasahiro Yamada2018-12-281-5/+0
* kconfig: stop associating kconf_id with yylvalMasahiro Yamada2018-12-221-21/+20
* kconfig: refactor end token rulesMasahiro Yamada2018-12-221-28/+15
* kconfig: use T_WORD instead of T_VARIABLE for variablesMasahiro Yamada2018-12-221-2/+1
* kconfig: use specific tokens instead of T_ASSIGN for assignmentsMasahiro Yamada2018-12-221-2/+10
* kconfig: refactor scanning and parsing "option" propertiesMasahiro Yamada2018-12-221-20/+15
* kconfig: use distinct tokens for type and default propertiesMasahiro Yamada2018-12-221-23/+39
* kconfig: remove redundant token definesMasahiro Yamada2018-12-151-5/+0
* kconfig: rename depends_list to comment_option_listMasahiro Yamada2018-12-151-6/+6
* kconfig: loosen the order of "visible" and "depends on" in menu entryMasahiro Yamada2018-12-151-7/+7
* kconfig: remove redundant menu_block ruleMasahiro Yamada2018-12-151-8/+1
* kconfig: remove redundant if_block ruleMasahiro Yamada2018-12-151-9/+1
* kconfig: remove grammatically ambiguous option_errorMasahiro Yamada2018-12-151-10/+0
* kconfig: remove grammatically ambiguous "unexpected option" diagnosticMasahiro Yamada2018-12-151-10/+1
* kconfig: fix ambiguous grammar in terms of new linesMasahiro Yamada2018-12-131-15/+3
* kconfig: require T_EOL to reduce visible statementMasahiro Yamada2018-12-131-2/+2
* kconfig: fix the rule of mainmenu_stmt symbolMasahiro Yamada2018-08-131-2/+2
* kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITEDirk Gouders2018-07-181-1/+1
* kconfig: handle P_SYMBOL in print_symbol()Dirk Gouders2018-06-281-0/+4
* kconfig: fix line numbers for if-entries in menu treeDirk Gouders2018-06-251-2/+2
* kconfig: support simply expanded variableMasahiro Yamada2018-05-291-2/+3
* kconfig: support user-defined function and recursively expanded variableMasahiro Yamada2018-05-291-1/+18
* kconfig: make default prompt of mainmenu less specificMasahiro Yamada2018-05-291-1/+1
* kconfig: remove string expansion for mainmenu after yyparse()Masahiro Yamada2018-05-291-19/+5
* kconfig: reference environment variables directly and remove 'option env='Masahiro Yamada2018-05-291-1/+1
* kconfig: drop localization supportSam Ravnborg2018-05-281-1/+1
* kconfig: Don't leak choice names during parsingMasahiro Yamada2018-03-021-0/+1
* kconfig: add xstrdup() helperMasahiro Yamada2018-03-021-1/+1
* kconfig: Warn if help text is blankUlf Magnusson2018-02-031-0/+6
* kconfig: use default 'yy' prefix for lexer and parserMasahiro Yamada2018-01-221-11/+11
* kconfig: Warn if there is more than one help textUlf Magnusson2018-01-221-0/+5
* kconfig: drop 'boolean' keywordMasahiro Yamada2018-01-221-1/+1
* kconfig: Remove menu_end_entry()Ulf Magnusson2018-01-221-5/+1
* kconfig: Don't leak main menus during parsingUlf Magnusson2018-01-221-9/+24
* kconfig: Don't leak 'option' arguments during parsingUlf Magnusson2018-01-111-1/+3
* kconfig: Don't leak 'source' filenames during parsingUlf Magnusson2018-01-111-0/+1
* kconfig: Don't leak symbol names during parsingUlf Magnusson2018-01-101-17/+19
* kconfig: Sync zconf.y with zconf.tab.c_shippedUlf Magnusson2017-12-121-1/+1
* Remove gperf usage from toolchainLinus Torvalds2017-08-191-5/+5
* Kconfig: Introduce the "imply" keywordNicolas Pitre2016-11-161-2/+14
* kconfig: allow use of relations other than (in)equalityJan Beulich2015-06-151-0/+9
* kbuild: trivial - use tabs for code indent where possibleMasahiro Yamada2014-06-101-1/+1
* kconfig: do not special-case 'MODULES' symbolYann E. MORIN2013-09-051-9/+2
* Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-07-301-1/+0
|\
| * kconfig: nuke LKC_DIRECT_LINK cruftArnaud Lacombe2011-06-061-1/+0
* | kconfig: migrate parser to implicit rulesArnaud Lacombe2011-06-091-1/+1