summaryrefslogtreecommitdiff
path: root/scripts/kconfig/symbol.c
AgeCommit message (Expand)Author
2018-12-28kconfig: split some C files out of zconf.yMasahiro Yamada
2018-12-28kconfig: convert to SPDX License IdentifierMasahiro Yamada
2018-12-08kconfig: remove S_OTHER symbol type and correct dependency trackingMasahiro Yamada
2018-08-22kconfig: improve the recursive dependency reportMasahiro Yamada
2018-08-22kconfig: report recursive dependency involving 'imply'Masahiro Yamada
2018-08-22kconfig: error out when seeing recursive dependencyMasahiro Yamada
2018-08-14kconfig: remove P_ENV property typeMasahiro Yamada
2018-08-14kconfig: remove unused sym_get_env_prop() functionMasahiro Yamada
2018-07-18kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITEDirk Gouders
2018-05-29kconfig: remove sym_expand_string_value()Masahiro Yamada
2018-05-29kconfig: reference environment variables directly and remove 'option env='Masahiro Yamada
2018-03-26kconfig: make unmet dependency warnings readableMasahiro Yamada
2018-03-26kconfig: warn unmet direct dependency of tristate symbols selected by yMasahiro Yamada
2018-03-26kconfig: only write '# CONFIG_FOO is not set' for visible symbolsUlf Magnusson
2018-03-02kconfig: add xstrdup() helperMasahiro Yamada
2018-02-10kconfig: remove const qualifier from sym_expand_string_value()Masahiro Yamada
2018-02-10kconfig: add xrealloc() helperMasahiro Yamada
2018-02-09kconfig: send error messages to stderrMasahiro Yamada
2018-02-09kconfig: do not write choice values when their dependency becomes nMasahiro Yamada
2018-01-22kconfig: drop 'boolean' keywordMasahiro Yamada
2018-01-11kconfig: Don't leak 'source' filenames during parsingUlf Magnusson
2017-12-16kconfig: display recursive dependency resolution hint just onceMasahiro Yamada
2017-11-23kconfig/symbol.c: use correct pointer type argument for sizeofHeinrich Schuchardt
2016-11-16Kconfig: Introduce the "imply" keywordNicolas Pitre
2016-05-10kconfig/symbol.c: handle choice_values that depend on 'm' symbolsDirk Gouders
2015-10-08kbuild: document recursive dependency limitation / resolutionLuis R. Rodriguez
2015-08-19kconfig: Delete unnecessary checks before the function call "sym_calc_value"Markus Elfring
2015-06-15kconfig: allow use of relations other than (in)equalityJan Beulich
2015-02-25kconfig: Remove unnecessary prototypes from headersMichal Marek
2013-10-08kconfig: fix trivial typos and update mconf documentationMartin Walch
2013-08-15kconfig: switch to "long long" for sanityKees Cook
2013-07-16kconfig: simplify symbol-search codeYann E. MORIN
2013-07-16kconfig: don't allocate n+1 elements in temporary arrayYann E. MORIN
2013-07-16kconfig: minor style fixes in symbol-search codeYann E. MORIN
2013-07-16kconfig: avoid multiple calls to strlenYann E. MORIN
2013-06-29kconfig: allow "hex" and "range" to support longsKees Cook
2013-06-24kconfig: sort found symbols by relevanceYann E. MORIN
2013-06-16kconfig: Fix defconfig when one choice menu selects options that another choi...Arve Hjønnevåg
2012-11-20kconfig: Fix malloc handling in conf toolsAlan Cox
2012-01-26kconfig: fix new choices being skipped upon config updateArnaud Lacombe
2011-07-01kconfig: introduce specialized printerArnaud Lacombe
2011-06-06kconfig: nuke LKC_DIRECT_LINK cruftArnaud Lacombe
2011-01-10Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds
2010-12-21kconfig: simplify select-with-unmet-direct-dependency warningArnaud Lacombe
2010-12-15kconfig: fix typosArnaud Lacombe
2010-11-01kconfig: sym_expand_string_value: allow for string termination when reallocingAndy Whitcroft
2010-10-12Revert "kconfig: Temporarily disable dependency warnings"Michal Marek
2010-10-12Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek
2010-10-09kconfig: Temporarily disable dependency warningsMichal Marek
2010-09-30kconfig: Fix realloc usage()Michal Marek