summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/confdata.c
Commit message (Expand)AuthorAge
* kconfig: split some C files out of zconf.yMasahiro Yamada2018-12-28
* kconfig: convert to SPDX License IdentifierMasahiro Yamada2018-12-28
* kconfig: remove S_OTHER symbol type and correct dependency trackingMasahiro Yamada2018-12-07
* kconfig: split out code touching a file to conf_touch_dep()Masahiro Yamada2018-12-07
* kconfig: rename conf_split_config() to conf_touch_deps()Masahiro Yamada2018-12-07
* kconfig: remove unneeded setsym label in conf_read_simple()Masahiro Yamada2018-12-07
* kconfig: allow all config targets to write auto.conf if missingMasahiro Yamada2018-07-25
* kconfig: create directories needed for syncconfig by itselfMasahiro Yamada2018-07-25
* kconfig: split out useful helpers in confdata.cMasahiro Yamada2018-07-25
* kconfig: rename file_write_dep and move it to confdata.cMasahiro Yamada2018-07-25
* kconfig: handle format string before calling conf_message_callback()Masahiro Yamada2018-07-25
* kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITEDirk Gouders2018-07-17
* kconfig: Avoid format overflow warning from GCC 8.1Nathan Chancellor2018-06-05
* kconfig: reference environment variables directly and remove 'option env='Masahiro Yamada2018-05-28
* kconfig: drop localization supportSam Ravnborg2018-05-28
* kconfig: add xstrdup() helperMasahiro Yamada2018-03-01
* kconfig: add xrealloc() helperMasahiro Yamada2018-02-09
* kconfig: make conf_unsaved a local variable of conf_read()Masahiro Yamada2018-01-21
* kconfig: drop 'boolean' keywordMasahiro Yamada2018-01-21
* kconfig: add unexpected data itself to warningPaul Bolle2016-05-10
* unbreak allmodconfig KCONFIG_ALLCONFIG=...Al Viro2016-02-01
* kconfig: Delete unnecessary checks before the function call "sym_calc_value"Markus Elfring2015-08-19
* kconfig: Remove unnecessary prototypes from headersMichal Marek2015-02-25
* kconfig: use va_end to match corresponding va_startColin Ian King2015-01-27
* 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