summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig
Commit message (Expand)AuthorAgeFilesLines
* 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
| * kconfig: highlight gconfig 'comment' lines with '***'Randy Dunlap2021-04-191-2/+6
| * kconfig: gconf: remove unused codeMasahiro Yamada2021-04-191-7/+0
| * kconfig: remove unused PACKAGE definitionMasahiro Yamada2021-04-191-4/+0
| * kconfig: nconf: stop endless search loopsMihai Moldovan2021-04-161-1/+1
| * kconfig: split menu.c out of parser.yMasahiro Yamada2021-04-144-5/+14
| * kconfig: nconf: refactor in print_in_middle()Masahiro Yamada2021-04-143-34/+6
| * kconfig: nconf: remove meaningless wattrset() call from show_menu()Masahiro Yamada2021-04-141-1/+0
| * kconfig: nconf: change set_config_filename() to void functionMasahiro Yamada2021-04-141-2/+1
| * kconfig: nconf: refactor attributes setup codeMasahiro Yamada2021-04-143-175/+144
| * kconfig: nconf: remove unneeded default for menu promptMasahiro Yamada2021-04-141-4/+2
| * kconfig: nconf: get rid of (void) casts from wattrset() callsMasahiro Yamada2021-04-142-17/+17
| * kconfig: nconf: fix NORMAL attributesMasahiro Yamada2021-04-141-2/+2
| * kconfig: mconf,nconf: remove unneeded '\0' termination after snprintf()Masahiro Yamada2021-04-142-17/+6
| * kconfig: use /boot/config-* etc. as DEFCONFIG_LIST only for native buildMasahiro Yamada2021-04-141-4/+4
| * kconfig: change sym_change_count to a boolean flagMasahiro Yamada2021-04-147-24/+18
| * kconfig: nconf: fix core dump when searching in empty menuMasahiro Yamada2021-04-141-3/+7
| * kconfig: lxdialog: A spello fix and a punctuation addedBhaskar Chowdhury2021-04-141-2/+2
| * kconfig: streamline_config.pl: Couple of typo fixesBhaskar Chowdhury2021-04-141-2/+2
| * kconfig: use true and false for bool variableYang Li2021-04-141-1/+1
| * kconfig: change "modules" from sub-option to first-level attributeMasahiro Yamada2021-04-147-16/+8
| * kconfig: remove allnoconfig_y optionMasahiro Yamada2021-04-146-20/+1
| * kconfig: do not use allnoconfig_y optionMasahiro Yamada2021-04-141-1/+2
| * kconfig: move default KBUILD_DEFCONFIG back to scripts/kconfig/MakefileMasahiro Yamada2021-04-141-0/+4
| * kconfig: change defconfig_list option to environment variableMasahiro Yamada2021-04-149-29/+42
| * kconfig: move JUMP_NB to mconf.cMasahiro Yamada2021-04-142-2/+2
| * kconfig: move conf_set_all_new_symbols() to conf.cMasahiro Yamada2021-04-143-187/+193
| * kconfig: move conf_rewrite_mod_or_yes() to conf.cMasahiro Yamada2021-03-253-16/+15
| * kconfig: remove assignment for Kconfig fileMasahiro Yamada2021-03-251-2/+1
| * kconfig: add help messages for --help (-h) and --silent (-s)Masahiro Yamada2021-03-251-3/+7
| * kconfig: add long options --help and --silentMasahiro Yamada2021-03-251-0/+2
| * kconfig: refactor option parse codeMasahiro Yamada2021-03-251-48/+43
| * kconfig: split randconfig setup code into set_randconfig_seed()Masahiro Yamada2021-03-251-23/+31
* | kbuild: redo fake deps at include/config/*.hAlexey Dobriyan2021-04-251-10/+5
|/
* kconfig: unify rule of config, menuconfig, nconfig, gconfig, xconfigMasahiro Yamada2021-02-241-22/+14
* kconfig: omit --oldaskconfig option for 'make config'Masahiro Yamada2021-02-242-1/+2
* kconfig: fix 'invalid option' for help optionMasahiro Yamada2021-02-241-2/+2
* kconfig: remove dead code in conf_askvalue()Masahiro Yamada2021-02-241-15/+1
* kconfig: clean up nested if-conditionals in check_conf()Masahiro Yamada2021-02-241-26/+29
* kconfig: Remove duplicate call to sym_get_string_value()Mickaël Salaün2021-02-241-1/+1
* kconfig: mconf: fix HOSTCC callEnrico Weigelt, metux IT consult2021-01-271-1/+1
* kconfig: remove 'kvmconfig' and 'xenconfig' shorthandsMasahiro Yamada2021-01-041-10/+0
* kconfig: Support building mconf with vendor sysroot ncursesJohn Millikin2021-01-041-1/+3