summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/symbol.c
Commit message (Expand)AuthorAgeFilesLines
* Kconfig: Introduce the "imply" keywordNicolas Pitre2016-11-161-1/+23
* kconfig/symbol.c: handle choice_values that depend on 'm' symbolsDirk Gouders2016-05-101-0/+14
* kbuild: document recursive dependency limitation / resolutionLuis R. Rodriguez2015-10-081-0/+2
* kconfig: Delete unnecessary checks before the function call "sym_calc_value"Markus Elfring2015-08-191-2/+1
* kconfig: allow use of relations other than (in)equalityJan Beulich2015-06-151-0/+4
* kconfig: Remove unnecessary prototypes from headersMichal Marek2015-02-251-21/+21
* kconfig: fix trivial typos and update mconf documentationMartin Walch2013-10-081-1/+1
* kconfig: switch to "long long" for sanityKees Cook2013-08-151-9/+10
* kconfig: simplify symbol-search codeYann E. MORIN2013-07-161-19/+11
* kconfig: don't allocate n+1 elements in temporary arrayYann E. MORIN2013-07-161-1/+1
* kconfig: minor style fixes in symbol-search codeYann E. MORIN2013-07-161-4/+3
* kconfig: avoid multiple calls to strlenYann E. MORIN2013-07-161-5/+5
* kconfig: allow "hex" and "range" to support longsKees Cook2013-06-291-5/+5
* kconfig: sort found symbols by relevanceYann E. MORIN2013-06-241-9/+69
* kconfig: Fix defconfig when one choice menu selects options that another choi...Arve Hjønnevåg2013-06-161-0/+11
* kconfig: Fix malloc handling in conf toolsAlan Cox2012-11-201-6/+6
* kconfig: fix new choices being skipped upon config updateArnaud Lacombe2012-01-261-1/+8
* kconfig: introduce specialized printerArnaud Lacombe2011-07-011-1/+45
* kconfig: nuke LKC_DIRECT_LINK cruftArnaud Lacombe2011-06-061-1/+0
* Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-01-101-2/+6
|\
| * kconfig: simplify select-with-unmet-direct-dependency warningArnaud Lacombe2010-12-211-1/+5
| * kconfig: fix typosArnaud Lacombe2010-12-151-1/+1
* | kconfig: sym_expand_string_value: allow for string termination when reallocingAndy Whitcroft2010-11-011-1/+1
|/
* Revert "kconfig: Temporarily disable dependency warnings"Michal Marek2010-10-121-2/+0
* Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek2010-10-121-0/+2
|\
| * kconfig: Temporarily disable dependency warningsMichal Marek2010-10-091-0/+2
* | kconfig: Fix realloc usage()Michal Marek2010-09-301-1/+1
* | kconfig: add a symbol string expansion helperArnaud Lacombe2010-09-191-0/+49
|/
* kconfig: fix segfault when detecting recursive dependencySam Ravnborg2010-08-151-0/+2
* kconfig: add savedefconfigSam Ravnborg2010-08-031-0/+74
* kconfig: refactor code in symbol.cSam Ravnborg2010-08-031-13/+33
* kconfig: print more info when we see a recursive dependencyRoman Zippel2010-08-031-15/+127
* kconfig: save location of config symbolsSam Ravnborg2010-08-031-0/+2
* kconfig: Don't write invisible choice valuesJan Beulich2010-07-081-12/+12
* kbuild: Warn on selecting symbols with unmet direct dependenciesCatalin Marinas2010-07-021-0/+18
* kconfig: recalc symbol value before showing search resultsLi Zefan2010-03-231-0/+1
* Improve kconfig symbol hashingAndi Kleen2010-02-021-12/+17
* kbuild: add static to prototypesTrevor Keith2009-09-201-3/+3
* kconfig: add named choice groupRoman Zippel2008-04-281-13/+11
* kconfig: fix choice dependency checkRoman Zippel2008-04-281-18/+76
* kconfig: fix select in combination with defaultRoman Zippel2008-02-131-13/+21
* kconfig: use environment optionRoman Zippel2008-01-281-15/+0
* kconfig: environment symbol supportRoman Zippel2008-01-281-0/+45
* kconfig: explicitly introduce expression listRoman Zippel2008-01-281-6/+7
* kconfig: rename E_OR & friends to avoid name clashSam Ravnborg2008-01-281-3/+3
* kconfig: error out if recursive dependencies are foundSam Ravnborg2007-05-061-8/+5
* [PATCH] kconfig: make sym_change_count static, let it be altered by 2 functio...Karsten Wiese2006-12-131-2/+1
* kconfig: add defconfig_list/module optionRoman Zippel2006-06-091-7/+8
* kconfig: allow loading multiple configurationsRoman Zippel2006-06-091-7/+6
* kconfig: allow multiple default values per symbolRoman Zippel2006-06-091-8/+8
OpenPOWER on IntegriCloud