aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/conf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-20kbuild: add static to prototypesTrevor Keith1-1/+1
2009-09-20kconfig: make use of menu_get_ext_help in "make config"Cheng Renquan1-11/+11
2009-06-09kconfig: do not hardcode ".config" filenameMarkus Heidelberg1-3/+4
2009-03-15kconfig: improve seed in randconfigIngo Molnar1-1/+15
2008-09-29kconfig: fix silentoldconfigzippel@linux-m68k.org1-66/+57
2008-08-04kconfig: always write out .configSam Ravnborg1-1/+1
2008-07-25kconfig: make defconfig is no longer chattySam Ravnborg1-8/+3
2008-07-25kconfig: make oldconfig is now less chattySam Ravnborg1-1/+1
2008-07-25kconfig: speed up all*config + randconfigSam Ravnborg1-86/+68
2008-01-28kconfig: tristate choices with mixed tristate and boolean valuesJan Beulich1-2/+2
2008-01-28kconfig: gettext support for configEGRY Gabor1-15/+20
2008-01-28kconfig: use C89 random functions in conf.cLadislav Michl1-2/+2
2008-01-28kconfig: fix whitespace and sort includes in conf.cLadislav Michl1-3/+3
2008-01-28kconfig: use getopt() in conf.c for handling command line argumentsAndres Salomon1-13/+11
2007-12-23kconfig: obey KCONFIG_ALLCONFIG choices with randconfig.Paul Mundt1-1/+2
2007-11-17x86: simplify "make ARCH=x86" and fix kconfig all.configSam Ravnborg1-1/+0
2007-11-12kconfig: use $K64BIT to set 64BIT with all*config targetsSam Ravnborg1-0/+1
2007-09-01kconfig: oldconfig shall not set symbols if it does not need toRoman Zippel1-9/+12
2007-07-25kconfig: attach help text to menusSam Ravnborg1-16/+15
2007-05-02kbuild: be more explicit on missing .config fileRandy Dunlap1-0/+1
2006-12-13[PATCH] kconfig: new function "bool conf_get_changed(void)"Karsten Wiese1-1/+1
2006-06-09kconfig: exit if no beginning filenameRandy Dunlap1-0/+1
2006-06-09kconfig: allow loading multiple configurationsRoman Zippel1-3/+3
2006-06-09kconfig: fix .config dependenciesRoman Zippel1-1/+15
2006-04-19[PATCH] config: update usage/help infoRandy Dunlap1-1/+2
2006-04-11kconfig: revert conf behaviour changeRoman Zippel1-16/+2
2006-04-11kconfig: fix default value for choice inputRoman Zippel1-2/+1
2006-01-08[PATCH] kconf: Check for eof from input stream.Ben Collins1-2/+16
2005-11-09[PATCH] kconfig: preset config during all*configRoman Zippel1-0/+30
2005-11-09[PATCH] kconfig: fix restart for choice symbolsRoman Zippel1-4/+3
2005-06-25[PATCH] Kill signed charsJ.A. Magallon1-3/+3
2005-05-05[PATCH] Kconfig i18n supportArnaldo Carvalho de Melo1-10/+10
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+583