summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/confdata.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* kconfig: cache expression valuesMasahiro Yamada2024-09-201-0/+2
* kbuild: split x*alloc() functions in kconfig to scripts/include/xalloc.hMasahiro Yamada2024-09-011-0/+1
* kconfig: change sym_choice_default() to take the choice menuMasahiro Yamada2024-07-151-1/+1
* kconfig: remove conf_unsaved in conf_read_simple()Masahiro Yamada2024-07-151-3/+2
* kconfig: refactor choice value calculationMasahiro Yamada2024-07-151-44/+10
* kconfig: refactor conf_write_defconfig() to reduce indentation levelMasahiro Yamada2024-07-151-25/+22
* kconfig: remove tristate choice supportMasahiro Yamada2024-07-151-14/+3
* kconfig: pass new conf_changed value to the callbackMasahiro Yamada2024-07-151-6/+4
* kconfig: remove unneeded code for user-supplied values being out of rangeMasahiro Yamada2024-06-061-13/+0
* kconfig: use sym_get_choice_menu() in conf_write_defconfig()Masahiro Yamada2024-05-091-4/+5
* kconfig: remove SYMBOL_NO_WRITE flagMasahiro Yamada2024-05-021-2/+2
* kconfig: remove 'optional' property supportMasahiro Yamada2024-05-021-4/+1
* kconfig: remove SYMBOL_CHOICE flagMasahiro Yamada2024-05-021-1/+1
* kconfig: use menu_for_each_entry() to traverse menu treeMasahiro Yamada2024-05-021-23/+5
* kconfig: remove unneeded menu_is_visible() call in conf_write_defconfig()Masahiro Yamada2024-03-181-4/+1
* kconfig: use generic macros to implement symbol hashtableMasahiro Yamada2024-02-201-13/+12
* kconfig: call env_write_dep() right after yyparse()Masahiro Yamada2024-02-191-6/+2
* kconfig: write Kconfig files to autoconf.cmd in orderMasahiro Yamada2024-02-191-4/+3
* kconfig: remove compat_getline()Masahiro Yamada2024-02-191-52/+1
* 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-131-2/+4
* Kbuild: add Rust supportMiguel Ojeda2022-09-281-0/+75
* kconfig: remove stale comment about removed kconfig_print_symbol()Masahiro Yamada2022-04-011-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