aboutsummaryrefslogtreecommitdiff
path: root/scripts/kconfig/menu.c
AgeCommit message (Expand)Author
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
2010-12-29kconfig: fix undesirable side effect of adding "visible" menu attributeJan Beulich
2010-12-15kconfig: add more S_INT and S_HEX consistency checksArnaud Lacombe
2010-11-22kconfig: add an option to determine a menu's visibilityArnaud Lacombe
2010-10-12Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek
2010-10-04kconfig: delay symbol direct dependency initializationArnaud Lacombe
2010-09-19kconfig: don't emit warning upon rootmenu's prompt redefinitionArnaud Lacombe
2010-09-19kconfig: rephrase help texts/comments not to include the package nameArnaud Lacombe
2010-09-19kconfig: allow build-time definition of the internal config prefixArnaud Lacombe
2010-08-03kconfig: save location of config symbolsSam Ravnborg
2010-07-02kbuild: Warn on selecting symbols with unmet direct dependenciesCatalin Marinas
2010-06-02kconfig: fix to tag NEW symbols correctlyLi Zefan
2010-06-02kconfig: print the range of integer/hex symbol in help textLi Zefan
2010-06-02kconfig: print symbol type in help textLi Zefan
2010-04-14menuconfig: add support to show hidden options which have promptsLi Zefan
2010-04-14kconfig: some small fixesLi Zefan
2010-02-02kconfig: new configuration interface (nconfig)nir.tzachar@gmail.com
2009-09-20kbuild: add static to prototypesTrevor Keith
2009-09-20kconfig: make use of menu_get_ext_help in gconfigCheng Renquan
2009-09-20kconfig: add menu_get_ext_help function to display more informationCheng Renquan
2008-04-28kconfig: add named choice groupRoman Zippel
2008-02-03kconfig: ignore select of unknown symbolSam Ravnborg
2008-01-28kconfig: tristate choices with mixed tristate and boolean valuesJan Beulich
2008-01-28kconfig: environment symbol supportRoman Zippel
2008-01-28kconfig: explicitly introduce expression listRoman Zippel