summaryrefslogtreecommitdiff
path: root/scripts/kconfig/menu.c
Commit message (Expand)AuthorAge
* kconfig: Print reverse dependencies in groupsEugeniu Rosca2018-03-26
* kconfig: clean-up reverse dependency help implementationMasahiro Yamada2018-03-26
* kconfig: set SYMBOL_AUTO to the symbol marked with defconfig_listMasahiro Yamada2018-03-02
* kconfig: make "Selected by:" and "Implied by:" readablePetr Vorel2018-01-25
* kconfig: Clarify menu and 'if' dependency propagationUlf Magnusson2018-01-22
* kconfig: Document 'if' flattening logicUlf Magnusson2018-01-22
* kconfig: Clarify choice dependency propagationUlf Magnusson2018-01-22
* kconfig: Document SYMBOL_OPTIONAL logicUlf Magnusson2018-01-22
* kconfig: drop 'boolean' keywordMasahiro Yamada2018-01-22
* kconfig: Remove menu_end_entry()Ulf Magnusson2018-01-22
* kconfig: Document automatic submenu creation codeUlf Magnusson2018-01-22
* kconfig: Fix choice symbol expression leakUlf Magnusson2018-01-22
* kconfig: Fix automatic menu creation mem leakUlf Magnusson2018-01-22
* kconfig: Clean up modules handling and fix crashUlf Magnusson2017-12-15
* kconfig: Clarify expression rewritingUlf Magnusson2017-12-15
* kconfig: Rename menu_check_dep() to rewrite_m()Ulf Magnusson2017-12-15
* kconfig: Warn if choice default is not in choiceUlf Magnusson2017-12-07
* Kconfig: Introduce the "imply" keywordNicolas Pitre2016-11-16
* kconfig: return 'false' instead of 'no' in bool functionVegard Nossum2016-01-05
* kconfig: Remove unnecessary prototypes from headersMichal Marek2015-02-25
* kconfig: Fix warning "‘jump’ may be used uninitialized"Peter Kümmel2014-11-28
* kbuild: trivial - use tabs for code indent where possibleMasahiro Yamada2014-06-10
* kconfig: make allnoconfig disable options behind EMBEDDED and EXPERTJosh Triplett2014-04-07
* kconfig: fix bug in search results string: use strlen(gstr->s), not gstr->lenMartin Walch2013-10-08
* kconfig: adjust warning message for conflicting typesMartin Walch2013-10-08
* kconfig: fix trivial typos and update mconf documentationMartin Walch2013-10-08
* kconfig: do not allow more than one symbol to have 'option modules'Yann E. MORIN2013-09-05
* kconfig: do not special-case 'MODULES' symbolYann E. MORIN2013-09-05
* Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2013-07-10
|\
| * mconf/nconf: mark empty menus/menuconfigs different from non-empty onesDirk Gouders2013-06-18
* | kconfig/menu.c: fix multiple references to expressions in menu_add_prop()Dirk Gouders2013-05-30
|/
* menuconfig: fix NULL pointer dereference when searching a symbolLi Zefan2013-05-07
* menuconfig: print more info for symbol without promptsWengmeiling2013-04-30
* Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek2013-02-25
|\
| * menuconfig: Replace CIRCLEQ by list_head-style lists.Benjamin Poirier2012-10-25
* | kconfig: Fix malloc handling in conf toolsAlan Cox2012-11-20
|/
* menuconfig: Assign jump keys per-page instead of globallyBenjamin Poirier2012-09-27
* menuconfig: Add jump keys to search resultsBenjamin Poirier2012-09-27
* kconfig: factor code in menu_get_ext_help()Arnaud Lacombe2011-08-08
* kbuild: Fix help text not displayed in choice option.Srinivas Kandagatla2011-08-08
* kconfig: do not overwrite symbol direct dependency in assignmentArnaud Lacombe2011-06-24
* kconfig: nuke LKC_DIRECT_LINK cruftArnaud Lacombe2011-06-06
* kconfig: add missing <ctype.h> inclusionArnaud Lacombe2011-06-06
* kconfig: add missing <stdarg.h> inclusionArnaud Lacombe2011-06-06
* Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-01-10
|\
| * kconfig: add more S_INT and S_HEX consistency checksArnaud Lacombe2010-12-15
* | kconfig: fix undesirable side effect of adding "visible" menu attributeJan Beulich2010-12-29
* | kconfig: add an option to determine a menu's visibilityArnaud Lacombe2010-11-22
|/
* Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek2010-10-12
|\
| * kconfig: delay symbol direct dependency initializationArnaud Lacombe2010-10-04