summaryrefslogtreecommitdiff
path: root/scripts/kconfig
AgeCommit message (Expand)AuthorFilesLines
2024-01-31kconfig: initialize sym->curr.tri to 'no' for all symbol types againMasahiro Yamada1-1/+3
2023-12-29kconfig: WERROR unmet symbol dependencySergey Senozhatsky4-5/+25
2023-12-28kconfig: Use KCONFIG_CONFIG instead of .configMarkus Schneider-Pargmann1-1/+1
2023-12-28kconfig: remove redundant NULL pointer check before free()Masahiro Yamada2-4/+2
2023-12-28kconfig: remove unreachable printf()Masahiro Yamada1-1/+0
2023-12-28kconfig: add include guard to lkc_proto.hMasahiro Yamada1-0/+5
2023-12-28kconfig: squash menu_has_help() and menu_get_help()Masahiro Yamada2-17/+2
2023-12-10kconfig: factor out common code shared by mconf and nconfMasahiro Yamada5-107/+75
2023-12-03kconfig: default to zero if int/hex symbol lacks default propertyMasahiro Yamada1-5/+12
2023-12-03kconfig: remove unneeded symbol_empty variableMasahiro Yamada1-9/+2
2023-12-03scripts: clean up IA-64 codeMasahiro Yamada2-2/+2
2023-12-03kbuild: support W=c and W=e shorthands for KconfigMasahiro Yamada1-0/+8
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-11-17kconfig: fix memory leak from range propertiesMasahiro Yamada1-8/+6
2023-09-05kconfig: fix possible buffer overflowKonstantin Meskhidze1-0/+3
2023-09-03kbuild: Show marked Kconfig fragments in "help"Kees Cook1-3/+12
2023-09-01kconfig: add warn-unknown-symbols sanity checkSergey Senozhatsky1-2/+19
2023-08-16kconfig: port qconf to work with Qt6 in addition to Qt5Boris Kolpackov2-21/+44
2023-08-13kconfig: nconf: Add search jump featureJesse Taube3-15/+140
2023-07-24kconfig: menuconfig: remove jump_key::indexMasahiro Yamada3-12/+4
2023-07-24kconfig: menuconfig: simplify global jump key assignmentMasahiro Yamada5-90/+97
2023-07-12kconfig: gconfig: correct program name in help textRandy Dunlap1-3/+3
2023-07-12kconfig: gconfig: drop the Show Debug Info help textRandy Dunlap1-4/+1
2023-06-08streamline_config.pl: handle also ${CONFIG_FOO}Jiri Slaby1-1/+1
2023-04-17kconfig: menuconfig: reorder functions to remove forward declarationsMasahiro Yamada2-295/+277
2023-04-17kconfig: menuconfig: remove unused M_EVENT macroMasahiro Yamada1-11/+0
2023-04-17kconfig: menuconfig: remove OLD_NCURSES macroMasahiro Yamada3-33/+0
2023-03-23scripts: merge_config: Fix typo in variable name.Mirsad Goran Todorovac1-1/+1
2023-03-13kconfig: Update config changed flag before calling callbackJurica Vukadin1-2/+4
2023-02-21Merge tag 'soc-defconfig-6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-9/+16
2023-02-13scripts: merge_config: Add option to suppress warning on overridesMark Brown1-9/+16
2023-01-13kconfig: Update all declared targetsPeter Foley2-2/+2
2022-12-29kconfig: Add static text for search information in help menuBhaskar Chowdhury1-0/+6
2022-12-13kconfig: refactor Makefile to reduce process forksMasahiro Yamada6-48/+66
2022-11-21kconfig: remove redundant (void *) cast in search_conf()Masahiro Yamada1-2/+1
2022-11-21kconfig: remove const qualifier from str_get()Masahiro Yamada3-4/+4
2022-11-21kconfig: remove unneeded variable in get_prompt_str()Masahiro Yamada1-3/+1
2022-11-02kconfig: fix segmentation fault in menuconfig searchMasahiro Yamada1-19/+4
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2-6/+1
2022-09-28Kconfig: remove sym_set_choice_valueZeng Heng2-6/+1
2022-09-28Kbuild: add Rust supportMiguel Ojeda1-0/+75
2022-09-23Kconfig: remove unused function 'menu_get_root_menu'Zeng Heng2-6/+0
2022-07-27kconfig: Qt5: tell the user which packages are requiredRandy Dunlap1-0/+1