summaryrefslogtreecommitdiff
path: root/scripts/kconfig
Commit message (Expand)AuthorAgeFilesLines
* 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
* kconfig: let 'shell' return enough output for deep path namesBrenda Streiff2022-02-081-1/+1
* kbuild: do not quote string values in include/config/auto.confMasahiro Yamada2022-01-081-11/+13
* streamline_config.pl: show the full Kconfig nameƁukasz Stelmach2021-12-021-1/+1
* kconfig: Add `make mod2noconfig` to disable module optionsJosh Triplett2021-12-022-8/+12
* 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-113-47/+45
* kconfig: refactor listnewconfig codeMasahiro Yamada2021-10-113-12/+8
* 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-014-23/+24
* kconfig: rename a variable in the lexer to a clearer nameMasahiro Yamada2021-09-301-3/+3
* kconfig: narrow the scope of variables in the lexerMasahiro Yamada2021-09-301-1/+2
* kconfig: Create links to main menu items in searchAriel Marcovitch2021-09-251-15/+18
* scripts: merge_config: add strict mode to fail upon any redefinitionMatthias Maennich2021-08-101-0/+15
* Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-07-101-1/+1
|\
| * kconfig: constify long_optsMasahiro Yamada2021-06-051-1/+1
* | streamline_config.pl: add softtabstop=4 for vim usersSteven Rostedt (VMware)2021-06-291-0/+2
* | streamline_config.pl: make spacing consistentSteven Rostedt (VMware)2021-06-291-39/+39
|/
* Merge tag 'kconfig-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2021-04-2924-635/+559
|\
| * kconfig: refactor .gitignoreMasahiro Yamada2021-04-261-10/+3
| * kconfig: highlight xconfig 'comment' lines with '***'Randy Dunlap2021-04-191-0/+1