summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig
AgeCommit message (Expand)AuthorLines
2021-10-11kconfig: refactor conf_touch_dep()Masahiro Yamada-18/+4
2021-10-11kconfig: refactor conf_write_dep()Masahiro Yamada-17/+37
2021-10-11kconfig: refactor conf_write_autoconf()Masahiro Yamada-37/+57
2021-10-11kconfig: add conf_get_autoheader_name()Masahiro Yamada-3/+8
2021-10-11kconfig: move sym_escape_string_value() to confdata.cMasahiro Yamada-47/+45
2021-10-11kconfig: refactor listnewconfig codeMasahiro Yamada-12/+8
2021-10-11kconfig: refactor conf_write_symbol()Masahiro Yamada-79/+57
2021-10-11kconfig: refactor conf_write_heading()Masahiro Yamada-62/+33
2021-10-01kconfig: remove 'const' from the return type of sym_escape_string_value()Masahiro Yamada-23/+24
2021-09-30kconfig: rename a variable in the lexer to a clearer nameMasahiro Yamada-3/+3
2021-09-30kconfig: narrow the scope of variables in the lexerMasahiro Yamada-1/+2
2021-09-25kconfig: Create links to main menu items in searchAriel Marcovitch-15/+18
2021-08-10scripts: merge_config: add strict mode to fail upon any redefinitionMatthias Maennich-0/+15
2021-07-10Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-1/+1
2021-06-29streamline_config.pl: add softtabstop=4 for vim usersSteven Rostedt (VMware)-0/+2
2021-06-29streamline_config.pl: make spacing consistentSteven Rostedt (VMware)-39/+39
2021-06-05kconfig: constify long_optsMasahiro Yamada-1/+1
2021-04-29Merge tag 'kconfig-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds-635/+559
2021-04-26kconfig: refactor .gitignoreMasahiro Yamada-10/+3
2021-04-25kbuild: redo fake deps at include/config/*.hAlexey Dobriyan-10/+5
2021-04-19kconfig: highlight xconfig 'comment' lines with '***'Randy Dunlap-0/+1
2021-04-19kconfig: highlight gconfig 'comment' lines with '***'Randy Dunlap-2/+6
2021-04-19kconfig: gconf: remove unused codeMasahiro Yamada-7/+0
2021-04-19kconfig: remove unused PACKAGE definitionMasahiro Yamada-4/+0
2021-04-16kconfig: nconf: stop endless search loopsMihai Moldovan-1/+1
2021-04-14kconfig: split menu.c out of parser.yMasahiro Yamada-5/+14
2021-04-14kconfig: nconf: refactor in print_in_middle()Masahiro Yamada-34/+6
2021-04-14kconfig: nconf: remove meaningless wattrset() call from show_menu()Masahiro Yamada-1/+0
2021-04-14kconfig: nconf: change set_config_filename() to void functionMasahiro Yamada-2/+1
2021-04-14kconfig: nconf: refactor attributes setup codeMasahiro Yamada-175/+144
2021-04-14kconfig: nconf: remove unneeded default for menu promptMasahiro Yamada-4/+2
2021-04-14kconfig: nconf: get rid of (void) casts from wattrset() callsMasahiro Yamada-17/+17
2021-04-14kconfig: nconf: fix NORMAL attributesMasahiro Yamada-2/+2
2021-04-14kconfig: mconf,nconf: remove unneeded '\0' termination after snprintf()Masahiro Yamada-17/+6
2021-04-14kconfig: use /boot/config-* etc. as DEFCONFIG_LIST only for native buildMasahiro Yamada-4/+4
2021-04-14kconfig: change sym_change_count to a boolean flagMasahiro Yamada-24/+18
2021-04-14kconfig: nconf: fix core dump when searching in empty menuMasahiro Yamada-3/+7
2021-04-14kconfig: lxdialog: A spello fix and a punctuation addedBhaskar Chowdhury-2/+2
2021-04-14kconfig: streamline_config.pl: Couple of typo fixesBhaskar Chowdhury-2/+2
2021-04-14kconfig: use true and false for bool variableYang Li-1/+1
2021-04-14kconfig: change "modules" from sub-option to first-level attributeMasahiro Yamada-16/+8
2021-04-14kconfig: remove allnoconfig_y optionMasahiro Yamada-20/+1
2021-04-14kconfig: do not use allnoconfig_y optionMasahiro Yamada-1/+2
2021-04-14kconfig: move default KBUILD_DEFCONFIG back to scripts/kconfig/MakefileMasahiro Yamada-0/+4
2021-04-14kconfig: change defconfig_list option to environment variableMasahiro Yamada-29/+42
2021-04-14kconfig: move JUMP_NB to mconf.cMasahiro Yamada-2/+2
2021-04-14kconfig: move conf_set_all_new_symbols() to conf.cMasahiro Yamada-187/+193
2021-03-25kconfig: move conf_rewrite_mod_or_yes() to conf.cMasahiro Yamada-16/+15
2021-03-25kconfig: remove assignment for Kconfig fileMasahiro Yamada-2/+1
2021-03-25kconfig: add help messages for --help (-h) and --silent (-s)Masahiro Yamada-3/+7