summaryrefslogtreecommitdiff
path: root/scripts/kconfig/symbol.c
AgeCommit message (Expand)Author
2024-01-31kconfig: initialize sym->curr.tri to 'no' for all symbol types againMasahiro Yamada
2023-12-29kconfig: WERROR unmet symbol dependencySergey Senozhatsky
2023-12-03kconfig: default to zero if int/hex symbol lacks default propertyMasahiro Yamada
2023-12-03kconfig: remove unneeded symbol_empty variableMasahiro Yamada
2023-11-17kconfig: fix memory leak from range propertiesMasahiro Yamada
2021-10-11kconfig: move sym_escape_string_value() to confdata.cMasahiro Yamada
2021-10-01kconfig: remove 'const' from the return type of sym_escape_string_value()Masahiro Yamada
2021-04-14kconfig: change sym_change_count to a boolean flagMasahiro Yamada
2021-04-14kconfig: change defconfig_list option to environment variableMasahiro Yamada
2020-12-08kconfig: clean up header inclusionBoris Kolpackov
2020-08-14kconfig: add 'static' to some file-local dataMasahiro Yamada
2020-05-12kconfig: do not use OR-assignment for zero-cleared structureMasahiro Yamada
2020-03-13kconfig: make 'imply' obey the direct dependencyMasahiro Yamada
2020-03-13kconfig: allow symbols implied by y to become mMasahiro Yamada
2020-01-07kconfig: squash prop_alloc() into menu_add_prop()Masahiro Yamada
2020-01-07kconfig: remove sym from struct propertyMasahiro Yamada
2019-07-12Merge tag 'kconfig-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2019-07-06kconfig: Fix spelling of sym_is_changableMarco Ammon
2019-06-14docs: kbuild: convert docs to ReST and rename to *.rstMauro Carvalho Chehab
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