summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/confdata.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kconfig-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2021-04-291-220/+42
|\
| * kconfig: change sym_change_count to a boolean flagMasahiro Yamada2021-04-141-18/+13
| * kconfig: use true and false for bool variableYang Li2021-04-141-1/+1
| * kconfig: change defconfig_list option to environment variableMasahiro Yamada2021-04-141-10/+28
| * kconfig: move conf_set_all_new_symbols() to conf.cMasahiro Yamada2021-04-141-176/+0
| * kconfig: move conf_rewrite_mod_or_yes() to conf.cMasahiro Yamada2021-03-251-15/+0
* | kbuild: redo fake deps at include/config/*.hAlexey Dobriyan2021-04-251-10/+5
|/
* kconfig: clean up header inclusionBoris Kolpackov2020-12-081-0/+1
* kconfig: Invalidate all symbols after changing to y or m.Tetsuo Handa2020-02-051-3/+2
* kconfig: fix broken dependency in randconfig-generated .configMasahiro Yamada2020-02-041-1/+1
* Merge tag 'kconfig-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-02-011-0/+16
|\
| * kconfig: Add yes2modconfig and mod2yesconfig targets.Tetsuo Handa2020-01-071-0/+16
* | kbuild: create modules.builtin without Makefile.modbuiltin or tristate.confMasahiro Yamada2020-01-071-43/+2
|/
* 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/+3
* kconfig: remove meaningless if-conditional in conf_read()Masahiro Yamada2019-07-111-4/+2
* kconfig: Fix spelling of sym_is_changableMarco Ammon2019-07-061-1/+1
* kconfig: require the argument of --defconfigMasahiro Yamada2019-06-091-17/+0
* 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/+0
* kconfig: make parent directories for the saved .config as neededMasahiro Yamada2019-05-111-0/+3
* kconfig: do not write .config if the content is the sameMasahiro Yamada2019-05-111-0/+54
* kconfig: do not accept a directory for configuration outputMasahiro Yamada2019-05-111-34/+24
* 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/+14
* 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-181-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-291-29/+4
* kconfig: drop localization supportSam Ravnborg2018-05-281-2/+2
* 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