summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig
AgeCommit message (Expand)AuthorFilesLines
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-29Kconfig: remove sym_set_choice_valueZeng Heng2-6/+1
2022-09-28Kbuild: add Rust supportMiguel Ojeda1-0/+75
2022-09-24Kconfig: 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
2022-06-05scripts: kconfig: nconf: make nconfig accept jk keybindingsIsak Ellmer1-2/+6
2022-04-05kbuild: Allow kernel installation packaging to override pkg-configChun-Tse Shao4-29/+29
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-02-08kconfig: let 'shell' return enough output for deep path namesBrenda Streiff1-1/+1
2022-01-08kbuild: do not quote string values in include/config/auto.confMasahiro Yamada1-11/+13
2021-12-02streamline_config.pl: show the full Kconfig nameƁukasz Stelmach1-1/+1
2021-12-02kconfig: Add `make mod2noconfig` to disable module optionsJosh Triplett2-8/+12
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 Yamada3-47/+45
2021-10-11kconfig: refactor listnewconfig codeMasahiro Yamada3-12/+8
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 Yamada4-23/+24
2021-09-30kconfig: rename a variable in the lexer to a clearer nameMasahiro Yamada1-3/+3
2021-09-30kconfig: narrow the scope of variables in the lexerMasahiro Yamada1-1/+2
2021-09-25kconfig: Create links to main menu items in searchAriel Marcovitch1-15/+18
2021-08-10scripts: merge_config: add strict mode to fail upon any redefinitionMatthias Maennich1-0/+15
2021-07-10Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2021-06-29streamline_config.pl: add softtabstop=4 for vim usersSteven Rostedt (VMware)1-0/+2
2021-06-29streamline_config.pl: make spacing consistentSteven Rostedt (VMware)1-39/+39
2021-06-05kconfig: constify long_optsMasahiro Yamada1-1/+1
2021-04-29Merge tag 'kconfig-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds24-635/+559
2021-04-26kconfig: refactor .gitignoreMasahiro Yamada1-10/+3
2021-04-25kbuild: redo fake deps at include/config/*.hAlexey Dobriyan1-10/+5
2021-04-19kconfig: highlight xconfig 'comment' lines with '***'Randy Dunlap1-0/+1
2021-04-19kconfig: highlight gconfig 'comment' lines with '***'Randy Dunlap1-2/+6
2021-04-19kconfig: gconf: remove unused codeMasahiro Yamada1-7/+0
2021-04-19kconfig: remove unused PACKAGE definitionMasahiro Yamada1-4/+0
2021-04-16kconfig: nconf: stop endless search loopsMihai Moldovan1-1/+1
2021-04-14kconfig: split menu.c out of parser.yMasahiro Yamada4-5/+14
2021-04-14kconfig: nconf: refactor in print_in_middle()Masahiro Yamada3-34/+6