summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/confdata.c
Commit message (Expand)AuthorAgeFilesLines
* kconfig: add xstrdup() helperMasahiro Yamada2018-03-021-1/+1
* kconfig: add xrealloc() helperMasahiro Yamada2018-02-101-1/+1
* kconfig: make conf_unsaved a local variable of conf_read()Masahiro Yamada2018-01-221-2/+2
* kconfig: drop 'boolean' keywordMasahiro Yamada2018-01-221-1/+1
* kconfig: add unexpected data itself to warningPaul Bolle2016-05-101-1/+3
* unbreak allmodconfig KCONFIG_ALLCONFIG=...Al Viro2016-02-011-5/+7
* kconfig: Delete unnecessary checks before the function call "sym_calc_value"Markus Elfring2015-08-191-5/+2
* kconfig: Remove unnecessary prototypes from headersMichal Marek2015-02-251-0/+5
* kconfig: use va_end to match corresponding va_startColin Ian King2015-01-271-0/+1
* kconfig: make allnoconfig disable options behind EMBEDDED and EXPERTJosh Triplett2014-04-071-1/+4
* kconfig: silence warning when parsing auto.conf when a symbol has changed typeYann E. MORIN2013-08-151-3/+8
* Revert "kconfig: fix randomising choice entries in presence of KCONFIG_ALLCON...Yann E. MORIN2013-06-261-3/+3
* kconfig: fix randomising choice entries in presence of KCONFIG_ALLCONFIGYann E. MORIN2013-06-241-3/+3
* kconfig: loop as long as we changed some symbols in randconfigYann E. MORIN2013-06-241-4/+14
* kconfig/conf: fix randconfig setting multiple symbols in a choiceYann E. MORIN2013-06-181-0/+3
* kconfig: Fix defconfig when one choice menu selects options that another choi...Arve Hjønnevåg2013-06-161-4/+10
* Revert "kconfig: fix randomising choice entries in presence of KCONFIG_ALLCON...Yann E. MORIN2013-04-261-4/+3
* kconfig: implement KCONFIG_PROBABILITY for randconfigYann E. MORIN2013-04-251-3/+54
* kconfig: fix randomising choice entries in presence of KCONFIG_ALLCONFIGYann E. MORIN2013-04-251-3/+4
* kconfig: do not override symbols already setYann E. MORIN2013-04-251-1/+1
* kconfig: fix randconfig tristate detectionYann E. MORIN2013-04-251-1/+1
* kconfig: allow long lines in config fileCody Schafer2012-07-131-2/+59
* kconfig: delete last traces of __enabled_ from autoconf.hPaul Gortmaker2012-04-121-11/+0
* Revert "kconfig: fix __enabled_ macros definition for invisible and un-select...Paul Gortmaker2012-04-121-36/+13
* kconfig: fix new choices being skipped upon config updateArnaud Lacombe2012-01-261-20/+6
* kconfig: use xfwrite wrapper function to silence warningsPeter Foley2011-12-181-2/+2
* kconfig: fix __enabled_ macros definition for invisible and un-selected symbolsArnaud Lacombe2011-08-291-13/+36
* kconfig: Introduce IS_ENABLED(), IS_BUILTIN() and IS_MODULE()Michal Marek2011-07-291-57/+14
* kconfig: fix missing "0x" prefix from S_HEX symbol in autoconf.hArnaud Lacombe2011-07-181-5/+21
* kconfig: introduce specialized printerArnaud Lacombe2011-07-011-127/+215
* Merge branch 'kconfig-trivial' of git://github.com/lacombar/linux-2.6 into kb...Michal Marek2011-06-081-2/+7
|\
| * kconfig: nuke LKC_DIRECT_LINK cruftArnaud Lacombe2011-06-061-1/+0
| * kconfig: add missing <stdarg.h> inclusionArnaud Lacombe2011-06-061-0/+1
| * kconfig: fix return code for invalid boolean symbol in conf_set_sym_val()Arnaud Lacombe2011-06-061-1/+1
| * kconfig: annotate non-trivial fall-troughArnaud Lacombe2011-06-061-0/+5
* | kconfig: Only generate config_is_xxx for bool and tristate optionsMichal Marek2011-05-251-5/+3
* | Merge branch 'kbuild/kconfig-for-40' into kbuild/kconfigMichal Marek2011-05-241-11/+1
|\|
| * kconfig: do not record timestamp in .configArnaud Lacombe2011-05-241-11/+1
* | kconfig: autogenerated config_is_xxx macroJean-Christophe PLAGNIOL-VILLARD2011-05-171-0/+29
|/
* 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
|/