summaryrefslogtreecommitdiff
path: root/scripts/kconfig
AgeCommit message (Expand)AuthorFilesLines
4 dayskconfig: remove wrong expr_trans_bool()Masahiro Yamada3-32/+0
4 dayskconfig: gconf: give a proper initial state to the Save buttonMasahiro Yamada1-1/+2
4 dayskconfig: remove unneeded code for user-supplied values being out of rangeMasahiro Yamada1-13/+0
12 dayskconfig: remove redundant check in expr_join_or()Masahiro Yamada1-1/+1
12 dayskconfig: fix comparison to constant symbols, 'm', 'n'Masahiro Yamada1-2/+4
12 dayskconfig: remove unused expr_is_no()Masahiro Yamada1-5/+0
2024-05-15kconfig: use sym_get_choice_menu() in sym_check_prop()Masahiro Yamada1-4/+2
2024-05-14kconfig: lxdialog: remove initialization with A_NORMALMasahiro Yamada1-9/+0
2024-05-14kconfig: m/nconf: merge two item_add_str() callsMasahiro Yamada2-9/+4
2024-05-14kconfig: m/nconf: remove dead code to display value of bool choiceMasahiro Yamada2-29/+14
2024-05-14kconfig: m/nconf: remove dead code to display children of choice membersMasahiro Yamada2-95/+71
2024-05-14kconfig: gconf: show checkbox for choice correctlyMasahiro Yamada1-7/+5
2024-05-09kconfig: use menu_list_for_each_sym() in sym_check_choice_deps()Masahiro Yamada1-10/+15
2024-05-09kconfig: use sym_get_choice_menu() in conf_write_defconfig()Masahiro Yamada1-4/+5
2024-05-09kconfig: add sym_get_choice_menu() helperMasahiro Yamada2-0/+36
2024-05-09kconfig: turn defaults and additional prompt for choice members into errorMasahiro Yamada2-10/+40
2024-05-09kconfig: turn missing prompt for choice members into errorMasahiro Yamada2-2/+14
2024-05-09kconfig: turn conf_choice() into void functionMasahiro Yamada1-6/+5
2024-05-09kconfig: use linked list in sym_set_changed()Masahiro Yamada1-5/+3
2024-05-09kconfig: gconf: use MENU_CHANGED instead of SYMBOL_CHANGEDMasahiro Yamada1-6/+3
2024-05-09kconfig: gconf: remove debug codeMasahiro Yamada1-48/+1
2024-05-09kconfig: gconf: update pane correctly after loading a config fileMasahiro Yamada1-1/+3
2024-05-09kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada1-4/+4
2024-05-02kconfig: remove SYMBOL_NO_WRITE flagMasahiro Yamada5-8/+4
2024-05-02kconfig: remove 'optional' property supportMasahiro Yamada14-75/+5
2024-05-02kconfig: remove SYMBOL_CHOICE flagMasahiro Yamada6-9/+6
2024-05-02kconfig: remove unneeded if-conditional in conf_choice()Masahiro Yamada1-3/+2
2024-05-02kconfig: use menu_for_each_entry() to traverse menu treeMasahiro Yamada2-35/+6
2024-05-02kconfig: add menu_next() function and menu_for_each(_sub)_entry macrosMasahiro Yamada2-0/+26
2024-03-31kconfig: Fix typo HEIGTH to HEIGHTIsak Ellmer8-14/+14
2024-03-28kconfig: do not reparent the menu inside a choice blockMasahiro Yamada4-13/+18
2024-03-20kconfig: tests: test dependency after shuffling choicesMasahiro Yamada5-0/+71
2024-03-20kconfig: tests: add a test for randconfig with dependent choicesMasahiro Yamada5-0/+78
2024-03-20kconfig: tests: support KCONFIG_SEED for the randconfig runnerMasahiro Yamada1-6/+10
2024-03-18kconfig: remove unneeded menu_is_visible() call in conf_write_defconfig()Masahiro Yamada1-4/+1
2024-03-18kconfig: check prompt for choice while parsingMasahiro Yamada2-3/+6
2024-03-18kconfig: lxdialog: remove unused dialog colorsMasahiro Yamada2-22/+0
2024-03-18kconfig: lxdialog: fix button color for blackbg themeMasahiro Yamada1-1/+1
2024-03-10kconfig: remove named choice supportMasahiro Yamada1-7/+3
2024-03-09kconfig: use linked list in get_symbol_str() to iterate over menusMasahiro Yamada1-8/+9
2024-03-09kconfig: link menus to a symbolMasahiro Yamada3-1/+12
2024-02-20kconfig: lxdialog: fix cursor render in checklistMatthew Bystrin1-3/+2
2024-02-20kconfig: use generic macros to implement symbol hashtableMasahiro Yamada7-39/+42
2024-02-20kconfig: print recursive dependency errors in the parsed orderMasahiro Yamada2-15/+27
2024-02-20kconfig: do not imply the type of choice valueMasahiro Yamada1-6/+0
2024-02-20kconfig: convert linked list of files to hash tableMasahiro Yamada1-9/+11
2024-02-20kconfig: move strhash() to util.c as a global functionMasahiro Yamada3-9/+11
2024-02-19kconfig: move ARRAY_SIZE to a headerMasahiro Yamada2-2/+12
2024-02-19kconfig: add macros useful for hashtableMasahiro Yamada1-0/+48
2024-02-19kconfig: import more list macros and inline functionsMasahiro Yamada2-0/+77