summaryrefslogtreecommitdiff
path: root/scripts/kconfig/zconf.y
AgeCommit message (Expand)Author
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
2011-06-09kconfig: kill no longer needed reference to YYDEBUGArnaud Lacombe
2011-06-09kconfig: constify `kconf_id_lookup'Arnaud Lacombe
2011-06-06kconfig: nuke LKC_DIRECT_LINK cruftArnaud Lacombe
2010-11-22kconfig: add an option to determine a menu's visibilityArnaud Lacombe
2010-09-19kconfig: expand by default the rootmenu's promptArnaud Lacombe
2010-09-19kconfig: implement the `mainmenu' directiveArnaud Lacombe
2010-04-14kconfig: fix zconfdump()Li Zefan
2010-02-02Improve kconfig symbol hashingAndi Kleen
2010-02-02kconfig: new configuration interface (nconfig)nir.tzachar@gmail.com
2009-11-15kconfig: Mark various internal functions staticJosh Triplett
2009-10-15kconfig: Make zconf.y work with current bisonJosh Triplett
2008-04-28kconfig: add named choice groupRoman Zippel
2007-10-12kconfig: syntax cleanup - drop support for "depends/requires/def_boolean"Adrian Bunk
2007-07-25kconfig: attach help text to menusSam Ravnborg
2007-05-06kconfig: error out if recursive dependencies are foundSam Ravnborg
2006-12-13[PATCH] kconfig: make sym_change_count static, let it be altered by 2 functio...Karsten Wiese
2006-06-09kconfig: add defconfig_list/module optionRoman Zippel
2006-06-09kconfig: add symbol option config syntaxRoman Zippel
2005-11-09[PATCH] kconfig: improve error handling in the parserRoman Zippel
2005-11-09[PATCH] kconfig: simplify symbol type parsingRoman Zippel
2005-11-09[PATCH] kconfig: use gperf for kconfig keywordsRoman Zippel