summaryrefslogtreecommitdiff
path: root/scripts/kconfig/symbol.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-29kconfig: fix comparison to constant symbols, 'm', 'n'Masahiro Yamada1-2/+4
2024-05-09kconfig: use menu_list_for_each_sym() in sym_check_choice_deps()Masahiro Yamada1-10/+15
2024-05-09kconfig: add sym_get_choice_menu() helperMasahiro Yamada1-0/+35
2024-05-09kconfig: use linked list in sym_set_changed()Masahiro Yamada1-5/+3
2024-05-02kconfig: remove SYMBOL_NO_WRITE flagMasahiro Yamada1-2/+1
2024-05-02kconfig: remove SYMBOL_CHOICE flagMasahiro Yamada1-1/+1
2024-03-09kconfig: link menus to a symbolMasahiro Yamada1-0/+4
2024-02-20kconfig: use generic macros to implement symbol hashtableMasahiro Yamada1-11/+11
2024-02-20kconfig: move strhash() to util.c as a global functionMasahiro Yamada1-9/+0
2024-02-19kconfig: associate struct property with file name directlyMasahiro Yamada1-6/+6
2024-02-19kconfig: associate struct menu with file name directlyMasahiro Yamada1-2/+2
2024-01-31kconfig: initialize sym->curr.tri to 'no' for all symbol types againMasahiro Yamada1-1/+3
2023-12-29kconfig: WERROR unmet symbol dependencySergey Senozhatsky1-0/+9
2023-12-03kconfig: default to zero if int/hex symbol lacks default propertyMasahiro Yamada1-5/+12
2023-12-03kconfig: remove unneeded symbol_empty variableMasahiro Yamada1-9/+2
2023-11-17kconfig: fix memory leak from range propertiesMasahiro Yamada1-8/+6
2021-10-11kconfig: move sym_escape_string_value() to confdata.cMasahiro Yamada1-44/+0
2021-10-01kconfig: remove 'const' from the return type of sym_escape_string_value()Masahiro Yamada1-1/+2
2021-04-14kconfig: change sym_change_count to a boolean flagMasahiro Yamada1-1/+1
2021-04-14kconfig: change defconfig_list option to environment variableMasahiro Yamada1-1/+0
2020-12-08kconfig: clean up header inclusionBoris Kolpackov1-1/+1
2020-08-14kconfig: add 'static' to some file-local dataMasahiro Yamada1-4/+10
2020-05-12kconfig: do not use OR-assignment for zero-cleared structureMasahiro Yamada1-1/+1
2020-03-13kconfig: make 'imply' obey the direct dependencyMasahiro Yamada1-1/+3
2020-03-13kconfig: allow symbols implied by y to become mMasahiro Yamada1-4/+1
2020-01-06kconfig: squash prop_alloc() into menu_add_prop()Masahiro Yamada1-21/+0
2020-01-06kconfig: remove sym from struct propertyMasahiro Yamada1-1/+0
2019-07-13Merge tag 'kconfig-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2019-07-06kconfig: Fix spelling of sym_is_changableMarco Ammon1-1/+1
2019-06-14docs: kbuild: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2018-12-28kconfig: split some C files out of zconf.yMasahiro Yamada1-1/+1
2018-12-28kconfig: convert to SPDX License IdentifierMasahiro Yamada1-1/+1
2018-12-08kconfig: remove S_OTHER symbol type and correct dependency trackingMasahiro Yamada1-3/+0
2018-08-22kconfig: improve the recursive dependency reportMasahiro Yamada1-14/+34
2018-08-22kconfig: report recursive dependency involving 'imply'Masahiro Yamada1-2/+7
2018-08-22kconfig: error out when seeing recursive dependencyMasahiro Yamada1-3/+0
2018-08-14kconfig: remove P_ENV property typeMasahiro Yamada1-2/+0
2018-08-14kconfig: remove unused sym_get_env_prop() functionMasahiro Yamada1-9/+0
2018-07-17kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITEDirk Gouders1-1/+1
2018-05-28kconfig: remove sym_expand_string_value()Masahiro Yamada1-53/+0
2018-05-28kconfig: reference environment variables directly and remove 'option env='Masahiro Yamada1-56/+0
2018-03-25kconfig: make unmet dependency warnings readableMasahiro Yamada1-12/+23
2018-03-25kconfig: warn unmet direct dependency of tristate symbols selected by yMasahiro Yamada1-2/+2
2018-03-25kconfig: only write '# CONFIG_FOO is not set' for visible symbolsUlf Magnusson1-1/+2
2018-03-01kconfig: add xstrdup() helperMasahiro Yamada1-2/+2
2018-02-10kconfig: remove const qualifier from sym_expand_string_value()Masahiro Yamada1-1/+1
2018-02-10kconfig: add xrealloc() helperMasahiro Yamada1-1/+1
2018-02-08kconfig: send error messages to stderrMasahiro Yamada1-1/+1
2018-02-08kconfig: do not write choice values when their dependency becomes nMasahiro Yamada1-9/+7
2018-01-21kconfig: drop 'boolean' keywordMasahiro Yamada1-1/+1