aboutsummaryrefslogtreecommitdiff
path: root/scripts/kconfig
AgeCommit message (Expand)AuthorFilesLines
2021-08-10scripts: merge_config: add strict mode to fail upon any redefinitionGravatar Matthias Maennich 1-0/+15
2021-07-10Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-1/+1
2021-06-29streamline_config.pl: add softtabstop=4 for vim usersGravatar Steven Rostedt (VMware) 1-0/+2
2021-06-29streamline_config.pl: make spacing consistentGravatar Steven Rostedt (VMware) 1-39/+39
2021-06-05kconfig: constify long_optsGravatar Masahiro Yamada 1-1/+1
2021-04-29Merge tag 'kconfig-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 24-635/+559
2021-04-26kconfig: refactor .gitignoreGravatar Masahiro Yamada 1-10/+3
2021-04-25kbuild: redo fake deps at include/config/*.hGravatar Alexey Dobriyan 1-10/+5
2021-04-19kconfig: highlight xconfig 'comment' lines with '***'Gravatar Randy Dunlap 1-0/+1
2021-04-19kconfig: highlight gconfig 'comment' lines with '***'Gravatar Randy Dunlap 1-2/+6
2021-04-19kconfig: gconf: remove unused codeGravatar Masahiro Yamada 1-7/+0
2021-04-19kconfig: remove unused PACKAGE definitionGravatar Masahiro Yamada 1-4/+0
2021-04-16kconfig: nconf: stop endless search loopsGravatar Mihai Moldovan 1-1/+1
2021-04-14kconfig: split menu.c out of parser.yGravatar Masahiro Yamada 4-5/+14
2021-04-14kconfig: nconf: refactor in print_in_middle()Gravatar Masahiro Yamada 3-34/+6
2021-04-14kconfig: nconf: remove meaningless wattrset() call from show_menu()Gravatar Masahiro Yamada 1-1/+0
2021-04-14kconfig: nconf: change set_config_filename() to void functionGravatar Masahiro Yamada 1-2/+1
2021-04-14kconfig: nconf: refactor attributes setup codeGravatar Masahiro Yamada 3-175/+144
2021-04-14kconfig: nconf: remove unneeded default for menu promptGravatar Masahiro Yamada 1-4/+2
2021-04-14kconfig: nconf: get rid of (void) casts from wattrset() callsGravatar Masahiro Yamada 2-17/+17
2021-04-14kconfig: nconf: fix NORMAL attributesGravatar Masahiro Yamada 1-2/+2
2021-04-14kconfig: mconf,nconf: remove unneeded '\0' termination after snprintf()Gravatar Masahiro Yamada 2-17/+6
2021-04-14kconfig: use /boot/config-* etc. as DEFCONFIG_LIST only for native buildGravatar Masahiro Yamada 1-4/+4
2021-04-14kconfig: change sym_change_count to a boolean flagGravatar Masahiro Yamada 7-24/+18
2021-04-14kconfig: nconf: fix core dump when searching in empty menuGravatar Masahiro Yamada 1-3/+7
2021-04-14kconfig: lxdialog: A spello fix and a punctuation addedGravatar Bhaskar Chowdhury 1-2/+2
2021-04-14kconfig: streamline_config.pl: Couple of typo fixesGravatar Bhaskar Chowdhury 1-2/+2
2021-04-14kconfig: use true and false for bool variableGravatar Yang Li 1-1/+1
2021-04-14kconfig: change "modules" from sub-option to first-level attributeGravatar Masahiro Yamada 7-16/+8
2021-04-14kconfig: remove allnoconfig_y optionGravatar Masahiro Yamada 6-20/+1
2021-04-14kconfig: do not use allnoconfig_y optionGravatar Masahiro Yamada 1-1/+2
2021-04-14kconfig: move default KBUILD_DEFCONFIG back to scripts/kconfig/MakefileGravatar Masahiro Yamada 1-0/+4
2021-04-14kconfig: change defconfig_list option to environment variableGravatar Masahiro Yamada 9-29/+42
2021-04-14kconfig: move JUMP_NB to mconf.cGravatar Masahiro Yamada 2-2/+2
2021-04-14kconfig: move conf_set_all_new_symbols() to conf.cGravatar Masahiro Yamada 3-187/+193
2021-03-25kconfig: move conf_rewrite_mod_or_yes() to conf.cGravatar Masahiro Yamada 3-16/+15
2021-03-25kconfig: remove assignment for Kconfig fileGravatar Masahiro Yamada 1-2/+1
2021-03-25kconfig: add help messages for --help (-h) and --silent (-s)Gravatar Masahiro Yamada 1-3/+7
2021-03-25kconfig: add long options --help and --silentGravatar Masahiro Yamada 1-0/+2
2021-03-25kconfig: refactor option parse codeGravatar Masahiro Yamada 1-48/+43
2021-03-25kconfig: split randconfig setup code into set_randconfig_seed()Gravatar Masahiro Yamada 1-23/+31
2021-02-24kconfig: unify rule of config, menuconfig, nconfig, gconfig, xconfigGravatar Masahiro Yamada 1-22/+14
2021-02-24kconfig: omit --oldaskconfig option for 'make config'Gravatar Masahiro Yamada 2-1/+2
2021-02-24kconfig: fix 'invalid option' for help optionGravatar Masahiro Yamada 1-2/+2
2021-02-24kconfig: remove dead code in conf_askvalue()Gravatar Masahiro Yamada 1-15/+1
2021-02-24kconfig: clean up nested if-conditionals in check_conf()Gravatar Masahiro Yamada 1-26/+29
2021-02-24kconfig: Remove duplicate call to sym_get_string_value()Gravatar Mickaël Salaün 1-1/+1
2021-01-27kconfig: mconf: fix HOSTCC callGravatar Enrico Weigelt, metux IT consult 1-1/+1
2021-01-04kconfig: remove 'kvmconfig' and 'xenconfig' shorthandsGravatar Masahiro Yamada 1-10/+0
2021-01-04kconfig: Support building mconf with vendor sysroot ncursesGravatar John Millikin 1-1/+3