summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/confdata.c
Commit message (Expand)AuthorAgeFilesLines
* kconfig: WERROR unmet symbol dependencySergey Senozhatsky2023-12-291-5/+8
* kconfig: remove redundant NULL pointer check before free()Masahiro Yamada2023-12-281-2/+1
* kconfig: massage the loop in conf_read_simple()Masahiro Yamada2023-11-281-6/+13
* kconfig: require an exact match for "is not set" to disable CONFIG optionMasahiro Yamada2023-11-281-1/+1
* kconfig: introduce getline_stripped() helperMasahiro Yamada2023-11-281-14/+26
* kconfig: deduplicate code in conf_read_simple()Masahiro Yamada2023-11-281-54/+35
* kconfig: remove unused code for S_DEF_AUTO in conf_read_simple()Masahiro Yamada2023-11-281-13/+8
* kconfig: require a space after '#' for valid inputMasahiro Yamada2023-11-281-0/+2
* kconfig: remove error check for xrealloc()Masahiro Yamada2023-11-281-6/+2
* kconfig: do not clear SYMBOL_DEF_USER when the value is out of rangeMasahiro Yamada2023-11-281-1/+1
* kconfig: add warn-unknown-symbols sanity checkSergey Senozhatsky2023-09-011-2/+19
* kconfig: Update config changed flag before calling callbackJurica Vukadin2023-03-141-2/+4
* Kbuild: add Rust supportMiguel Ojeda2022-09-281-0/+75
* kconfig: remove stale comment about removed kconfig_print_symbol()Masahiro Yamada2022-04-021-7/+0
* kconfig: fix missing '# end of' for empty menuMasahiro Yamada2022-02-181-12/+13
* kconfig: add fflush() before ferror() checkMasahiro Yamada2022-02-181-0/+2
* kconfig: fix failing to generate auto.confJing Leng2022-02-121-4/+9
* kconfig: fix missing fclose() on error pathsMasahiro Yamada2022-02-101-6/+6
* kbuild: do not quote string values in include/config/auto.confMasahiro Yamada2022-01-081-11/+13
* kconfig: refactor conf_touch_dep()Masahiro Yamada2021-10-111-18/+4
* kconfig: refactor conf_write_dep()Masahiro Yamada2021-10-111-17/+37
* kconfig: refactor conf_write_autoconf()Masahiro Yamada2021-10-111-37/+57
* kconfig: add conf_get_autoheader_name()Masahiro Yamada2021-10-111-3/+8
* kconfig: move sym_escape_string_value() to confdata.cMasahiro Yamada2021-10-111-2/+45
* kconfig: refactor listnewconfig codeMasahiro Yamada2021-10-111-0/+5
* kconfig: refactor conf_write_symbol()Masahiro Yamada2021-10-111-79/+57
* kconfig: refactor conf_write_heading()Masahiro Yamada2021-10-111-62/+33
* kconfig: remove 'const' from the return type of sym_escape_string_value()Masahiro Yamada2021-10-011-13/+14
* 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