aboutsummaryrefslogtreecommitdiff
path: root/scripts/kconfig/conf.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-12Merge branch 'kbuild/rc-fixes' into kbuild/kconfigGravatar Michal Marek 1-1/+1
2010-10-09kbuild: fix oldnoconfig to do the right thingGravatar Kyle McMartin 1-1/+1
2010-09-19kconfig: rephrase help texts/comments not to include the package nameGravatar Arnaud Lacombe 1-6/+5
2010-09-19kconfig: allow build-time definition of the internal config prefixGravatar Arnaud Lacombe 1-1/+1
2010-09-08kbuild: fix oldnoconfig to do the right thingGravatar Kyle McMartin 1-1/+1
2010-08-31kbuild: use getopt_long(), not its _only() variantGravatar Arnaud Lacombe 1-1/+1
2010-08-13Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Gravatar Linus Torvalds 1-2/+13
2010-08-13kconfig: Fix warning: ignoring return value of 'fgets'Gravatar Jean Sacren 1-2/+13
2010-08-06kconfig: fix make oldconfigGravatar Sam Ravnborg 1-1/+1
2010-08-03kconfig: add savedefconfigGravatar Sam Ravnborg 1-0/+14
2010-08-03kconfig: add alldefconfigGravatar Sam Ravnborg 1-0/+7
2010-08-03kconfig: change nonint_oldconfig to listnewconfigGravatar Sam Ravnborg 1-23/+11
2010-08-03kconfig: rename loose_nonint_oldconfig => oldnoconfigGravatar Sam Ravnborg 1-7/+7
2010-08-03kconfig: use long options in confGravatar Sam Ravnborg 1-86/+75
2010-06-12scripts:conf.c Fix warning: variable 'type' set but not usedGravatar Justin P. Mattock 1-4/+0
2010-06-02kconfig: introduce nonint_oldconfig and loose_nonint_oldconfigGravatar Aristeu Rozanski 1-9/+44
2009-09-20kbuild: add static to prototypesGravatar Trevor Keith 1-1/+1
2009-09-20kconfig: make use of menu_get_ext_help in "make config"Gravatar Cheng Renquan 1-11/+11
2009-06-09kconfig: do not hardcode ".config" filenameGravatar Markus Heidelberg 1-3/+4
2009-03-15kconfig: improve seed in randconfigGravatar Ingo Molnar 1-1/+15
2008-09-29kconfig: fix silentoldconfigGravatar zippel@linux-m68k.org 1-66/+57
2008-08-04kconfig: always write out .configGravatar Sam Ravnborg 1-1/+1
2008-07-25kconfig: make defconfig is no longer chattyGravatar Sam Ravnborg 1-8/+3
2008-07-25kconfig: make oldconfig is now less chattyGravatar Sam Ravnborg 1-1/+1
2008-07-25kconfig: speed up all*config + randconfigGravatar Sam Ravnborg 1-86/+68
2008-01-28kconfig: tristate choices with mixed tristate and boolean valuesGravatar Jan Beulich 1-2/+2
2008-01-28kconfig: gettext support for configGravatar EGRY Gabor 1-15/+20
2008-01-28kconfig: use C89 random functions in conf.cGravatar Ladislav Michl 1-2/+2
2008-01-28kconfig: fix whitespace and sort includes in conf.cGravatar Ladislav Michl 1-3/+3
2008-01-28kconfig: use getopt() in conf.c for handling command line argumentsGravatar Andres Salomon 1-13/+11
2007-12-23kconfig: obey KCONFIG_ALLCONFIG choices with randconfig.Gravatar Paul Mundt 1-1/+2
2007-11-17x86: simplify "make ARCH=x86" and fix kconfig all.configGravatar Sam Ravnborg 1-1/+0
2007-11-12kconfig: use $K64BIT to set 64BIT with all*config targetsGravatar Sam Ravnborg 1-0/+1
2007-09-01kconfig: oldconfig shall not set symbols if it does not need toGravatar Roman Zippel 1-9/+12
2007-07-25kconfig: attach help text to menusGravatar Sam Ravnborg 1-16/+15
2007-05-02kbuild: be more explicit on missing .config fileGravatar Randy Dunlap 1-0/+1
2006-12-13[PATCH] kconfig: new function "bool conf_get_changed(void)"Gravatar Karsten Wiese 1-1/+1
2006-06-09kconfig: exit if no beginning filenameGravatar Randy Dunlap 1-0/+1
2006-06-09kconfig: allow loading multiple configurationsGravatar Roman Zippel 1-3/+3
2006-06-09kconfig: fix .config dependenciesGravatar Roman Zippel 1-1/+15
2006-04-19[PATCH] config: update usage/help infoGravatar Randy Dunlap 1-1/+2
2006-04-11kconfig: revert conf behaviour changeGravatar Roman Zippel 1-16/+2
2006-04-11kconfig: fix default value for choice inputGravatar Roman Zippel 1-2/+1
2006-01-08[PATCH] kconf: Check for eof from input stream.Gravatar Ben Collins 1-2/+16
2005-11-09[PATCH] kconfig: preset config during all*configGravatar Roman Zippel 1-0/+30
2005-11-09[PATCH] kconfig: fix restart for choice symbolsGravatar Roman Zippel 1-4/+3
2005-06-25[PATCH] Kill signed charsGravatar J.A. Magallon 1-3/+3
2005-05-05[PATCH] Kconfig i18n supportGravatar Arnaldo Carvalho de Melo 1-10/+10
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+583