summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/menu.c
Commit message (Expand)AuthorAgeFilesLines
* kconfig: menuconfig: remove jump_key::indexMasahiro Yamada2023-07-251-8/+0
* kconfig: menuconfig: simplify global jump key assignmentMasahiro Yamada2023-07-251-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-241-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-071-8/+8
* kconfig: distinguish between dependencies and visibility in help textThomas Hebb2020-01-071-0/+11
* kconfig: list all definitions of a symbol in help textThomas Hebb2020-01-071-24/+31
* kconfig: squash prop_alloc() into menu_add_prop()Masahiro Yamada2020-01-071-1/+17
* kconfig: remove 'prompt' argument from menu_add_prop()Masahiro Yamada2020-01-071-4/+5
* kconfig: move prompt handling to menu_add_prompt() from menu_add_prop()Masahiro Yamada2020-01-071-36/+34
* kconfig: use parent->dep as the parentdep of 'menu'Masahiro Yamada2020-01-071-5/+3
* kconfig: remove the rootmenu check in menu_add_prop()Masahiro Yamada2020-01-071-1/+1
* kconfig: convert to SPDX License IdentifierMasahiro Yamada2018-12-281-1/+1
* kconfig: refactor scanning and parsing "option" propertiesMasahiro Yamada2018-12-221-23/+20
* kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITEDirk Gouders2018-07-181-1/+1
* kconfig: reference environment variables directly and remove 'option env='Masahiro Yamada2018-05-291-3/+0
* kconfig: drop localization supportSam Ravnborg2018-05-281-10/+10
* kconfig: Print reverse dependencies in groupsEugeniu Rosca2018-03-261-6/+6
* kconfig: clean-up reverse dependency help implementationMasahiro Yamada2018-03-261-2/+2
* kconfig: set SYMBOL_AUTO to the symbol marked with defconfig_listMasahiro Yamada2018-03-021-0/+1
* kconfig: make "Selected by:" and "Implied by:" readablePetr Vorel2018-01-251-2/+2
* kconfig: Clarify menu and 'if' dependency propagationUlf Magnusson2018-01-221-0/+2
* kconfig: Document 'if' flattening logicUlf Magnusson2018-01-221-0/+29
* kconfig: Clarify choice dependency propagationUlf Magnusson2018-01-221-0/+7
* kconfig: Document SYMBOL_OPTIONAL logicUlf Magnusson2018-01-221-0/+9
* kconfig: drop 'boolean' keywordMasahiro Yamada2018-01-221-2/+2
* kconfig: Remove menu_end_entry()Ulf Magnusson2018-01-221-5/+0
* kconfig: Document automatic submenu creation codeUlf Magnusson2018-01-221-0/+38
* kconfig: Fix choice symbol expression leakUlf Magnusson2018-01-221-0/+3
* kconfig: Fix automatic menu creation mem leakUlf Magnusson2018-01-221-0/+1
* kconfig: Clean up modules handling and fix crashUlf Magnusson2017-12-151-4/+6
* kconfig: Clarify expression rewritingUlf Magnusson2017-12-151-0/+52
* kconfig: Rename menu_check_dep() to rewrite_m()Ulf Magnusson2017-12-151-6/+10
* kconfig: Warn if choice default is not in choiceUlf Magnusson2017-12-071-0/+10
* Kconfig: Introduce the "imply" keywordNicolas Pitre2016-11-161-16/+39
* kconfig: return 'false' instead of 'no' in bool functionVegard Nossum2016-01-051-1/+1
* kconfig: Remove unnecessary prototypes from headersMichal Marek2015-02-251-2/+2
* kconfig: Fix warning "‘jump’ may be used uninitialized"Peter Kümmel2014-11-281-2/+2
* kbuild: trivial - use tabs for code indent where possibleMasahiro Yamada2014-06-101-3/+3
* kconfig: make allnoconfig disable options behind EMBEDDED and EXPERTJosh Triplett2014-04-071-0/+3
* kconfig: fix bug in search results string: use strlen(gstr->s), not gstr->lenMartin Walch2013-10-081-1/+1
* kconfig: adjust warning message for conflicting typesMartin Walch2013-10-081-3/+4
* kconfig: fix trivial typos and update mconf documentationMartin Walch2013-10-081-1/+1