summaryrefslogtreecommitdiff
path: root/scripts/kconfig
AgeCommit message (Expand)AuthorFilesLines
2 dayskconfig: lxdialog: fix 'space' to (de)select optionsYann E. MORIN1-1/+1
2 dayskconfig: gconf: fix potential memory leak in renderer_edited()Masahiro Yamada1-1/+2
2 dayskconfig: gconf: avoid hardcoding model2 in on_treeview2_cursor_changed()Masahiro Yamada1-2/+3
2 dayskconfig: nconf: Ensure null termination where strncpy is usedShankari Anand2-0/+3
2 dayskconfig: lxdialog: replace strcpy() with strncpy() in inputbox.cSuchit Karunakaran1-2/+4
7 dayskconfig: qconf: fix ConfigList::updateListAllforAll()Masahiro Yamada1-1/+1
2025-05-29kconfig: do not clear SYMBOL_VALID when reading include/config/auto.confMasahiro Yamada1-7/+12
2025-05-29kconfig: merge_config: use an empty file as initfileDaniel Gomez1-2/+2
2025-02-21kbuild: suppress stdout from merge_config for silent buildsMasahiro Yamada1-1/+3
2025-02-08kconfig: fix memory leak in sym_warn_unmet_dep()Masahiro Yamada1-0/+1
2025-02-08kconfig: fix file name in warnings when loading KCONFIG_DEFCONFIG_LISTMasahiro Yamada1-2/+4
2024-10-31kconfig: show sub-menu entries even if the prompt is hiddenMasahiro Yamada1-1/+12
2024-10-02kconfig: qconf: fix buffer overflow in debug linksMasahiro Yamada1-1/+1
2024-10-01kconfig: qconf: move conf_read() before drawing tree painMasahiro Yamada1-2/+2
2024-10-01kconfig: clear expr::val_is_valid when allocatedMasahiro Yamada1-0/+1
2024-09-30kconfig: fix infinite loop in sym_calc_choice()Masahiro Yamada1-2/+8
2024-09-20kconfig: cache expression valuesMasahiro Yamada5-4/+39
2024-09-20kconfig: use hash table to reuse expressionsMasahiro Yamada4-277/+157
2024-09-20kconfig: refactor expr_eliminate_dups()Masahiro Yamada1-11/+3
2024-09-20kconfig: add comments to expression transformationsMasahiro Yamada1-6/+37
2024-09-20kconfig: change some expr_*() functions to boolMasahiro Yamada2-10/+11
2024-09-20scripts: move hash function from scripts/kconfig/ to scripts/include/Masahiro Yamada3-14/+5
2024-09-01kbuild: split x*alloc() functions in kconfig to scripts/include/xalloc.hMasahiro Yamada13-54/+12
2024-09-01kconfig: remove P_SYMBOL propertyMasahiro Yamada4-8/+0
2024-09-01kconfig: stop adding P_SYMBOL property to symbolsMasahiro Yamada1-3/+1
2024-09-01kconfig: remove dummy assignments to cur_{filename,lineno}Masahiro Yamada1-8/+0
2024-08-06scripts: kconfig: merge_config: config files: add a trailing newlineAnders Roxell1-0/+2
2024-07-21kbuild: move some helper headers from scripts/kconfig/ to scripts/include/Masahiro Yamada13-395/+11
2024-07-20kconfig: recursive checks drop file/linenoHONG Yifan2-48/+30
2024-07-20kconfig: remove 'e1' and 'e2' macros from expression deduplicationMasahiro Yamada1-52/+42
2024-07-16kconfig: remove SYMBOL_CHOICEVAL flagMasahiro Yamada5-11/+8
2024-07-16kconfig: add const qualifiers to several function argumentsMasahiro Yamada8-36/+40
2024-07-16kconfig: call expr_eliminate_yn() at least once in expr_eliminate_dups()Masahiro Yamada1-5/+2
2024-07-15kconfig: refactor error messages in sym_check_print_recursive()Masahiro Yamada1-9/+9
2024-07-15kconfig: improve error message for recursive dependency in choiceMasahiro Yamada1-6/+1
2024-07-15kconfig: improve error message for dependency between choice membersMasahiro Yamada1-1/+1
2024-07-15kconfig: fix conditional prompt behavior for choiceMasahiro Yamada2-36/+4
2024-07-15kconfig: remove E_LIST expression typeMasahiro Yamada3-18/+2
2024-07-15kconfig: remove P_CHOICE propertyMasahiro Yamada6-37/+3
2024-07-15kconfig: use sym_get_choice_menu() in sym_check_deps()Masahiro Yamada1-4/+4
2024-07-15kconfig: use sym_get_choice_menu() in sym_check_choice_deps()Masahiro Yamada1-3/+7
2024-07-15kconfig: use sym_get_choice_menu() in sym_check_print_recursive()Masahiro Yamada1-2/+4
2024-07-15kconfig: remove expr_list_for_each_sym() macroMasahiro Yamada1-3/+0
2024-07-15kconfig: use menu_list_for_each_sym() in sym_choice_default()Masahiro Yamada1-5/+4
2024-07-15kconfig: change sym_choice_default() to take the choice menuMasahiro Yamada3-6/+6
2024-07-15kconfig: remove conf_unsaved in conf_read_simple()Masahiro Yamada1-3/+2
2024-07-15kconfig: remove sym_get_choice_value()Masahiro Yamada6-21/+11
2024-07-15kconfig: refactor choice value calculationMasahiro Yamada7-197/+187
2024-07-15kconfig: import list_move(_tail) and list_for_each_entry_reverse macrosMasahiro Yamada1-0/+53
2024-07-15kconfig: remember the current choice while parsing the choice blockMasahiro Yamada1-6/+4