summaryrefslogtreecommitdiff
path: root/scripts/kconfig/menu.c
AgeCommit message (Expand)Author
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
2018-05-29kconfig: reference environment variables directly and remove 'option env='Masahiro Yamada
2018-05-28kconfig: drop localization supportSam Ravnborg
2018-03-26kconfig: Print reverse dependencies in groupsEugeniu Rosca
2018-03-26kconfig: clean-up reverse dependency help implementationMasahiro Yamada
2018-03-02kconfig: set SYMBOL_AUTO to the symbol marked with defconfig_listMasahiro Yamada
2018-01-25kconfig: make "Selected by:" and "Implied by:" readablePetr Vorel
2018-01-22kconfig: Clarify menu and 'if' dependency propagationUlf Magnusson
2018-01-22kconfig: Document 'if' flattening logicUlf Magnusson
2018-01-22kconfig: Clarify choice dependency propagationUlf Magnusson
2018-01-22kconfig: Document SYMBOL_OPTIONAL logicUlf Magnusson
2018-01-22kconfig: drop 'boolean' keywordMasahiro Yamada
2018-01-22kconfig: Remove menu_end_entry()Ulf Magnusson
2018-01-22kconfig: Document automatic submenu creation codeUlf Magnusson
2018-01-22kconfig: Fix choice symbol expression leakUlf Magnusson
2018-01-22kconfig: Fix automatic menu creation mem leakUlf Magnusson
2017-12-15kconfig: Clean up modules handling and fix crashUlf Magnusson
2017-12-15kconfig: Clarify expression rewritingUlf Magnusson
2017-12-15kconfig: Rename menu_check_dep() to rewrite_m()Ulf Magnusson
2017-12-07kconfig: Warn if choice default is not in choiceUlf Magnusson
2016-11-16Kconfig: Introduce the "imply" keywordNicolas Pitre
2016-01-05kconfig: return 'false' instead of 'no' in bool functionVegard Nossum
2015-02-25kconfig: Remove unnecessary prototypes from headersMichal Marek
2014-11-28kconfig: Fix warning "‘jump’ may be used uninitialized"Peter Kümmel
2014-06-10kbuild: trivial - use tabs for code indent where possibleMasahiro Yamada
2014-04-07kconfig: make allnoconfig disable options behind EMBEDDED and EXPERTJosh Triplett
2013-10-08kconfig: fix bug in search results string: use strlen(gstr->s), not gstr->lenMartin Walch
2013-10-08kconfig: adjust warning message for conflicting typesMartin Walch
2013-10-08kconfig: fix trivial typos and update mconf documentationMartin Walch
2013-09-05kconfig: do not allow more than one symbol to have 'option modules'Yann E. MORIN
2013-09-05kconfig: do not special-case 'MODULES' symbolYann E. MORIN
2013-07-10Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds
2013-06-18mconf/nconf: mark empty menus/menuconfigs different from non-empty onesDirk Gouders
2013-05-30kconfig/menu.c: fix multiple references to expressions in menu_add_prop()Dirk Gouders
2013-05-07menuconfig: fix NULL pointer dereference when searching a symbolLi Zefan
2013-04-30menuconfig: print more info for symbol without promptsWengmeiling
2013-02-25Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek
2012-11-20kconfig: Fix malloc handling in conf toolsAlan Cox
2012-10-25menuconfig: Replace CIRCLEQ by list_head-style lists.Benjamin Poirier
2012-09-27menuconfig: Assign jump keys per-page instead of globallyBenjamin Poirier
2012-09-27menuconfig: Add jump keys to search resultsBenjamin Poirier
2011-08-08kconfig: factor code in menu_get_ext_help()Arnaud Lacombe
2011-08-08kbuild: Fix help text not displayed in choice option.Srinivas Kandagatla
2011-06-24kconfig: do not overwrite symbol direct dependency in assignmentArnaud Lacombe
2011-06-06kconfig: nuke LKC_DIRECT_LINK cruftArnaud Lacombe
2011-06-06kconfig: add missing <ctype.h> inclusionArnaud Lacombe
2011-06-06kconfig: add missing <stdarg.h> inclusionArnaud Lacombe
2011-01-10Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds