aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-14kconfig: mconf,nconf: remove unneeded '\0' termination after snprintf()Masahiro Yamada2-17/+6
2021-04-14kconfig: use /boot/config-* etc. as DEFCONFIG_LIST only for native buildMasahiro Yamada1-4/+4
2021-04-14kconfig: change sym_change_count to a boolean flagMasahiro Yamada7-24/+18
2021-04-14kconfig: nconf: fix core dump when searching in empty menuMasahiro Yamada1-3/+7
2021-04-14kconfig: lxdialog: A spello fix and a punctuation addedBhaskar Chowdhury1-2/+2
2021-04-14kconfig: streamline_config.pl: Couple of typo fixesBhaskar Chowdhury1-2/+2
2021-04-14kconfig: use true and false for bool variableYang Li1-1/+1
2021-04-14kconfig: change "modules" from sub-option to first-level attributeMasahiro Yamada7-16/+8
2021-04-14kconfig: remove allnoconfig_y optionMasahiro Yamada6-20/+1
2021-04-14kconfig: do not use allnoconfig_y optionMasahiro Yamada1-1/+2
2021-04-14kconfig: move default KBUILD_DEFCONFIG back to scripts/kconfig/MakefileMasahiro Yamada1-0/+4
2021-04-14kconfig: change defconfig_list option to environment variableMasahiro Yamada9-29/+42
2021-04-14kconfig: move JUMP_NB to mconf.cMasahiro Yamada2-2/+2
2021-04-14kconfig: move conf_set_all_new_symbols() to conf.cMasahiro Yamada3-187/+193
2021-03-25kconfig: move conf_rewrite_mod_or_yes() to conf.cMasahiro Yamada3-16/+15
2021-03-25kconfig: remove assignment for Kconfig fileMasahiro Yamada1-2/+1
2021-03-25kconfig: add help messages for --help (-h) and --silent (-s)Masahiro Yamada1-3/+7
2021-03-25kconfig: add long options --help and --silentMasahiro Yamada1-0/+2
2021-03-25kconfig: refactor option parse codeMasahiro Yamada1-48/+43
2021-03-25kconfig: split randconfig setup code into set_randconfig_seed()Masahiro Yamada1-23/+31
2021-02-24kconfig: unify rule of config, menuconfig, nconfig, gconfig, xconfigMasahiro Yamada1-22/+14
2021-02-24kconfig: omit --oldaskconfig option for 'make config'Masahiro Yamada2-1/+2
2021-02-24kconfig: fix 'invalid option' for help optionMasahiro Yamada1-2/+2
2021-02-24kconfig: remove dead code in conf_askvalue()Masahiro Yamada1-15/+1
2021-02-24kconfig: clean up nested if-conditionals in check_conf()Masahiro Yamada1-26/+29
2021-02-24kconfig: Remove duplicate call to sym_get_string_value()Mickaël Salaün1-1/+1
2021-01-27kconfig: mconf: fix HOSTCC callEnrico Weigelt, metux IT consult1-1/+1
2021-01-04kconfig: remove 'kvmconfig' and 'xenconfig' shorthandsMasahiro Yamada1-10/+0
2021-01-04kconfig: Support building mconf with vendor sysroot ncursesJohn Millikin1-1/+3
2020-12-21kconfig: fix return value of do_error_if()Masahiro Yamada1-1/+1
2020-12-08kconfig: clean up header inclusionBoris Kolpackov4-3/+2
2020-12-08kconfig: qconf: show Qt version in the About dialogMasahiro Yamada1-3/+6
2020-12-08kconfig: make lkc.h self-sufficient #include-wiseBoris Kolpackov1-0/+4
2020-12-08kconfig: qconf: convert to Qt5 new signal/slot connection syntaxMasahiro Yamada1-58/+78
2020-12-08kconfig: qconf: use a variable to pass packages to pkg-configMasahiro Yamada1-1/+1
2020-12-08kconfig: qconf: drop Qt4 supportMasahiro Yamada1-10/+2
2020-10-22Merge tag 'kconfig-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds2-275/+170
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-8/+8
2020-09-25kconfig: qconf: create QApplication after option checksMasahiro Yamada1-1/+2
2020-09-25kconfig: qconf: remove Y, M, N columnsMasahiro Yamada2-61/+4
2020-09-25kconfig: qconf: remove ConfigView classMasahiro Yamada2-47/+17
2020-09-25kconfig: qconf: move setShowName/Range() to ConfigList from ConfigViewMasahiro Yamada2-33/+32
2020-09-25kconfig: qconf: remove ConfigLineEdit classMasahiro Yamada2-57/+0
2020-09-25kconfig: qconf: allow to edit "int", "hex", "string" menus in-placeMasahiro Yamada2-17/+91
2020-09-25kconfig: qconf: show data column all the timeMasahiro Yamada2-32/+2
2020-09-25kconfig: qconf: move ConfigView::updateList(All) to ConfigList classMasahiro Yamada2-42/+39
2020-09-25kconfig: qconf: remove unused ConfigItem::okRename()Masahiro Yamada2-9/+0
2020-09-25kconfig: qconf: update the intro message to match to the current codeMasahiro Yamada1-4/+4
2020-09-25kconfig: qconf: reformat the intro messageMasahiro Yamada1-11/+18
2020-09-20kconfig: qconf: revive help message in the info viewMasahiro Yamada1-3/+8