summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig
Commit message (Expand)AuthorAgeFilesLines
...
* kconfig: factor out common code shared by mconf and nconfMasahiro Yamada2023-12-105-107/+75
* kconfig: default to zero if int/hex symbol lacks default propertyMasahiro Yamada2023-12-031-5/+12
* kconfig: remove unneeded symbol_empty variableMasahiro Yamada2023-12-031-9/+2
* scripts: clean up IA-64 codeMasahiro Yamada2023-12-032-2/+2
* kbuild: support W=c and W=e shorthands for KconfigMasahiro Yamada2023-12-031-0/+8
* 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: fix memory leak from range propertiesMasahiro Yamada2023-11-171-8/+6
* kconfig: fix possible buffer overflowKonstantin Meskhidze2023-09-061-0/+3
* kbuild: Show marked Kconfig fragments in "help"Kees Cook2023-09-041-3/+12
* kconfig: add warn-unknown-symbols sanity checkSergey Senozhatsky2023-09-011-2/+19
* kconfig: port qconf to work with Qt6 in addition to Qt5Boris Kolpackov2023-08-162-21/+44
* kconfig: nconf: Add search jump featureJesse Taube2023-08-133-15/+140
* kconfig: menuconfig: remove jump_key::indexMasahiro Yamada2023-07-253-12/+4
* kconfig: menuconfig: simplify global jump key assignmentMasahiro Yamada2023-07-255-90/+97
* kconfig: gconfig: correct program name in help textRandy Dunlap2023-07-121-3/+3
* kconfig: gconfig: drop the Show Debug Info help textRandy Dunlap2023-07-121-4/+1
* streamline_config.pl: handle also ${CONFIG_FOO}Jiri Slaby2023-06-081-1/+1
* kconfig: menuconfig: reorder functions to remove forward declarationsMasahiro Yamada2023-04-172-295/+277
* kconfig: menuconfig: remove unused M_EVENT macroMasahiro Yamada2023-04-171-11/+0
* kconfig: menuconfig: remove OLD_NCURSES macroMasahiro Yamada2023-04-173-33/+0
* scripts: merge_config: Fix typo in variable name.Mirsad Goran Todorovac2023-03-231-1/+1
* kconfig: Update config changed flag before calling callbackJurica Vukadin2023-03-141-2/+4
* Merge tag 'soc-defconfig-6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-201-9/+16
|\
| * scripts: merge_config: Add option to suppress warning on overridesMark Brown2023-02-131-9/+16
* | kconfig: Update all declared targetsPeter Foley2023-01-132-2/+2
|/
* kconfig: Add static text for search information in help menuBhaskar Chowdhury2022-12-291-0/+6
* kconfig: refactor Makefile to reduce process forksMasahiro Yamada2022-12-136-48/+66
* kconfig: remove redundant (void *) cast in search_conf()Masahiro Yamada2022-11-211-2/+1
* kconfig: remove const qualifier from str_get()Masahiro Yamada2022-11-213-4/+4
* kconfig: remove unneeded variable in get_prompt_str()Masahiro Yamada2022-11-211-3/+1
* kconfig: fix segmentation fault in menuconfig searchMasahiro Yamada2022-11-021-19/+4
* Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2022-10-102-6/+1
|\
| * Kconfig: remove sym_set_choice_valueZeng Heng2022-09-292-6/+1
* | Kbuild: add Rust supportMiguel Ojeda2022-09-281-0/+75
|/
* Kconfig: remove unused function 'menu_get_root_menu'Zeng Heng2022-09-242-6/+0
* kconfig: Qt5: tell the user which packages are requiredRandy Dunlap2022-07-271-0/+1
* scripts: kconfig: nconf: make nconfig accept jk keybindingsIsak Ellmer2022-06-051-2/+6
* kbuild: Allow kernel installation packaging to override pkg-configChun-Tse Shao2022-04-054-29/+29
* 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