summaryrefslogtreecommitdiff
path: root/scripts/kconfig/confdata.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-20kconfig: cache expression valuesMasahiro Yamada1-0/+2
2024-09-01kbuild: split x*alloc() functions in kconfig to scripts/include/xalloc.hMasahiro Yamada1-0/+1
2024-07-16kconfig: change sym_choice_default() to take the choice menuMasahiro Yamada1-1/+1
2024-07-16kconfig: remove conf_unsaved in conf_read_simple()Masahiro Yamada1-3/+2
2024-07-16kconfig: refactor choice value calculationMasahiro Yamada1-44/+10
2024-07-16kconfig: refactor conf_write_defconfig() to reduce indentation levelMasahiro Yamada1-25/+22
2024-07-16kconfig: remove tristate choice supportMasahiro Yamada1-14/+3
2024-07-16kconfig: pass new conf_changed value to the callbackMasahiro Yamada1-6/+4
2024-06-06kconfig: remove unneeded code for user-supplied values being out of rangeMasahiro Yamada1-13/+0
2024-05-10kconfig: use sym_get_choice_menu() in conf_write_defconfig()Masahiro Yamada1-4/+5
2024-05-02kconfig: remove SYMBOL_NO_WRITE flagMasahiro Yamada1-2/+2
2024-05-02kconfig: remove 'optional' property supportMasahiro Yamada1-4/+1
2024-05-02kconfig: remove SYMBOL_CHOICE flagMasahiro Yamada1-1/+1
2024-05-02kconfig: use menu_for_each_entry() to traverse menu treeMasahiro Yamada1-23/+5
2024-03-19kconfig: remove unneeded menu_is_visible() call in conf_write_defconfig()Masahiro Yamada1-4/+1
2024-02-20kconfig: use generic macros to implement symbol hashtableMasahiro Yamada1-13/+12
2024-02-19kconfig: call env_write_dep() right after yyparse()Masahiro Yamada1-6/+2
2024-02-19kconfig: write Kconfig files to autoconf.cmd in orderMasahiro Yamada1-4/+3
2024-02-19kconfig: remove compat_getline()Masahiro Yamada1-52/+1
2023-12-29kconfig: WERROR unmet symbol dependencySergey Senozhatsky1-5/+8
2023-12-28kconfig: remove redundant NULL pointer check before free()Masahiro Yamada1-2/+1
2023-11-28kconfig: massage the loop in conf_read_simple()Masahiro Yamada1-6/+13
2023-11-28kconfig: require an exact match for "is not set" to disable CONFIG optionMasahiro Yamada1-1/+1
2023-11-28kconfig: introduce getline_stripped() helperMasahiro Yamada1-14/+26
2023-11-28kconfig: deduplicate code in conf_read_simple()Masahiro Yamada1-54/+35
2023-11-28kconfig: remove unused code for S_DEF_AUTO in conf_read_simple()Masahiro Yamada1-13/+8
2023-11-28kconfig: require a space after '#' for valid inputMasahiro Yamada1-0/+2
2023-11-28kconfig: remove error check for xrealloc()Masahiro Yamada1-6/+2
2023-11-28kconfig: do not clear SYMBOL_DEF_USER when the value is out of rangeMasahiro Yamada1-1/+1
2023-09-01kconfig: add warn-unknown-symbols sanity checkSergey Senozhatsky1-2/+19
2023-03-14kconfig: Update config changed flag before calling callbackJurica Vukadin1-2/+4
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