summaryrefslogtreecommitdiff
path: root/scripts/kconfig
AgeCommit message (Expand)Author
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
2024-05-10kconfig: turn missing prompt for choice members into errorMasahiro Yamada
2024-05-10kconfig: turn conf_choice() into void functionMasahiro Yamada
2024-05-10kconfig: use linked list in sym_set_changed()Masahiro Yamada
2024-05-10kconfig: gconf: use MENU_CHANGED instead of SYMBOL_CHANGEDMasahiro Yamada
2024-05-10kconfig: gconf: remove debug codeMasahiro Yamada
2024-05-10kconfig: gconf: update pane correctly after loading a config fileMasahiro Yamada
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada
2024-05-02kconfig: remove SYMBOL_NO_WRITE flagMasahiro Yamada
2024-05-02kconfig: remove 'optional' property supportMasahiro Yamada
2024-05-02kconfig: remove SYMBOL_CHOICE flagMasahiro Yamada
2024-05-02kconfig: remove unneeded if-conditional in conf_choice()Masahiro Yamada
2024-05-02kconfig: use menu_for_each_entry() to traverse menu treeMasahiro Yamada
2024-05-02kconfig: add menu_next() function and menu_for_each(_sub)_entry macrosMasahiro Yamada
2024-03-31kconfig: Fix typo HEIGTH to HEIGHTIsak Ellmer
2024-03-28kconfig: do not reparent the menu inside a choice blockMasahiro Yamada
2024-03-21kconfig: tests: test dependency after shuffling choicesMasahiro Yamada
2024-03-21kconfig: tests: add a test for randconfig with dependent choicesMasahiro Yamada
2024-03-21kconfig: tests: support KCONFIG_SEED for the randconfig runnerMasahiro Yamada
2024-03-19kconfig: remove unneeded menu_is_visible() call in conf_write_defconfig()Masahiro Yamada
2024-03-19kconfig: check prompt for choice while parsingMasahiro Yamada
2024-03-19kconfig: lxdialog: remove unused dialog colorsMasahiro Yamada
2024-03-19kconfig: lxdialog: fix button color for blackbg themeMasahiro Yamada
2024-03-10kconfig: remove named choice supportMasahiro Yamada
2024-03-09kconfig: use linked list in get_symbol_str() to iterate over menusMasahiro Yamada
2024-03-09kconfig: link menus to a symbolMasahiro Yamada
2024-02-20kconfig: lxdialog: fix cursor render in checklistMatthew Bystrin
2024-02-20kconfig: use generic macros to implement symbol hashtableMasahiro Yamada
2024-02-20kconfig: print recursive dependency errors in the parsed orderMasahiro Yamada
2024-02-20kconfig: do not imply the type of choice valueMasahiro Yamada
2024-02-20kconfig: convert linked list of files to hash tableMasahiro Yamada
2024-02-20kconfig: move strhash() to util.c as a global functionMasahiro Yamada
2024-02-19kconfig: move ARRAY_SIZE to a headerMasahiro Yamada
2024-02-19kconfig: add macros useful for hashtableMasahiro Yamada
2024-02-19kconfig: import more list macros and inline functionsMasahiro Yamada