aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/confdata.c
Commit message (Expand)AuthorAge
* kconfig: use xfwrite wrapper function to silence warningsPeter Foley2011-12-18
* kconfig: fix __enabled_ macros definition for invisible and un-selected symbolsArnaud Lacombe2011-08-29
* kconfig: Introduce IS_ENABLED(), IS_BUILTIN() and IS_MODULE()Michal Marek2011-07-29
* kconfig: fix missing "0x" prefix from S_HEX symbol in autoconf.hArnaud Lacombe2011-07-18
* kconfig: introduce specialized printerArnaud Lacombe2011-07-01
* Merge branch 'kconfig-trivial' of git://github.com/lacombar/linux-2.6 into kb...Michal Marek2011-06-08
|\
| * kconfig: nuke LKC_DIRECT_LINK cruftArnaud Lacombe2011-06-06
| * kconfig: add missing <stdarg.h> inclusionArnaud Lacombe2011-06-06
| * kconfig: fix return code for invalid boolean symbol in conf_set_sym_val()Arnaud Lacombe2011-06-06
| * kconfig: annotate non-trivial fall-troughArnaud Lacombe2011-06-06
* | kconfig: Only generate config_is_xxx for bool and tristate optionsMichal Marek2011-05-25
* | Merge branch 'kbuild/kconfig-for-40' into kbuild/kconfigMichal Marek2011-05-24
|\|
| * kconfig: do not record timestamp in .configArnaud Lacombe2011-05-24
* | kconfig: autogenerated config_is_xxx macroJean-Christophe PLAGNIOL-VILLARD2011-05-17
|/
* kconfig: Do not record timestamp in auto.conf and autoconf.hMichal Marek2011-04-18
* kconfig: fix typosArnaud Lacombe2010-12-15
* kconfig: nuke second argument of conf_write_symbol()Arnaud Lacombe2010-12-15
* kconfig: do not define AUTOCONF_INCLUDEDArnaud Lacombe2010-12-15
* Merge branch 'message-callback' into kbuild/kconfigMichal Marek2010-10-27
|\
| * kconfig: Allow frontends to display messages themselvesMichal Marek2010-08-17
* | kconfig: Use PATH_MAX instead of 128 for path buffer sizes.Will Newton2010-10-04
* | kconfig: Don't go out from read config loop when you read new symbolNaohiro Aota2010-09-30
* | kconfig: replace KERNELVERSION usage by the mainmenu's promptArnaud Lacombe2010-09-19
* | kconfig: allow build-time definition of the internal config prefixArnaud Lacombe2010-09-19
* | kconfig: replace a `switch()' statement by a more flexible `if()' statementArnaud Lacombe2010-09-19
|/
* kbuild: confdata.c explicitly reference errno, thus need <errno.h>Arnaud Lacombe2010-08-17
* kconfig: fix savedefconfig with choice marked optionalSam Ravnborg2010-08-14
* kconfig: Fix warning: ignoring return value of 'fwrite'Jean Sacren2010-08-12
* kconfig: fix tristate choice with minimal configSam Ravnborg2010-08-12
* kconfig: fix savedefconfig for tristate choicesSam Ravnborg2010-08-12
* kconfig: add savedefconfigSam Ravnborg2010-08-03
* kconfig: code refactoring in confdata.cSam Ravnborg2010-08-03
* kconfig: fix MODULES-related bug in case of no .configUlf Magnusson2010-07-29
* kconfig: make randconfig fair for booleansPeter Korsgaard2010-07-26
* kbuild: generate modules.builtinMichal Marek2009-12-12
* kbuild: move autoconf.h to include/generatedSam Ravnborg2009-12-12
* kbuild: add static to prototypesTrevor Keith2009-09-20
* kconfig: do not hardcode "include/config/auto.conf" filenameMarkus Heidelberg2009-06-09
* kconfig: fix randconfig for choice blocksSam Ravnborg2009-03-15
* fix allmodconfig breakageAl Viro2008-10-26
* kconfig: readd lost change countzippel@linux-m68k.org2008-09-29
* kconfig: drop the ""trying to assign nonexistent symbol" warningSam Ravnborg2008-08-04
* kconfig: set all new symbols automaticallyRoman Zippel2008-07-25
* kconfig: explicitly introduce expression listRoman Zippel2008-01-28
* kconfig: rename E_OR & friends to avoid name clashSam Ravnborg2008-01-28
* kconfig: allow overriding symbolsJan Engelhardt2008-01-28
* x86: simplify "make ARCH=x86" and fix kconfig all.configSam Ravnborg2007-11-17
* kconfig: add helper to set config symbol from environment variableSam Ravnborg2007-11-12
* kconfig: factor out code in confdata.cSam Ravnborg2007-11-12
* kconfig: reset generated values only if Kconfig and .config agree.Roman Zippel2007-07-17