summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/menu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* kconfig: show sub-menu entries even if the prompt is hiddenMasahiro Yamada2024-10-311-1/+12
* kconfig: use hash table to reuse expressionsMasahiro Yamada2024-09-201-23/+10
* kbuild: split x*alloc() functions in kconfig to scripts/include/xalloc.hMasahiro Yamada2024-09-011-0/+1
* kconfig: stop adding P_SYMBOL property to symbolsMasahiro Yamada2024-09-011-3/+1
* kbuild: move some helper headers from scripts/kconfig/ to scripts/include/Masahiro Yamada2024-07-211-1/+1
* kconfig: remove SYMBOL_CHOICEVAL flagMasahiro Yamada2024-07-161-5/+0
* kconfig: add const qualifiers to several function argumentsMasahiro Yamada2024-07-161-7/+8
* kconfig: fix conditional prompt behavior for choiceMasahiro Yamada2024-07-151-35/+3
* kconfig: remove P_CHOICE propertyMasahiro Yamada2024-07-151-8/+1
* kconfig: refactor choice value calculationMasahiro Yamada2024-07-151-16/+1
* kconfig: remove tristate choice supportMasahiro Yamada2024-07-151-29/+2
* kconfig: remove wrong expr_trans_bool()Masahiro Yamada2024-06-061-2/+0
* kconfig: use sym_get_choice_menu() in sym_check_prop()Masahiro Yamada2024-05-151-4/+2
* kconfig: turn defaults and additional prompt for choice members into errorMasahiro Yamada2024-05-091-10/+0
* kconfig: turn missing prompt for choice members into errorMasahiro Yamada2024-05-091-2/+0
* kconfig: remove 'optional' property supportMasahiro Yamada2024-05-021-8/+4
* kconfig: add menu_next() function and menu_for_each(_sub)_entry macrosMasahiro Yamada2024-05-021-0/+21
* kconfig: do not reparent the menu inside a choice blockMasahiro Yamada2024-03-281-6/+16
* kconfig: check prompt for choice while parsingMasahiro Yamada2024-03-181-3/+0
* 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-091-1/+3
* kconfig: do not imply the type of choice valueMasahiro Yamada2024-02-201-6/+0
* kconfig: split list_head into a separate headerMasahiro Yamada2024-02-191-0/+1
* kconfig: change file_lookup() to return the file nameMasahiro Yamada2024-02-191-2/+0
* kconfig: move the file and lineno in struct file to struct bufferMasahiro Yamada2024-02-191-1/+0
* kconfig: associate struct property with file name directlyMasahiro Yamada2024-02-191-2/+2
* kconfig: associate struct menu with file name directlyMasahiro Yamada2024-02-191-3/+3
* kconfig: remove zconf_curname() and zconf_lineno()Masahiro Yamada2024-02-191-2/+2
* kconfig: squash menu_has_help() and menu_get_help()Masahiro Yamada2023-12-281-15/+2
* kconfig: menuconfig: remove jump_key::indexMasahiro Yamada2023-07-241-8/+0
* kconfig: menuconfig: simplify global jump key assignmentMasahiro Yamada2023-07-241-3/+19
* kconfig: remove unneeded variable in get_prompt_str()Masahiro Yamada2022-11-211-3/+1
* kconfig: fix segmentation fault in menuconfig searchMasahiro Yamada2022-11-021-19/+4
* Kconfig: remove unused function 'menu_get_root_menu'Zeng Heng2022-09-231-5/+0
* kconfig: Create links to main menu items in searchAriel Marcovitch2021-09-251-15/+18
* kconfig: split menu.c out of parser.yMasahiro Yamada2021-04-141-0/+1
* kconfig: change "modules" from sub-option to first-level attributeMasahiro Yamada2021-04-141-8/+0
* kconfig: remove allnoconfig_y optionMasahiro Yamada2021-04-141-5/+0
* kconfig: change defconfig_list option to environment variableMasahiro Yamada2021-04-141-9/+0
* kconfig: do not assign a variable in the return statementMasahiro Yamada2020-05-121-1/+2
* kconfig: fix nesting of symbol help textThomas Hebb2020-01-061-8/+8
* kconfig: distinguish between dependencies and visibility in help textThomas Hebb2020-01-061-0/+11
* kconfig: list all definitions of a symbol in help textThomas Hebb2020-01-061-24/+31
* kconfig: squash prop_alloc() into menu_add_prop()Masahiro Yamada2020-01-061-1/+17
* kconfig: remove 'prompt' argument from menu_add_prop()Masahiro Yamada2020-01-061-4/+5
* kconfig: move prompt handling to menu_add_prompt() from menu_add_prop()Masahiro Yamada2020-01-061-36/+34
* kconfig: use parent->dep as the parentdep of 'menu'Masahiro Yamada2020-01-061-5/+3
* kconfig: remove the rootmenu check in menu_add_prop()Masahiro Yamada2020-01-061-1/+1
* kconfig: convert to SPDX License IdentifierMasahiro Yamada2018-12-281-1/+1
* kconfig: refactor scanning and parsing "option" propertiesMasahiro Yamada2018-12-211-23/+20