aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/zconf.y (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-13kconfig: fix the rule of mainmenu_stmt symbolMasahiro Yamada1-2/+2
2018-07-18kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITEDirk Gouders1-1/+1
2018-06-28kconfig: handle P_SYMBOL in print_symbol()Dirk Gouders1-0/+4
2018-06-25kconfig: fix line numbers for if-entries in menu treeDirk Gouders1-2/+2
2018-05-29kconfig: support simply expanded variableMasahiro Yamada1-2/+3
2018-05-29kconfig: support user-defined function and recursively expanded variableMasahiro Yamada1-1/+18
2018-05-29kconfig: make default prompt of mainmenu less specificMasahiro Yamada1-1/+1
2018-05-29kconfig: remove string expansion for mainmenu after yyparse()Masahiro Yamada1-19/+5
2018-05-29kconfig: reference environment variables directly and remove 'option env='Masahiro Yamada1-1/+1
2018-05-28kconfig: drop localization supportSam Ravnborg1-1/+1
2018-03-02kconfig: Don't leak choice names during parsingMasahiro Yamada1-0/+1
2018-03-02kconfig: add xstrdup() helperMasahiro Yamada1-1/+1
2018-02-03kconfig: Warn if help text is blankUlf Magnusson1-0/+6
2018-01-22kconfig: use default 'yy' prefix for lexer and parserMasahiro Yamada1-11/+11
2018-01-22kconfig: Warn if there is more than one help textUlf Magnusson1-0/+5
2018-01-22kconfig: drop 'boolean' keywordMasahiro Yamada1-1/+1
2018-01-22kconfig: Remove menu_end_entry()Ulf Magnusson1-5/+1
2018-01-22kconfig: Don't leak main menus during parsingUlf Magnusson1-9/+24
2018-01-11kconfig: Don't leak 'option' arguments during parsingUlf Magnusson1-1/+3
2018-01-11kconfig: Don't leak 'source' filenames during parsingUlf Magnusson1-0/+1
2018-01-10kconfig: Don't leak symbol names during parsingUlf Magnusson1-17/+19
2017-12-12kconfig: Sync zconf.y with zconf.tab.c_shippedUlf Magnusson1-1/+1
2017-08-19Remove gperf usage from toolchainLinus Torvalds1-5/+5
2016-11-16Kconfig: Introduce the "imply" keywordNicolas Pitre1-2/+14
2015-06-15kconfig: allow use of relations other than (in)equalityJan Beulich1-0/+9
2014-06-10kbuild: trivial - use tabs for code indent where possibleMasahiro Yamada1-1/+1
2013-09-05kconfig: do not special-case 'MODULES' symbolYann E. MORIN1-9/+2
2011-07-30Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds1-1/+0
2011-06-09kconfig: migrate parser to implicit rulesArnaud Lacombe1-1/+1
2011-06-09kconfig: kill no longer needed reference to YYDEBUGArnaud Lacombe1-8/+0
2011-06-09kconfig: constify `kconf_id_lookup'Arnaud Lacombe1-4/+4
2011-06-06kconfig: nuke LKC_DIRECT_LINK cruftArnaud Lacombe1-1/+0
2010-11-22kconfig: add an option to determine a menu's visibilityArnaud Lacombe1-3/+18
2010-09-19kconfig: expand by default the rootmenu's promptArnaud Lacombe1-0/+4
2010-09-19kconfig: implement the `mainmenu' directiveArnaud Lacombe1-3/+11
2010-04-14kconfig: fix zconfdump()Li Zefan1-4/+17
2010-02-02Improve kconfig symbol hashingAndi Kleen1-1/+1
2010-02-02kconfig: new configuration interface (nconfig)nir.tzachar@gmail.com1-1/+1
2009-11-15kconfig: Mark various internal functions staticJosh Triplett1-3/+3
2009-10-15kconfig: Make zconf.y work with current bisonJosh Triplett1-2/+5
2008-04-28kconfig: add named choice groupRoman Zippel1-5/+8
2007-10-12kconfig: syntax cleanup - drop support for "depends/requires/def_boolean"Adrian Bunk1-11/+0
2007-07-25kconfig: attach help text to menusSam Ravnborg1-6/+6
2007-05-06kconfig: error out if recursive dependencies are foundSam Ravnborg1-2/+4
2006-12-13[PATCH] kconfig: make sym_change_count static, let it be altered by 2 functions onlyKarsten Wiese1-1/+1
2006-06-09kconfig: add defconfig_list/module optionRoman Zippel1-1/+9
2006-06-09kconfig: add symbol option config syntaxRoman Zippel1-0/+23
2005-11-09[PATCH] kconfig: improve error handling in the parserRoman Zippel1-73/+100
2005-11-09[PATCH] kconfig: simplify symbol type parsingRoman Zippel1-82/+48
2005-11-09[PATCH] kconfig: use gperf for kconfig keywordsRoman Zippel1-4/+5