aboutsummaryrefslogtreecommitdiff
path: root/scripts/kconfig (follow)
Commit message (Expand)AuthorAgeFilesLines
* scripts: kconfig: merge_config: config files: add a trailing newlineAnders Roxell2024-08-061-0/+2
* kbuild: move some helper headers from scripts/kconfig/ to scripts/include/Masahiro Yamada2024-07-2113-395/+11
* kconfig: recursive checks drop file/linenoHONG Yifan2024-07-202-48/+30
* kconfig: remove 'e1' and 'e2' macros from expression deduplicationMasahiro Yamada2024-07-201-52/+42
* kconfig: remove SYMBOL_CHOICEVAL flagMasahiro Yamada2024-07-165-11/+8
* kconfig: add const qualifiers to several function argumentsMasahiro Yamada2024-07-168-36/+40
* kconfig: call expr_eliminate_yn() at least once in expr_eliminate_dups()Masahiro Yamada2024-07-161-5/+2
* kconfig: refactor error messages in sym_check_print_recursive()Masahiro Yamada2024-07-161-9/+9
* kconfig: improve error message for recursive dependency in choiceMasahiro Yamada2024-07-161-6/+1
* kconfig: improve error message for dependency between choice membersMasahiro Yamada2024-07-161-1/+1
* kconfig: fix conditional prompt behavior for choiceMasahiro Yamada2024-07-162-36/+4
* kconfig: remove E_LIST expression typeMasahiro Yamada2024-07-163-18/+2
* kconfig: remove P_CHOICE propertyMasahiro Yamada2024-07-166-37/+3
* kconfig: use sym_get_choice_menu() in sym_check_deps()Masahiro Yamada2024-07-161-4/+4
* kconfig: use sym_get_choice_menu() in sym_check_choice_deps()Masahiro Yamada2024-07-161-3/+7
* kconfig: use sym_get_choice_menu() in sym_check_print_recursive()Masahiro Yamada2024-07-161-2/+4
* kconfig: remove expr_list_for_each_sym() macroMasahiro Yamada2024-07-161-3/+0
* kconfig: use menu_list_for_each_sym() in sym_choice_default()Masahiro Yamada2024-07-161-5/+4
* kconfig: change sym_choice_default() to take the choice menuMasahiro Yamada2024-07-163-6/+6
* kconfig: remove conf_unsaved in conf_read_simple()Masahiro Yamada2024-07-161-3/+2
* kconfig: remove sym_get_choice_value()Masahiro Yamada2024-07-166-21/+11
* kconfig: refactor choice value calculationMasahiro Yamada2024-07-167-197/+187
* kconfig: import list_move(_tail) and list_for_each_entry_reverse macrosMasahiro Yamada2024-07-161-0/+53
* kconfig: remember the current choice while parsing the choice blockMasahiro Yamada2024-07-161-6/+4
* kconfig: introduce choice_set_value() helperMasahiro Yamada2024-07-165-22/+47
* kconfig: add fallthrough comments to expr_compare_type()Masahiro Yamada2024-07-161-0/+5
* kconfig: remove unneeded code in expr_compare_type()Masahiro Yamada2024-07-161-4/+1
* kconfig: add -e and -u options to *conf-cfg.sh scriptsMasahiro Yamada2024-07-164-0/+8
* kconfig: refactor conf_write_defconfig() to reduce indentation levelMasahiro Yamada2024-07-161-25/+22
* kconfig: refactor conf_set_all_new_symbols() to reduce indentation levelMasahiro Yamada2024-07-161-31/+30
* kconfig: remove tristate choice supportMasahiro Yamada2024-07-1627-315/+42
* kconfig: pass new conf_changed value to the callbackMasahiro Yamada2024-07-165-14/+11
* kconfig: gconf: move conf_changed() definition upMasahiro Yamada2024-07-161-8/+7
* kconfig: gconf: remove unnecessary forward declarationsMasahiro Yamada2024-07-161-2/+0
* kconfig: qconf: remove initial call to conf_changed()Masahiro Yamada2024-07-161-3/+3
* kconfig: remove wrong expr_trans_bool()Masahiro Yamada2024-06-063-32/+0
* kconfig: gconf: give a proper initial state to the Save buttonMasahiro Yamada2024-06-061-1/+2
* kconfig: remove unneeded code for user-supplied values being out of rangeMasahiro Yamada2024-06-061-13/+0
* kconfig: remove redundant check in expr_join_or()Masahiro Yamada2024-05-291-1/+1
* kconfig: fix comparison to constant symbols, 'm', 'n'Masahiro Yamada2024-05-291-2/+4
* kconfig: remove unused expr_is_no()Masahiro Yamada2024-05-291-5/+0
* kconfig: use sym_get_choice_menu() in sym_check_prop()Masahiro Yamada2024-05-161-4/+2
* kconfig: lxdialog: remove initialization with A_NORMALMasahiro Yamada2024-05-141-9/+0
* kconfig: m/nconf: merge two item_add_str() callsMasahiro Yamada2024-05-142-9/+4
* kconfig: m/nconf: remove dead code to display value of bool choiceMasahiro Yamada2024-05-142-29/+14
* kconfig: m/nconf: remove dead code to display children of choice membersMasahiro Yamada2024-05-142-95/+71
* kconfig: gconf: show checkbox for choice correctlyMasahiro Yamada2024-05-141-7/+5
* kconfig: use menu_list_for_each_sym() in sym_check_choice_deps()Masahiro Yamada2024-05-101-10/+15
* kconfig: use sym_get_choice_menu() in conf_write_defconfig()Masahiro Yamada2024-05-101-4/+5
* kconfig: add sym_get_choice_menu() helperMasahiro Yamada2024-05-102-0/+36