summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig
AgeCommit message (Expand)AuthorLines
2024-05-10kconfig: use linked list in sym_set_changed()Masahiro Yamada-5/+3
2024-05-10kconfig: gconf: use MENU_CHANGED instead of SYMBOL_CHANGEDMasahiro Yamada-6/+3
2024-05-10kconfig: gconf: remove debug codeMasahiro Yamada-48/+1
2024-05-10kconfig: gconf: update pane correctly after loading a config fileMasahiro Yamada-1/+3
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada-4/+4
2024-05-02kconfig: remove SYMBOL_NO_WRITE flagMasahiro Yamada-8/+4
2024-05-02kconfig: remove 'optional' property supportMasahiro Yamada-75/+5
2024-05-02kconfig: remove SYMBOL_CHOICE flagMasahiro Yamada-9/+6
2024-05-02kconfig: remove unneeded if-conditional in conf_choice()Masahiro Yamada-3/+2
2024-05-02kconfig: use menu_for_each_entry() to traverse menu treeMasahiro Yamada-35/+6
2024-05-02kconfig: add menu_next() function and menu_for_each(_sub)_entry macrosMasahiro Yamada-0/+26
2024-03-31kconfig: Fix typo HEIGTH to HEIGHTIsak Ellmer-14/+14
2024-03-28kconfig: do not reparent the menu inside a choice blockMasahiro Yamada-13/+18
2024-03-21kconfig: tests: test dependency after shuffling choicesMasahiro Yamada-0/+71
2024-03-21kconfig: tests: add a test for randconfig with dependent choicesMasahiro Yamada-0/+78
2024-03-21kconfig: tests: support KCONFIG_SEED for the randconfig runnerMasahiro Yamada-6/+10
2024-03-19kconfig: remove unneeded menu_is_visible() call in conf_write_defconfig()Masahiro Yamada-4/+1
2024-03-19kconfig: check prompt for choice while parsingMasahiro Yamada-3/+6
2024-03-19kconfig: lxdialog: remove unused dialog colorsMasahiro Yamada-22/+0
2024-03-19kconfig: lxdialog: fix button color for blackbg themeMasahiro Yamada-1/+1
2024-03-10kconfig: remove named choice supportMasahiro Yamada-7/+3
2024-03-09kconfig: use linked list in get_symbol_str() to iterate over menusMasahiro Yamada-8/+9
2024-03-09kconfig: link menus to a symbolMasahiro Yamada-1/+12
2024-02-20kconfig: lxdialog: fix cursor render in checklistMatthew Bystrin-3/+2
2024-02-20kconfig: use generic macros to implement symbol hashtableMasahiro Yamada-39/+42
2024-02-20kconfig: print recursive dependency errors in the parsed orderMasahiro Yamada-15/+27
2024-02-20kconfig: do not imply the type of choice valueMasahiro Yamada-6/+0
2024-02-20kconfig: convert linked list of files to hash tableMasahiro Yamada-9/+11
2024-02-20kconfig: move strhash() to util.c as a global functionMasahiro Yamada-9/+11
2024-02-19kconfig: move ARRAY_SIZE to a headerMasahiro Yamada-2/+12
2024-02-19kconfig: add macros useful for hashtableMasahiro Yamada-0/+48
2024-02-19kconfig: import more list macros and inline functionsMasahiro Yamada-0/+77
2024-02-19kconfig: resync list.hMasahiro Yamada-62/+121
2024-02-19kconfig: split list_head into a separate headerMasahiro Yamada-7/+15
2024-02-19kconfig: change file_lookup() to return the file nameMasahiro Yamada-16/+13
2024-02-19kconfig: make file::name a flexible array memberMasahiro Yamada-3/+6
2024-02-19kconfig: move the file and lineno in struct file to struct bufferMasahiro Yamada-33/+23
2024-02-19kconfig: replace remaining current_file->name with cur_filenameMasahiro Yamada-6/+6
2024-02-19kconfig: do not delay the cur_filename updateMasahiro Yamada-10/+15
2024-02-19kconfig: replace file->name with name in zconf_nextfile()Masahiro Yamada-5/+5
2024-02-19kconfig: associate struct property with file name directlyMasahiro Yamada-9/+9
2024-02-19kconfig: associate struct menu with file name directlyMasahiro Yamada-10/+10
2024-02-19kconfig: remove zconf_curname() and zconf_lineno()Masahiro Yamada-51/+37
2024-02-19kconfig: replace current_pos with separate cur_{filename,lineno}Masahiro Yamada-8/+17
2024-02-19kconfig: split preprocessor prototypes into preprocess.hMasahiro Yamada-13/+23
2024-02-19kconfig: call env_write_dep() right after yyparse()Masahiro Yamada-12/+18
2024-02-19kconfig: write Kconfig files to autoconf.cmd in orderMasahiro Yamada-4/+11
2024-02-19kconfig: remove unneeded sym_find() call in conf_parse()Masahiro Yamada-1/+1
2024-02-19kconfig: remove compat_getline()Masahiro Yamada-52/+1
2024-02-19kconfig: remove orphan lookup_file() declarationMasahiro Yamada-1/+0