summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/zconf.y
Commit message (Expand)AuthorAgeFilesLines
* kconfig: fix the rule of mainmenu_stmt symbolMasahiro Yamada2018-08-131-2/+2
* kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITEDirk Gouders2018-07-171-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-281-2/+3
* kconfig: support user-defined function and recursively expanded variableMasahiro Yamada2018-05-281-1/+18
* kconfig: make default prompt of mainmenu less specificMasahiro Yamada2018-05-281-1/+1
* kconfig: remove string expansion for mainmenu after yyparse()Masahiro Yamada2018-05-281-19/+5Star
* kconfig: reference environment variables directly and remove 'option env='Masahiro Yamada2018-05-281-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-011-1/+1
* kconfig: Warn if help text is blankUlf Magnusson2018-02-021-0/+6
* kconfig: use default 'yy' prefix for lexer and parserMasahiro Yamada2018-01-211-11/+11
* kconfig: Warn if there is more than one help textUlf Magnusson2018-01-211-0/+5
* kconfig: drop 'boolean' keywordMasahiro Yamada2018-01-211-1/+1
* kconfig: Remove menu_end_entry()Ulf Magnusson2018-01-211-5/+1Star
* kconfig: Don't leak main menus during parsingUlf Magnusson2018-01-211-9/+24
* kconfig: Don't leak 'option' arguments during parsingUlf Magnusson2018-01-101-1/+3
* kconfig: Don't leak 'source' filenames during parsingUlf Magnusson2018-01-101-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/+2Star
* Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-07-301-1/+0Star
|\
| * kconfig: nuke LKC_DIRECT_LINK cruftArnaud Lacombe2011-06-061-1/+0Star
* | kconfig: migrate parser to implicit rulesArnaud Lacombe2011-06-091-1/+1
* | kconfig: kill no longer needed reference to YYDEBUGArnaud Lacombe2011-06-091-8/+0Star
* | kconfig: constify `kconf_id_lookup'Arnaud Lacombe2011-06-091-4/+4
|/
* kconfig: add an option to determine a menu's visibilityArnaud Lacombe2010-11-221-3/+18
* kconfig: expand by default the rootmenu's promptArnaud Lacombe2010-09-201-0/+4
* kconfig: implement the `mainmenu' directiveArnaud Lacombe2010-09-201-3/+11
* kconfig: fix zconfdump()Li Zefan2010-04-141-4/+17
* Improve kconfig symbol hashingAndi Kleen2010-02-021-1/+1
* kconfig: new configuration interface (nconfig)nir.tzachar@gmail.com2010-02-021-1/+1
* kconfig: Mark various internal functions staticJosh Triplett2009-11-161-3/+3
* kconfig: Make zconf.y work with current bisonJosh Triplett2009-10-151-2/+5
* kconfig: add named choice groupRoman Zippel2008-04-281-5/+8
* kconfig: syntax cleanup - drop support for "depends/requires/def_boolean"Adrian Bunk2007-10-121-11/+0Star
* kconfig: attach help text to menusSam Ravnborg2007-07-251-6/+6
* kconfig: error out if recursive dependencies are foundSam Ravnborg2007-05-061-2/+4
* [PATCH] kconfig: make sym_change_count static, let it be altered by 2 functio...Karsten Wiese2006-12-131-1/+1
* kconfig: add defconfig_list/module optionRoman Zippel2006-06-091-1/+9
* kconfig: add symbol option config syntaxRoman Zippel2006-06-091-0/+23
* [PATCH] kconfig: improve error handling in the parserRoman Zippel2005-11-091-73/+100
* [PATCH] kconfig: simplify symbol type parsingRoman Zippel2005-11-091-82/+48Star
* [PATCH] kconfig: use gperf for kconfig keywordsRoman Zippel2005-11-091-4/+5