summaryrefslogtreecommitdiff
path: root/scripts/kconfig
AgeCommit message (Expand)Author
2024-07-21kbuild: move some helper headers from scripts/kconfig/ to scripts/include/Masahiro Yamada
2024-07-20kconfig: recursive checks drop file/linenoHONG Yifan
2024-07-20kconfig: remove 'e1' and 'e2' macros from expression deduplicationMasahiro Yamada
2024-07-16kconfig: remove SYMBOL_CHOICEVAL flagMasahiro Yamada
2024-07-16kconfig: add const qualifiers to several function argumentsMasahiro Yamada
2024-07-16kconfig: call expr_eliminate_yn() at least once in expr_eliminate_dups()Masahiro Yamada
2024-07-16kconfig: refactor error messages in sym_check_print_recursive()Masahiro Yamada
2024-07-16kconfig: improve error message for recursive dependency in choiceMasahiro Yamada
2024-07-16kconfig: improve error message for dependency between choice membersMasahiro Yamada
2024-07-16kconfig: fix conditional prompt behavior for choiceMasahiro Yamada
2024-07-16kconfig: remove E_LIST expression typeMasahiro Yamada
2024-07-16kconfig: remove P_CHOICE propertyMasahiro Yamada
2024-07-16kconfig: use sym_get_choice_menu() in sym_check_deps()Masahiro Yamada
2024-07-16kconfig: use sym_get_choice_menu() in sym_check_choice_deps()Masahiro Yamada
2024-07-16kconfig: use sym_get_choice_menu() in sym_check_print_recursive()Masahiro Yamada
2024-07-16kconfig: remove expr_list_for_each_sym() macroMasahiro Yamada
2024-07-16kconfig: use menu_list_for_each_sym() in sym_choice_default()Masahiro Yamada
2024-07-16kconfig: change sym_choice_default() to take the choice menuMasahiro Yamada
2024-07-16kconfig: remove conf_unsaved in conf_read_simple()Masahiro Yamada
2024-07-16kconfig: remove sym_get_choice_value()Masahiro Yamada
2024-07-16kconfig: refactor choice value calculationMasahiro Yamada
2024-07-16kconfig: import list_move(_tail) and list_for_each_entry_reverse macrosMasahiro Yamada
2024-07-16kconfig: remember the current choice while parsing the choice blockMasahiro Yamada
2024-07-16kconfig: introduce choice_set_value() helperMasahiro Yamada
2024-07-16kconfig: add fallthrough comments to expr_compare_type()Masahiro Yamada
2024-07-16kconfig: remove unneeded code in expr_compare_type()Masahiro Yamada
2024-07-16kconfig: add -e and -u options to *conf-cfg.sh scriptsMasahiro Yamada
2024-07-16kconfig: refactor conf_write_defconfig() to reduce indentation levelMasahiro Yamada
2024-07-16kconfig: refactor conf_set_all_new_symbols() to reduce indentation levelMasahiro Yamada
2024-07-16kconfig: remove tristate choice supportMasahiro Yamada
2024-07-16kconfig: pass new conf_changed value to the callbackMasahiro Yamada
2024-07-16kconfig: gconf: move conf_changed() definition upMasahiro Yamada
2024-07-16kconfig: gconf: remove unnecessary forward declarationsMasahiro Yamada
2024-07-16kconfig: qconf: remove initial call to conf_changed()Masahiro Yamada
2024-06-06kconfig: remove wrong expr_trans_bool()Masahiro Yamada
2024-06-06kconfig: gconf: give a proper initial state to the Save buttonMasahiro Yamada
2024-06-06kconfig: remove unneeded code for user-supplied values being out of rangeMasahiro Yamada
2024-05-29kconfig: remove redundant check in expr_join_or()Masahiro Yamada
2024-05-29kconfig: fix comparison to constant symbols, 'm', 'n'Masahiro Yamada
2024-05-29kconfig: remove unused expr_is_no()Masahiro Yamada
2024-05-16kconfig: use sym_get_choice_menu() in sym_check_prop()Masahiro Yamada
2024-05-14kconfig: lxdialog: remove initialization with A_NORMALMasahiro Yamada
2024-05-14kconfig: m/nconf: merge two item_add_str() callsMasahiro Yamada
2024-05-14kconfig: m/nconf: remove dead code to display value of bool choiceMasahiro Yamada
2024-05-14kconfig: m/nconf: remove dead code to display children of choice membersMasahiro Yamada
2024-05-14kconfig: gconf: show checkbox for choice correctlyMasahiro Yamada
2024-05-10kconfig: use menu_list_for_each_sym() in sym_check_choice_deps()Masahiro Yamada
2024-05-10kconfig: use sym_get_choice_menu() in conf_write_defconfig()Masahiro Yamada
2024-05-10kconfig: add sym_get_choice_menu() helperMasahiro Yamada
2024-05-10kconfig: turn defaults and additional prompt for choice members into errorMasahiro Yamada