aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/menu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-08kconfig: factor code in menu_get_ext_help()Arnaud Lacombe1-6/+4
2011-08-08kbuild: Fix help text not displayed in choice option.Srinivas Kandagatla1-4/+3
2011-06-24kconfig: do not overwrite symbol direct dependency in assignmentArnaud Lacombe1-1/+1
2011-06-06kconfig: nuke LKC_DIRECT_LINK cruftArnaud Lacombe1-1/+0
2011-06-06kconfig: add missing <ctype.h> inclusionArnaud Lacombe1-0/+1
2011-06-06kconfig: add missing <stdarg.h> inclusionArnaud Lacombe1-0/+1
2011-01-10Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds1-3/+12
2010-12-29kconfig: fix undesirable side effect of adding "visible" menu attributeJan Beulich1-0/+14
2010-12-15kconfig: add more S_INT and S_HEX consistency checksArnaud Lacombe1-3/+12
2010-11-22kconfig: add an option to determine a menu's visibilityArnaud Lacombe1-0/+11
2010-10-12Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek1-5/+2
2010-10-04kconfig: delay symbol direct dependency initializationArnaud Lacombe1-5/+2
2010-09-19kconfig: don't emit warning upon rootmenu's prompt redefinitionArnaud Lacombe1-1/+1
2010-09-19kconfig: rephrase help texts/comments not to include the package nameArnaud Lacombe1-1/+1
2010-09-19kconfig: allow build-time definition of the internal config prefixArnaud Lacombe1-1/+1
2010-08-03kconfig: save location of config symbolsSam Ravnborg1-0/+2
2010-07-02kbuild: Warn on selecting symbols with unmet direct dependenciesCatalin Marinas1-0/+5
2010-06-02kconfig: fix to tag NEW symbols correctlyLi Zefan1-2/+6
2010-06-02kconfig: print the range of integer/hex symbol in help textLi Zefan1-0/+8
2010-06-02kconfig: print symbol type in help textLi Zefan1-1/+3
2010-04-14menuconfig: add support to show hidden options which have promptsLi Zefan1-0/+10
2010-04-14kconfig: some small fixesLi Zefan1-1/+1
2010-02-02kconfig: new configuration interface (nconfig)nir.tzachar@gmail.com1-1/+15
2009-09-20kbuild: add static to prototypesTrevor Keith1-2/+2
2009-09-20kconfig: make use of menu_get_ext_help in gconfigCheng Renquan1-1/+2
2009-09-20kconfig: add menu_get_ext_help function to display more informationCheng Renquan1-0/+79
2008-04-28kconfig: add named choice groupRoman Zippel1-37/+27
2008-02-03kconfig: ignore select of unknown symbolSam Ravnborg1-6/+3
2008-01-28kconfig: tristate choices with mixed tristate and boolean valuesJan Beulich1-3/+35
2008-01-28kconfig: environment symbol supportRoman Zippel1-1/+4
2008-01-28kconfig: explicitly introduce expression listRoman Zippel1-1/+1
2008-01-28kconfig: macro fix in menu.cEGRY Gabor1-2/+2
2007-10-19Revert "kconfig: tristate choices with mixed tristate and boolean values"Linus Torvalds1-26/+9
2007-10-12kconfig: tristate choices with mixed tristate and boolean valuesJan Beulich1-9/+26
2007-07-25kconfig: attach help text to menusSam Ravnborg1-0/+12
2007-05-02kconfig: correct minor typo in Kconfig warning message.Robert P. J. Day1-1/+1
2006-06-09kconfig: warn about leading whitespace for menu promptsRoman Zippel1-6/+10
2006-06-09kconfig: add defconfig_list/module optionRoman Zippel1-0/+14
2006-06-09kconfig: add symbol option config syntaxRoman Zippel1-0/+4
2005-11-09[PATCH] kconfig: improve error handling in the parserRoman Zippel1-2/+3
2005-11-09[PATCH] kconfig: allow variable argumnts for rangeRoman Zippel1-2/+8
2005-07-28[PATCH] kconfig: trivial cleanupblaisorblade@yahoo.it1-2/+2
2005-05-05[PATCH] Kconfig i18n supportArnaldo Carvalho de Melo1-2/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+390