aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/confdata.c
Commit message (Expand)AuthorAgeFilesLines
* kconfig: do not record timestamp in .configArnaud Lacombe2011-05-241-11/+1
* kconfig: Do not record timestamp in auto.conf and autoconf.hMichal Marek2011-04-181-6/+2
* kconfig: fix typosArnaud Lacombe2010-12-151-3/+3
* kconfig: nuke second argument of conf_write_symbol()Arnaud Lacombe2010-12-151-13/+5
* kconfig: do not define AUTOCONF_INCLUDEDArnaud Lacombe2010-12-151-2/+1
* Merge branch 'message-callback' into kbuild/kconfigMichal Marek2010-10-281-6/+29
|\
| * kconfig: Allow frontends to display messages themselvesMichal Marek2010-08-171-6/+29
* | kconfig: Use PATH_MAX instead of 128 for path buffer sizes.Will Newton2010-10-041-2/+2
* | kconfig: Don't go out from read config loop when you read new symbolNaohiro Aota2010-09-301-2/+3
* | kconfig: replace KERNELVERSION usage by the mainmenu's promptArnaud Lacombe2010-09-191-10/+6
* | kconfig: allow build-time definition of the internal config prefixArnaud Lacombe2010-09-191-21/+27
* | kconfig: replace a `switch()' statement by a more flexible `if()' statementArnaud Lacombe2010-09-191-14/+5
|/
* kbuild: confdata.c explicitly reference errno, thus need <errno.h>Arnaud Lacombe2010-08-171-0/+1
* kconfig: fix savedefconfig with choice marked optionalSam Ravnborg2010-08-151-2/+4
* kconfig: Fix warning: ignoring return value of 'fwrite'Jean Sacren2010-08-131-1/+1
* kconfig: fix tristate choice with minimal configSam Ravnborg2010-08-121-35/+67
* kconfig: fix savedefconfig for tristate choicesSam Ravnborg2010-08-121-4/+3
* kconfig: add savedefconfigSam Ravnborg2010-08-031-0/+76
* kconfig: code refactoring in confdata.cSam Ravnborg2010-08-031-67/+70
* kconfig: fix MODULES-related bug in case of no .configUlf Magnusson2010-07-291-1/+4
* kconfig: make randconfig fair for booleansPeter Korsgaard2010-07-261-1/+2
* kbuild: generate modules.builtinMichal Marek2009-12-121-1/+21
* kbuild: move autoconf.h to include/generatedSam Ravnborg2009-12-121-1/+1
* kbuild: add static to prototypesTrevor Keith2009-09-201-1/+1
* kconfig: do not hardcode "include/config/auto.conf" filenameMarkus Heidelberg2009-06-091-8/+12
* kconfig: fix randconfig for choice blocksSam Ravnborg2009-03-151-15/+36
* fix allmodconfig breakageAl Viro2008-10-261-2/+1
* kconfig: readd lost change countzippel@linux-m68k.org2008-09-291-2/+6
* kconfig: drop the ""trying to assign nonexistent symbol" warningSam Ravnborg2008-08-041-6/+2
* kconfig: set all new symbols automaticallyRoman Zippel2008-07-251-0/+70
* kconfig: explicitly introduce expression listRoman Zippel2008-01-281-4/+4
* kconfig: rename E_OR & friends to avoid name clashSam Ravnborg2008-01-281-1/+1
* kconfig: allow overriding symbolsJan Engelhardt2008-01-281-9/+5
* x86: simplify "make ARCH=x86" and fix kconfig all.configSam Ravnborg2007-11-171-27/+0
* kconfig: add helper to set config symbol from environment variableSam Ravnborg2007-11-121-0/+27
* kconfig: factor out code in confdata.cSam Ravnborg2007-11-121-55/+64
* kconfig: reset generated values only if Kconfig and .config agree.Roman Zippel2007-07-171-11/+26
* [PATCH] kconfig: add "void conf_set_changed_callback(void (*fn)(void))", use ...Karsten Wiese2006-12-131-1/+11
* [PATCH] kconfig: make sym_change_count static, let it be altered by 2 functio...Karsten Wiese2006-12-131-4/+16
* [PATCH] kconfig: new function "bool conf_get_changed(void)"Karsten Wiese2006-12-131-1/+6
* kconfig: fix saving alternate kconfig file in parent dirSam Ravnborg2006-10-011-1/+1
* kconfig: support DOS line endingsMatthew Wilcox2006-09-251-2/+6
* kconfig: correct oldconfig for unset choice optionsRoman Zippel2006-08-011-1/+1
* kconfig: KCONFIG_OVERWRITECONFIGRoman Zippel2006-06-091-17/+29
* kconfig: add defconfig_list/module optionRoman Zippel2006-06-091-15/+11
* kconfig: integrate split config into silentoldconfigRoman Zippel2006-06-091-2/+119
* kconfig: allow loading multiple configurationsRoman Zippel2006-06-091-44/+67
* kconfig: allow multiple default values per symbolRoman Zippel2006-06-091-17/+17
* kconfig: fix .config dependenciesRoman Zippel2006-06-091-53/+124
* kconfig: improve config load/save outputRoman Zippel2006-06-091-4/+18