summaryrefslogtreecommitdiff
path: root/scripts/kconfig/menu.c
AgeCommit message (Expand)Author
2024-09-20kconfig: use hash table to reuse expressionsMasahiro Yamada
2024-09-01kbuild: split x*alloc() functions in kconfig to scripts/include/xalloc.hMasahiro Yamada
2024-09-01kconfig: stop adding P_SYMBOL property to symbolsMasahiro Yamada
2024-07-21kbuild: move some helper headers from scripts/kconfig/ to scripts/include/Masahiro Yamada
2024-07-16kconfig: remove SYMBOL_CHOICEVAL flagMasahiro Yamada
2024-07-16kconfig: add const qualifiers to several function argumentsMasahiro Yamada
2024-07-16kconfig: fix conditional prompt behavior for choiceMasahiro Yamada
2024-07-16kconfig: remove P_CHOICE propertyMasahiro Yamada
2024-07-16kconfig: refactor choice value calculationMasahiro Yamada
2024-07-16kconfig: remove tristate choice supportMasahiro Yamada
2024-06-06kconfig: remove wrong expr_trans_bool()Masahiro Yamada
2024-05-16kconfig: use sym_get_choice_menu() in sym_check_prop()Masahiro 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-02kconfig: remove 'optional' property supportMasahiro Yamada
2024-05-02kconfig: add menu_next() function and menu_for_each(_sub)_entry macrosMasahiro Yamada
2024-03-28kconfig: do not reparent the menu inside a choice blockMasahiro Yamada
2024-03-19kconfig: check prompt for choice while parsingMasahiro 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: do not imply the type of choice valueMasahiro Yamada
2024-02-19kconfig: split list_head into a separate headerMasahiro Yamada
2024-02-19kconfig: change file_lookup() to return the file nameMasahiro Yamada
2024-02-19kconfig: move the file and lineno in struct file to struct bufferMasahiro Yamada
2024-02-19kconfig: associate struct property with file name directlyMasahiro Yamada
2024-02-19kconfig: associate struct menu with file name directlyMasahiro Yamada
2024-02-19kconfig: remove zconf_curname() and zconf_lineno()Masahiro Yamada
2023-12-28kconfig: squash menu_has_help() and menu_get_help()Masahiro Yamada
2023-07-25kconfig: menuconfig: remove jump_key::indexMasahiro Yamada
2023-07-25kconfig: menuconfig: simplify global jump key assignmentMasahiro Yamada
2022-11-21kconfig: remove unneeded variable in get_prompt_str()Masahiro Yamada
2022-11-02kconfig: fix segmentation fault in menuconfig searchMasahiro Yamada
2022-09-24Kconfig: remove unused function 'menu_get_root_menu'Zeng Heng
2021-09-25kconfig: Create links to main menu items in searchAriel Marcovitch
2021-04-14kconfig: split menu.c out of parser.yMasahiro Yamada
2021-04-14kconfig: change "modules" from sub-option to first-level attributeMasahiro Yamada
2021-04-14kconfig: remove allnoconfig_y optionMasahiro Yamada
2021-04-14kconfig: change defconfig_list option to environment variableMasahiro Yamada
2020-05-12kconfig: do not assign a variable in the return statementMasahiro Yamada
2020-01-07kconfig: fix nesting of symbol help textThomas Hebb
2020-01-07kconfig: distinguish between dependencies and visibility in help textThomas Hebb
2020-01-07kconfig: list all definitions of a symbol in help textThomas Hebb
2020-01-07kconfig: squash prop_alloc() into menu_add_prop()Masahiro Yamada
2020-01-07kconfig: remove 'prompt' argument from menu_add_prop()Masahiro Yamada
2020-01-07kconfig: move prompt handling to menu_add_prompt() from menu_add_prop()Masahiro Yamada
2020-01-07kconfig: use parent->dep as the parentdep of 'menu'Masahiro Yamada
2020-01-07kconfig: remove the rootmenu check in menu_add_prop()Masahiro Yamada
2018-12-28kconfig: convert to SPDX License IdentifierMasahiro Yamada
2018-12-22kconfig: refactor scanning and parsing "option" propertiesMasahiro Yamada
2018-07-18kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITEDirk Gouders