summaryrefslogtreecommitdiff
path: root/scripts/kconfig/menu.c
AgeCommit message (Expand)AuthorFilesLines
12 dayskconfig: remove wrong expr_trans_bool()Masahiro Yamada1-2/+0
2024-05-15kconfig: use sym_get_choice_menu() in sym_check_prop()Masahiro Yamada1-4/+2
2024-05-09kconfig: turn defaults and additional prompt for choice members into errorMasahiro Yamada1-10/+0
2024-05-09kconfig: turn missing prompt for choice members into errorMasahiro Yamada1-2/+0
2024-05-02kconfig: remove 'optional' property supportMasahiro Yamada1-8/+4
2024-05-02kconfig: add menu_next() function and menu_for_each(_sub)_entry macrosMasahiro Yamada1-0/+21
2024-03-28kconfig: do not reparent the menu inside a choice blockMasahiro Yamada1-6/+16
2024-03-18kconfig: check prompt for choice while parsingMasahiro Yamada1-3/+0
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 Yamada1-1/+3
2024-02-20kconfig: do not imply the type of choice valueMasahiro Yamada1-6/+0
2024-02-19kconfig: split list_head into a separate headerMasahiro Yamada1-0/+1
2024-02-19kconfig: change file_lookup() to return the file nameMasahiro Yamada1-2/+0
2024-02-19kconfig: move the file and lineno in struct file to struct bufferMasahiro Yamada1-1/+0
2024-02-19kconfig: associate struct property with file name directlyMasahiro Yamada1-2/+2
2024-02-19kconfig: associate struct menu with file name directlyMasahiro Yamada1-3/+3
2024-02-19kconfig: remove zconf_curname() and zconf_lineno()Masahiro Yamada1-2/+2
2023-12-28kconfig: squash menu_has_help() and menu_get_help()Masahiro Yamada1-15/+2
2023-07-24kconfig: menuconfig: remove jump_key::indexMasahiro Yamada1-8/+0
2023-07-24kconfig: menuconfig: simplify global jump key assignmentMasahiro Yamada1-3/+19
2022-11-21kconfig: remove unneeded variable in get_prompt_str()Masahiro Yamada1-3/+1
2022-11-02kconfig: fix segmentation fault in menuconfig searchMasahiro Yamada1-19/+4
2022-09-23Kconfig: remove unused function 'menu_get_root_menu'Zeng Heng1-5/+0
2021-09-25kconfig: Create links to main menu items in searchAriel Marcovitch1-15/+18
2021-04-14kconfig: split menu.c out of parser.yMasahiro Yamada1-0/+1
2021-04-14kconfig: change "modules" from sub-option to first-level attributeMasahiro Yamada1-8/+0
2021-04-14kconfig: remove allnoconfig_y optionMasahiro Yamada1-5/+0
2021-04-14kconfig: change defconfig_list option to environment variableMasahiro Yamada1-9/+0
2020-05-12kconfig: do not assign a variable in the return statementMasahiro Yamada1-1/+2
2020-01-06kconfig: fix nesting of symbol help textThomas Hebb1-8/+8
2020-01-06kconfig: distinguish between dependencies and visibility in help textThomas Hebb1-0/+11
2020-01-06kconfig: list all definitions of a symbol in help textThomas Hebb1-24/+31
2020-01-06kconfig: squash prop_alloc() into menu_add_prop()Masahiro Yamada1-1/+17
2020-01-06kconfig: remove 'prompt' argument from menu_add_prop()Masahiro Yamada1-4/+5
2020-01-06kconfig: move prompt handling to menu_add_prompt() from menu_add_prop()Masahiro Yamada1-36/+34
2020-01-06kconfig: use parent->dep as the parentdep of 'menu'Masahiro Yamada1-5/+3
2020-01-06kconfig: remove the rootmenu check in menu_add_prop()Masahiro Yamada1-1/+1
2018-12-28kconfig: convert to SPDX License IdentifierMasahiro Yamada1-1/+1
2018-12-21kconfig: refactor scanning and parsing "option" propertiesMasahiro Yamada1-23/+20
2018-07-17kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITEDirk Gouders1-1/+1
2018-05-28kconfig: reference environment variables directly and remove 'option env='Masahiro Yamada1-3/+0
2018-05-28kconfig: drop localization supportSam Ravnborg1-10/+10
2018-03-25kconfig: Print reverse dependencies in groupsEugeniu Rosca1-6/+6
2018-03-25kconfig: clean-up reverse dependency help implementationMasahiro Yamada1-2/+2
2018-03-02kconfig: set SYMBOL_AUTO to the symbol marked with defconfig_listMasahiro Yamada1-0/+1
2018-01-25kconfig: make "Selected by:" and "Implied by:" readablePetr Vorel1-2/+2
2018-01-21kconfig: Clarify menu and 'if' dependency propagationUlf Magnusson1-0/+2
2018-01-21kconfig: Document 'if' flattening logicUlf Magnusson1-0/+29
2018-01-21kconfig: Clarify choice dependency propagationUlf Magnusson1-0/+7
2018-01-21kconfig: Document SYMBOL_OPTIONAL logicUlf Magnusson1-0/+9