summaryrefslogtreecommitdiff
path: root/scripts/kconfig
AgeCommit message (Expand)Author
2022-06-05scripts: kconfig: nconf: make nconfig accept jk keybindingsIsak Ellmer
2022-04-05kbuild: Allow kernel installation packaging to override pkg-configChun-Tse Shao
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-02-08kconfig: let 'shell' return enough output for deep path namesBrenda Streiff
2022-01-08kbuild: do not quote string values in include/config/auto.confMasahiro Yamada
2021-12-02streamline_config.pl: show the full Kconfig nameƁukasz Stelmach
2021-12-02kconfig: Add `make mod2noconfig` to disable module optionsJosh Triplett
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-09-30kconfig: rename a variable in the lexer to a clearer nameMasahiro Yamada
2021-09-30kconfig: narrow the scope of variables in the lexerMasahiro Yamada
2021-09-25kconfig: Create links to main menu items in searchAriel Marcovitch
2021-08-10scripts: merge_config: add strict mode to fail upon any redefinitionMatthias Maennich
2021-07-10Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-06-29streamline_config.pl: add softtabstop=4 for vim usersSteven Rostedt (VMware)
2021-06-29streamline_config.pl: make spacing consistentSteven Rostedt (VMware)
2021-06-05kconfig: constify long_optsMasahiro Yamada
2021-04-29Merge tag 'kconfig-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2021-04-26kconfig: refactor .gitignoreMasahiro Yamada
2021-04-25kbuild: redo fake deps at include/config/*.hAlexey Dobriyan
2021-04-19kconfig: highlight xconfig 'comment' lines with '***'Randy Dunlap
2021-04-19kconfig: highlight gconfig 'comment' lines with '***'Randy Dunlap
2021-04-19kconfig: gconf: remove unused codeMasahiro Yamada
2021-04-19kconfig: remove unused PACKAGE definitionMasahiro Yamada
2021-04-16kconfig: nconf: stop endless search loopsMihai Moldovan
2021-04-14kconfig: split menu.c out of parser.yMasahiro Yamada
2021-04-14kconfig: nconf: refactor in print_in_middle()Masahiro Yamada
2021-04-14kconfig: nconf: remove meaningless wattrset() call from show_menu()Masahiro Yamada
2021-04-14kconfig: nconf: change set_config_filename() to void functionMasahiro Yamada
2021-04-14kconfig: nconf: refactor attributes setup codeMasahiro Yamada
2021-04-14kconfig: nconf: remove unneeded default for menu promptMasahiro Yamada
2021-04-14kconfig: nconf: get rid of (void) casts from wattrset() callsMasahiro Yamada
2021-04-14kconfig: nconf: fix NORMAL attributesMasahiro Yamada
2021-04-14kconfig: mconf,nconf: remove unneeded '\0' termination after snprintf()Masahiro Yamada
2021-04-14kconfig: use /boot/config-* etc. as DEFCONFIG_LIST only for native buildMasahiro Yamada
2021-04-14kconfig: change sym_change_count to a boolean flagMasahiro Yamada
2021-04-14kconfig: nconf: fix core dump when searching in empty menuMasahiro Yamada
2021-04-14kconfig: lxdialog: A spello fix and a punctuation addedBhaskar Chowdhury
2021-04-14kconfig: streamline_config.pl: Couple of typo fixesBhaskar Chowdhury