summaryrefslogtreecommitdiff
path: root/scripts/kconfig/confdata.c
AgeCommit message (Expand)Author
2024-09-20kconfig: cache expression valuesMasahiro Yamada
2024-09-01kbuild: split x*alloc() functions in kconfig to scripts/include/xalloc.hMasahiro Yamada
2024-07-16kconfig: change sym_choice_default() to take the choice menuMasahiro Yamada
2024-07-16kconfig: remove conf_unsaved in conf_read_simple()Masahiro Yamada
2024-07-16kconfig: refactor choice value calculationMasahiro Yamada
2024-07-16kconfig: refactor conf_write_defconfig() to reduce indentation levelMasahiro Yamada
2024-07-16kconfig: remove tristate choice supportMasahiro Yamada
2024-07-16kconfig: pass new conf_changed value to the callbackMasahiro Yamada
2024-06-06kconfig: remove unneeded code for user-supplied values being out of rangeMasahiro Yamada
2024-05-10kconfig: use sym_get_choice_menu() in conf_write_defconfig()Masahiro Yamada
2024-05-02kconfig: remove SYMBOL_NO_WRITE flagMasahiro Yamada
2024-05-02kconfig: remove 'optional' property supportMasahiro Yamada
2024-05-02kconfig: remove SYMBOL_CHOICE flagMasahiro Yamada
2024-05-02kconfig: use menu_for_each_entry() to traverse menu treeMasahiro Yamada
2024-03-19kconfig: remove unneeded menu_is_visible() call in conf_write_defconfig()Masahiro Yamada
2024-02-20kconfig: use generic macros to implement symbol hashtableMasahiro Yamada
2024-02-19kconfig: call env_write_dep() right after yyparse()Masahiro Yamada
2024-02-19kconfig: write Kconfig files to autoconf.cmd in orderMasahiro Yamada
2024-02-19kconfig: remove compat_getline()Masahiro Yamada
2023-12-29kconfig: WERROR unmet symbol dependencySergey Senozhatsky
2023-12-28kconfig: remove redundant NULL pointer check before free()Masahiro Yamada
2023-11-28kconfig: massage the loop in conf_read_simple()Masahiro Yamada
2023-11-28kconfig: require an exact match for "is not set" to disable CONFIG optionMasahiro Yamada
2023-11-28kconfig: introduce getline_stripped() helperMasahiro Yamada
2023-11-28kconfig: deduplicate code in conf_read_simple()Masahiro Yamada
2023-11-28kconfig: remove unused code for S_DEF_AUTO in conf_read_simple()Masahiro Yamada
2023-11-28kconfig: require a space after '#' for valid inputMasahiro Yamada
2023-11-28kconfig: remove error check for xrealloc()Masahiro Yamada
2023-11-28kconfig: do not clear SYMBOL_DEF_USER when the value is out of rangeMasahiro Yamada
2023-09-01kconfig: add warn-unknown-symbols sanity checkSergey Senozhatsky
2023-03-14kconfig: Update config changed flag before calling callbackJurica Vukadin
2022-09-28Kbuild: add Rust supportMiguel Ojeda
2022-04-02kconfig: remove stale comment about removed kconfig_print_symbol()Masahiro Yamada
2022-02-18kconfig: fix missing '# end of' for empty menuMasahiro Yamada
2022-02-18kconfig: add fflush() before ferror() checkMasahiro Yamada
2022-02-12kconfig: fix failing to generate auto.confJing Leng
2022-02-10kconfig: fix missing fclose() on error pathsMasahiro Yamada
2022-01-08kbuild: do not quote string values in include/config/auto.confMasahiro Yamada
2021-10-11kconfig: refactor conf_touch_dep()Masahiro Yamada
2021-10-11kconfig: refactor conf_write_dep()Masahiro Yamada
2021-10-11kconfig: refactor conf_write_autoconf()Masahiro Yamada
2021-10-11kconfig: add conf_get_autoheader_name()Masahiro Yamada
2021-10-11kconfig: move sym_escape_string_value() to confdata.cMasahiro Yamada
2021-10-11kconfig: refactor listnewconfig codeMasahiro Yamada
2021-10-11kconfig: refactor conf_write_symbol()Masahiro Yamada
2021-10-11kconfig: refactor conf_write_heading()Masahiro Yamada
2021-10-01kconfig: remove 'const' from the return type of sym_escape_string_value()Masahiro Yamada
2021-04-29Merge tag 'kconfig-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2021-04-25kbuild: redo fake deps at include/config/*.hAlexey Dobriyan
2021-04-14kconfig: change sym_change_count to a boolean flagMasahiro Yamada