summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/menu.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* kconfig: do not allow more than one symbol to have 'option modules'Yann E. MORIN2013-09-051-0/+6
* kconfig: do not special-case 'MODULES' symbolYann E. MORIN2013-09-051-4/+1
* Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2013-07-101-0/+16
|\
| * mconf/nconf: mark empty menus/menuconfigs different from non-empty onesDirk Gouders2013-06-181-0/+16
* | kconfig/menu.c: fix multiple references to expressions in menu_add_prop()Dirk Gouders2013-05-301-1/+14
|/
* menuconfig: fix NULL pointer dereference when searching a symbolLi Zefan2013-05-071-6/+10
* menuconfig: print more info for symbol without promptsWengmeiling2013-04-301-7/+20
* Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek2013-02-251-6/+8
|\
| * menuconfig: Replace CIRCLEQ by list_head-style lists.Benjamin Poirier2012-10-251-6/+8
* | kconfig: Fix malloc handling in conf toolsAlan Cox2012-11-201-2/+2
|/
* menuconfig: Assign jump keys per-page instead of globallyBenjamin Poirier2012-09-271-26/+28
* menuconfig: Add jump keys to search resultsBenjamin Poirier2012-09-271-11/+44
* kconfig: factor code in menu_get_ext_help()Arnaud Lacombe2011-08-081-6/+4
* kbuild: Fix help text not displayed in choice option.Srinivas Kandagatla2011-08-081-4/+3
* kconfig: do not overwrite symbol direct dependency in assignmentArnaud Lacombe2011-06-241-1/+1
* kconfig: nuke LKC_DIRECT_LINK cruftArnaud Lacombe2011-06-061-1/+0
* kconfig: add missing <ctype.h> inclusionArnaud Lacombe2011-06-061-0/+1
* kconfig: add missing <stdarg.h> inclusionArnaud Lacombe2011-06-061-0/+1
* Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-01-101-3/+12
|\
| * kconfig: add more S_INT and S_HEX consistency checksArnaud Lacombe2010-12-151-3/+12
* | kconfig: fix undesirable side effect of adding "visible" menu attributeJan Beulich2010-12-291-0/+14
* | kconfig: add an option to determine a menu's visibilityArnaud Lacombe2010-11-221-0/+11
|/
* Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek2010-10-121-5/+2
|\
| * kconfig: delay symbol direct dependency initializationArnaud Lacombe2010-10-041-5/+2
* | kconfig: don't emit warning upon rootmenu's prompt redefinitionArnaud Lacombe2010-09-191-1/+1
* | kconfig: rephrase help texts/comments not to include the package nameArnaud Lacombe2010-09-191-1/+1
* | kconfig: allow build-time definition of the internal config prefixArnaud Lacombe2010-09-191-1/+1
|/