summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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-151-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-091-10/+15
* kconfig: use sym_get_choice_menu() in conf_write_defconfig()Masahiro Yamada2024-05-091-4/+5
* kconfig: add sym_get_choice_menu() helperMasahiro Yamada2024-05-092-0/+36
* kconfig: turn defaults and additional prompt for choice members into errorMasahiro Yamada2024-05-092-10/+40
* kconfig: turn missing prompt for choice members into errorMasahiro Yamada2024-05-092-2/+14
* kconfig: turn conf_choice() into void functionMasahiro Yamada2024-05-091-6/+5
* kconfig: use linked list in sym_set_changed()Masahiro Yamada2024-05-091-5/+3
* kconfig: gconf: use MENU_CHANGED instead of SYMBOL_CHANGEDMasahiro Yamada2024-05-091-6/+3
* kconfig: gconf: remove debug codeMasahiro Yamada2024-05-091-48/+1
* kconfig: gconf: update pane correctly after loading a config fileMasahiro Yamada2024-05-091-1/+3
* kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada2024-05-091-4/+4
* kconfig: remove SYMBOL_NO_WRITE flagMasahiro Yamada2024-05-025-8/+4
* kconfig: remove 'optional' property supportMasahiro Yamada2024-05-0214-75/+5
* kconfig: remove SYMBOL_CHOICE flagMasahiro Yamada2024-05-026-9/+6
* kconfig: remove unneeded if-conditional in conf_choice()Masahiro Yamada2024-05-021-3/+2
* kconfig: use menu_for_each_entry() to traverse menu treeMasahiro Yamada2024-05-022-35/+6
* kconfig: add menu_next() function and menu_for_each(_sub)_entry macrosMasahiro Yamada2024-05-022-0/+26
* kconfig: Fix typo HEIGTH to HEIGHTIsak Ellmer2024-03-318-14/+14
* kconfig: do not reparent the menu inside a choice blockMasahiro Yamada2024-03-284-13/+18
* kconfig: tests: test dependency after shuffling choicesMasahiro Yamada2024-03-205-0/+71
* kconfig: tests: add a test for randconfig with dependent choicesMasahiro Yamada2024-03-205-0/+78
* kconfig: tests: support KCONFIG_SEED for the randconfig runnerMasahiro Yamada2024-03-201-6/+10
* kconfig: remove unneeded menu_is_visible() call in conf_write_defconfig()Masahiro Yamada2024-03-181-4/+1
* kconfig: check prompt for choice while parsingMasahiro Yamada2024-03-182-3/+6
* kconfig: lxdialog: remove unused dialog colorsMasahiro Yamada2024-03-182-22/+0
* kconfig: lxdialog: fix button color for blackbg themeMasahiro Yamada2024-03-181-1/+1
* kconfig: remove named choice supportMasahiro Yamada2024-03-101-7/+3
* kconfig: use linked list in get_symbol_str() to iterate over menusMasahiro Yamada2024-03-091-8/+9
* kconfig: link menus to a symbolMasahiro Yamada2024-03-093-1/+12
* kconfig: lxdialog: fix cursor render in checklistMatthew Bystrin2024-02-201-3/+2
* kconfig: use generic macros to implement symbol hashtableMasahiro Yamada2024-02-207-39/+42
* kconfig: print recursive dependency errors in the parsed orderMasahiro Yamada2024-02-202-15/+27
* kconfig: do not imply the type of choice valueMasahiro Yamada2024-02-201-6/+0
* kconfig: convert linked list of files to hash tableMasahiro Yamada2024-02-201-9/+11
* kconfig: move strhash() to util.c as a global functionMasahiro Yamada2024-02-203-9/+11
* kconfig: move ARRAY_SIZE to a headerMasahiro Yamada2024-02-192-2/+12
* kconfig: add macros useful for hashtableMasahiro Yamada2024-02-191-0/+48
* kconfig: import more list macros and inline functionsMasahiro Yamada2024-02-192-0/+77