summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/confdata.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-28Kbuild: add Rust supportMiguel Ojeda1-0/+75
2022-04-02kconfig: remove stale comment about removed kconfig_print_symbol()Masahiro Yamada1-7/+0
2022-02-18kconfig: fix missing '# end of' for empty menuMasahiro Yamada1-12/+13
2022-02-18kconfig: add fflush() before ferror() checkMasahiro Yamada1-0/+2
2022-02-12kconfig: fix failing to generate auto.confJing Leng1-4/+9
2022-02-10kconfig: fix missing fclose() on error pathsMasahiro Yamada1-6/+6
2022-01-08kbuild: do not quote string values in include/config/auto.confMasahiro Yamada1-11/+13
2021-10-11kconfig: refactor conf_touch_dep()Masahiro Yamada1-18/+4
2021-10-11kconfig: refactor conf_write_dep()Masahiro Yamada1-17/+37
2021-10-11kconfig: refactor conf_write_autoconf()Masahiro Yamada1-37/+57
2021-10-11kconfig: add conf_get_autoheader_name()Masahiro Yamada1-3/+8
2021-10-11kconfig: move sym_escape_string_value() to confdata.cMasahiro Yamada1-2/+45
2021-10-11kconfig: refactor listnewconfig codeMasahiro Yamada1-0/+5
2021-10-11kconfig: refactor conf_write_symbol()Masahiro Yamada1-79/+57
2021-10-11kconfig: refactor conf_write_heading()Masahiro Yamada1-62/+33
2021-10-01kconfig: remove 'const' from the return type of sym_escape_string_value()Masahiro Yamada1-13/+14
2021-04-29Merge tag 'kconfig-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds1-220/+42
2021-04-25kbuild: redo fake deps at include/config/*.hAlexey Dobriyan1-10/+5
2021-04-14kconfig: change sym_change_count to a boolean flagMasahiro Yamada1-18/+13
2021-04-14kconfig: use true and false for bool variableYang Li1-1/+1
2021-04-14kconfig: change defconfig_list option to environment variableMasahiro Yamada1-10/+28
2021-04-14kconfig: move conf_set_all_new_symbols() to conf.cMasahiro Yamada1-176/+0
2021-03-25kconfig: move conf_rewrite_mod_or_yes() to conf.cMasahiro Yamada1-15/+0
2020-12-08kconfig: clean up header inclusionBoris Kolpackov1-0/+1
2020-02-05kconfig: Invalidate all symbols after changing to y or m.Tetsuo Handa1-3/+2
2020-02-04kconfig: fix broken dependency in randconfig-generated .configMasahiro Yamada1-1/+1
2020-02-01Merge tag 'kconfig-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-0/+16
2020-01-07kconfig: Add yes2modconfig and mod2yesconfig targets.Tetsuo Handa1-0/+16
2020-01-07kbuild: create modules.builtin without Makefile.modbuiltin or tristate.confMasahiro Yamada1-43/+2
2019-08-04kconfig: Clear "written" flag to avoid data lossM. Vefa Bicakci1-0/+4
2019-07-17kconfig: fix missing choice values in auto.confMasahiro Yamada1-4/+3
2019-07-11kconfig: remove meaningless if-conditional in conf_read()Masahiro Yamada1-4/+2
2019-07-06kconfig: Fix spelling of sym_is_changableMarco Ammon1-1/+1
2019-06-09kconfig: require the argument of --defconfigMasahiro Yamada1-17/+0
2019-05-18kconfig: Terminate menu blocks with a comment in the generated configAlexander Popov1-1/+12
2019-05-14kconfig: make conf_get_autoconfig_name() staticMasahiro Yamada1-1/+1
2019-05-14kconfig: use snprintf for formatting pathnamesJacob Garber1-1/+1
2019-05-14kconfig: remove useless NULL pointer check in conf_write_dep()Masahiro Yamada1-2/+0
2019-05-11kconfig: make parent directories for the saved .config as neededMasahiro Yamada1-0/+3
2019-05-11kconfig: do not write .config if the content is the sameMasahiro Yamada1-0/+54
2019-05-11kconfig: do not accept a directory for configuration outputMasahiro Yamada1-34/+24
2018-12-28kconfig: split some C files out of zconf.yMasahiro Yamada1-0/+1
2018-12-28kconfig: convert to SPDX License IdentifierMasahiro Yamada1-1/+1
2018-12-08kconfig: remove S_OTHER symbol type and correct dependency trackingMasahiro Yamada1-19/+14
2018-12-08kconfig: split out code touching a file to conf_touch_dep()Masahiro Yamada1-43/+49
2018-12-08kconfig: rename conf_split_config() to conf_touch_deps()Masahiro Yamada1-2/+2
2018-12-08kconfig: remove unneeded setsym label in conf_read_simple()Masahiro Yamada1-3/+3
2018-07-25kconfig: allow all config targets to write auto.conf if missingMasahiro Yamada1-4/+7
2018-07-25kconfig: create directories needed for syncconfig by itselfMasahiro Yamada1-0/+14
2018-07-25kconfig: split out useful helpers in confdata.cMasahiro Yamada1-17/+64