summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/confdata.c
Commit message (Expand)AuthorAgeFilesLines
* kconfig: fix missing choice values in auto.confMasahiro Yamada2019-07-261-4/+3Star
* kconfig: allow all config targets to write auto.conf if missingMasahiro Yamada2018-07-251-4/+7
* kconfig: create directories needed for syncconfig by itselfMasahiro Yamada2018-07-251-0/+14
* kconfig: split out useful helpers in confdata.cMasahiro Yamada2018-07-251-17/+64
* kconfig: rename file_write_dep and move it to confdata.cMasahiro Yamada2018-07-251-1/+30
* kconfig: handle format string before calling conf_message_callback()Masahiro Yamada2018-07-251-6/+11
* kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITEDirk Gouders2018-07-171-2/+2
* kconfig: Avoid format overflow warning from GCC 8.1Nathan Chancellor2018-06-051-1/+1
* kconfig: reference environment variables directly and remove 'option env='Masahiro Yamada2018-05-281-29/+4Star
* kconfig: drop localization supportSam Ravnborg2018-05-281-2/+2
* kconfig: add xstrdup() helperMasahiro Yamada2018-03-011-1/+1
* kconfig: add xrealloc() helperMasahiro Yamada2018-02-101-1/+1
* kconfig: make conf_unsaved a local variable of conf_read()Masahiro Yamada2018-01-211-2/+2
* kconfig: drop 'boolean' keywordMasahiro Yamada2018-01-211-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/+2Star
* 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-081-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/+3Star
* 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-131-11/+0Star
* Revert "kconfig: fix __enabled_ macros definition for invisible and un-select...Paul Gortmaker2012-04-131-36/+13Star
* kconfig: fix new choices being skipped upon config updateArnaud Lacombe2012-01-261-20/+6Star
* 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-301-13/+36
* kconfig: Introduce IS_ENABLED(), IS_BUILTIN() and IS_MODULE()Michal Marek2011-07-291-57/+14Star
* 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/+0Star
| * 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/+3Star
* | Merge branch 'kbuild/kconfig-for-40' into kbuild/kconfigMichal Marek2011-05-241-11/+1Star
|\|
| * kconfig: do not record timestamp in .configArnaud Lacombe2011-05-241-11/+1Star
* | 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/+2Star