aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/confdata.c
Commit message (Expand)AuthorAge
* kconfig: make allnoconfig disable options behind EMBEDDED and EXPERTJosh Triplett2014-04-07
* kconfig: silence warning when parsing auto.conf when a symbol has changed typeYann E. MORIN2013-08-15
* Revert "kconfig: fix randomising choice entries in presence of KCONFIG_ALLCON...Yann E. MORIN2013-06-26
* kconfig: fix randomising choice entries in presence of KCONFIG_ALLCONFIGYann E. MORIN2013-06-24
* kconfig: loop as long as we changed some symbols in randconfigYann E. MORIN2013-06-24
* kconfig/conf: fix randconfig setting multiple symbols in a choiceYann E. MORIN2013-06-18
* kconfig: Fix defconfig when one choice menu selects options that another choi...Arve Hjønnevåg2013-06-16
* Revert "kconfig: fix randomising choice entries in presence of KCONFIG_ALLCON...Yann E. MORIN2013-04-26
* kconfig: implement KCONFIG_PROBABILITY for randconfigYann E. MORIN2013-04-24
* kconfig: fix randomising choice entries in presence of KCONFIG_ALLCONFIGYann E. MORIN2013-04-24
* kconfig: do not override symbols already setYann E. MORIN2013-04-24
* kconfig: fix randconfig tristate detectionYann E. MORIN2013-04-24
* kconfig: allow long lines in config fileCody Schafer2012-07-13
* kconfig: delete last traces of __enabled_ from autoconf.hPaul Gortmaker2012-04-12
* Revert "kconfig: fix __enabled_ macros definition for invisible and un-select...Paul Gortmaker2012-04-12
* kconfig: fix new choices being skipped upon config updateArnaud Lacombe2012-01-26
* 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