summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/confdata.c
Commit message (Expand)AuthorAgeFilesLines
* kconfig: Clear "written" flag to avoid data lossM. Vefa Bicakci2019-08-041-0/+4
* kconfig: fix missing choice values in auto.confMasahiro Yamada2019-07-171-4/+3Star
* kconfig: remove meaningless if-conditional in conf_read()Masahiro Yamada2019-07-111-4/+2Star
* kconfig: Fix spelling of sym_is_changableMarco Ammon2019-07-061-1/+1
* kconfig: require the argument of --defconfigMasahiro Yamada2019-06-091-17/+0Star
* kconfig: Terminate menu blocks with a comment in the generated configAlexander Popov2019-05-181-1/+12
* kconfig: make conf_get_autoconfig_name() staticMasahiro Yamada2019-05-141-1/+1
* kconfig: use snprintf for formatting pathnamesJacob Garber2019-05-141-1/+1
* kconfig: remove useless NULL pointer check in conf_write_dep()Masahiro Yamada2019-05-141-2/+0Star
* kconfig: make parent directories for the saved .config as neededMasahiro Yamada2019-05-101-0/+3
* kconfig: do not write .config if the content is the sameMasahiro Yamada2019-05-101-0/+54
* kconfig: do not accept a directory for configuration outputMasahiro Yamada2019-05-101-34/+24Star
* kconfig: split some C files out of zconf.yMasahiro Yamada2018-12-281-0/+1
* kconfig: convert to SPDX License IdentifierMasahiro Yamada2018-12-281-1/+1
* kconfig: remove S_OTHER symbol type and correct dependency trackingMasahiro Yamada2018-12-081-19/+14Star
* kconfig: split out code touching a file to conf_touch_dep()Masahiro Yamada2018-12-081-43/+49
* kconfig: rename conf_split_config() to conf_touch_deps()Masahiro Yamada2018-12-081-2/+2
* kconfig: remove unneeded setsym label in conf_read_simple()Masahiro Yamada2018-12-081-3/+3
* 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