summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig
Commit message (Expand)AuthorAgeFilesLines
* kconfig: fix failing to generate auto.confJing Leng2022-02-121-4/+9
* kconfig: fix missing fclose() on error pathsMasahiro Yamada2022-02-101-6/+6
* kconfig: let 'shell' return enough output for deep path namesBrenda Streiff2022-02-081-1/+1
* kbuild: do not quote string values in include/config/auto.confMasahiro Yamada2022-01-081-11/+13
* streamline_config.pl: show the full Kconfig nameƁukasz Stelmach2021-12-021-1/+1
* kconfig: Add `make mod2noconfig` to disable module optionsJosh Triplett2021-12-022-8/+12
* kconfig: refactor conf_touch_dep()Masahiro Yamada2021-10-111-18/+4
* kconfig: refactor conf_write_dep()Masahiro Yamada2021-10-111-17/+37
* kconfig: refactor conf_write_autoconf()Masahiro Yamada2021-10-111-37/+57
* kconfig: add conf_get_autoheader_name()Masahiro Yamada2021-10-111-3/+8
* kconfig: move sym_escape_string_value() to confdata.cMasahiro Yamada2021-10-113-47/+45
* kconfig: refactor listnewconfig codeMasahiro Yamada2021-10-113-12/+8
* kconfig: refactor conf_write_symbol()Masahiro Yamada2021-10-111-79/+57
* kconfig: refactor conf_write_heading()Masahiro Yamada2021-10-111-62/+33
* kconfig: remove 'const' from the return type of sym_escape_string_value()Masahiro Yamada2021-10-014-23/+24
* kconfig: rename a variable in the lexer to a clearer nameMasahiro Yamada2021-09-301-3/+3
* kconfig: narrow the scope of variables in the lexerMasahiro Yamada2021-09-301-1/+2
* kconfig: Create links to main menu items in searchAriel Marcovitch2021-09-251-15/+18
* 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