summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig
AgeCommit message (Expand)AuthorLines
2024-10-02kconfig: qconf: fix buffer overflow in debug linksMasahiro Yamada-1/+1
2024-10-01kconfig: qconf: move conf_read() before drawing tree painMasahiro Yamada-2/+2
2024-10-01kconfig: clear expr::val_is_valid when allocatedMasahiro Yamada-0/+1
2024-09-30kconfig: fix infinite loop in sym_calc_choice()Masahiro Yamada-2/+8
2024-09-20kconfig: cache expression valuesMasahiro Yamada-4/+39
2024-09-20kconfig: use hash table to reuse expressionsMasahiro Yamada-277/+157
2024-09-20kconfig: refactor expr_eliminate_dups()Masahiro Yamada-11/+3
2024-09-20kconfig: add comments to expression transformationsMasahiro Yamada-6/+37
2024-09-20kconfig: change some expr_*() functions to boolMasahiro Yamada-10/+11
2024-09-20scripts: move hash function from scripts/kconfig/ to scripts/include/Masahiro Yamada-14/+5
2024-09-01kbuild: split x*alloc() functions in kconfig to scripts/include/xalloc.hMasahiro Yamada-54/+12
2024-09-01kconfig: remove P_SYMBOL propertyMasahiro Yamada-8/+0
2024-09-01kconfig: stop adding P_SYMBOL property to symbolsMasahiro Yamada-3/+1
2024-09-01kconfig: remove dummy assignments to cur_{filename,lineno}Masahiro Yamada-8/+0
2024-08-06scripts: kconfig: merge_config: config files: add a trailing newlineAnders Roxell-0/+2
2024-07-21kbuild: move some helper headers from scripts/kconfig/ to scripts/include/Masahiro Yamada-395/+11
2024-07-20kconfig: recursive checks drop file/linenoHONG Yifan-48/+30
2024-07-20kconfig: remove 'e1' and 'e2' macros from expression deduplicationMasahiro Yamada-52/+42
2024-07-16kconfig: remove SYMBOL_CHOICEVAL flagMasahiro Yamada-11/+8
2024-07-16kconfig: add const qualifiers to several function argumentsMasahiro Yamada-36/+40
2024-07-16kconfig: call expr_eliminate_yn() at least once in expr_eliminate_dups()Masahiro Yamada-5/+2
2024-07-16kconfig: refactor error messages in sym_check_print_recursive()Masahiro Yamada-9/+9
2024-07-16kconfig: improve error message for recursive dependency in choiceMasahiro Yamada-6/+1
2024-07-16kconfig: improve error message for dependency between choice membersMasahiro Yamada-1/+1
2024-07-16kconfig: fix conditional prompt behavior for choiceMasahiro Yamada-36/+4
2024-07-16kconfig: remove E_LIST expression typeMasahiro Yamada-18/+2
2024-07-16kconfig: remove P_CHOICE propertyMasahiro Yamada-37/+3
2024-07-16kconfig: use sym_get_choice_menu() in sym_check_deps()Masahiro Yamada-4/+4
2024-07-16kconfig: use sym_get_choice_menu() in sym_check_choice_deps()Masahiro Yamada-3/+7
2024-07-16kconfig: use sym_get_choice_menu() in sym_check_print_recursive()Masahiro Yamada-2/+4
2024-07-16kconfig: remove expr_list_for_each_sym() macroMasahiro Yamada-3/+0
2024-07-16kconfig: use menu_list_for_each_sym() in sym_choice_default()Masahiro Yamada-5/+4
2024-07-16kconfig: change sym_choice_default() to take the choice menuMasahiro Yamada-6/+6
2024-07-16kconfig: remove conf_unsaved in conf_read_simple()Masahiro Yamada-3/+2
2024-07-16kconfig: remove sym_get_choice_value()Masahiro Yamada-21/+11
2024-07-16kconfig: refactor choice value calculationMasahiro Yamada-197/+187
2024-07-16kconfig: import list_move(_tail) and list_for_each_entry_reverse macrosMasahiro Yamada-0/+53
2024-07-16kconfig: remember the current choice while parsing the choice blockMasahiro Yamada-6/+4
2024-07-16kconfig: introduce choice_set_value() helperMasahiro Yamada-22/+47
2024-07-16kconfig: add fallthrough comments to expr_compare_type()Masahiro Yamada-0/+5
2024-07-16kconfig: remove unneeded code in expr_compare_type()Masahiro Yamada-4/+1
2024-07-16kconfig: add -e and -u options to *conf-cfg.sh scriptsMasahiro Yamada-0/+8
2024-07-16kconfig: refactor conf_write_defconfig() to reduce indentation levelMasahiro Yamada-25/+22
2024-07-16kconfig: refactor conf_set_all_new_symbols() to reduce indentation levelMasahiro Yamada-31/+30
2024-07-16kconfig: remove tristate choice supportMasahiro Yamada-315/+42
2024-07-16kconfig: pass new conf_changed value to the callbackMasahiro Yamada-14/+11
2024-07-16kconfig: gconf: move conf_changed() definition upMasahiro Yamada-8/+7
2024-07-16kconfig: gconf: remove unnecessary forward declarationsMasahiro Yamada-2/+0
2024-07-16kconfig: qconf: remove initial call to conf_changed()Masahiro Yamada-3/+3
2024-06-06kconfig: remove wrong expr_trans_bool()Masahiro Yamada-32/+0