summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/symbol.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kconfig-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2019-07-131-1/+1
|\
| * kconfig: Fix spelling of sym_is_changableMarco Ammon2019-07-061-1/+1
* | docs: kbuild: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-1/+1
|/
* kconfig: split some C files out of zconf.yMasahiro Yamada2018-12-281-1/+1
* kconfig: convert to SPDX License IdentifierMasahiro Yamada2018-12-281-1/+1
* kconfig: remove S_OTHER symbol type and correct dependency trackingMasahiro Yamada2018-12-081-3/+0Star
* kconfig: improve the recursive dependency reportMasahiro Yamada2018-08-221-14/+34
* kconfig: report recursive dependency involving 'imply'Masahiro Yamada2018-08-221-2/+7
* kconfig: error out when seeing recursive dependencyMasahiro Yamada2018-08-221-3/+0Star
* kconfig: remove P_ENV property typeMasahiro Yamada2018-08-141-2/+0Star
* kconfig: remove unused sym_get_env_prop() functionMasahiro Yamada2018-08-141-9/+0Star
* kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITEDirk Gouders2018-07-171-1/+1
* kconfig: remove sym_expand_string_value()Masahiro Yamada2018-05-281-53/+0Star
* kconfig: reference environment variables directly and remove 'option env='Masahiro Yamada2018-05-281-56/+0Star
* kconfig: make unmet dependency warnings readableMasahiro Yamada2018-03-251-12/+23
* kconfig: warn unmet direct dependency of tristate symbols selected by yMasahiro Yamada2018-03-251-2/+2
* kconfig: only write '# CONFIG_FOO is not set' for visible symbolsUlf Magnusson2018-03-251-1/+2
* kconfig: add xstrdup() helperMasahiro Yamada2018-03-011-2/+2
* kconfig: remove const qualifier from sym_expand_string_value()Masahiro Yamada2018-02-101-1/+1
* kconfig: add xrealloc() helperMasahiro Yamada2018-02-101-1/+1
* kconfig: send error messages to stderrMasahiro Yamada2018-02-081-1/+1
* kconfig: do not write choice values when their dependency becomes nMasahiro Yamada2018-02-081-9/+7Star
* kconfig: drop 'boolean' keywordMasahiro Yamada2018-01-211-1/+1
* kconfig: Don't leak 'source' filenames during parsingUlf Magnusson2018-01-101-0/+4
* kconfig: display recursive dependency resolution hint just onceMasahiro Yamada2017-12-161-2/+6
* kconfig/symbol.c: use correct pointer type argument for sizeofHeinrich Schuchardt2017-11-231-1/+1
* 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/+1Star
* 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/+11Star
* 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/+3Star
* 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/+0Star
* 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/+0Star