summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig
AgeCommit message (Expand)AuthorLines
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
2021-03-25kconfig: add long options --help and --silentMasahiro Yamada-0/+2
2021-03-25kconfig: refactor option parse codeMasahiro Yamada-48/+43
2021-03-25kconfig: split randconfig setup code into set_randconfig_seed()Masahiro Yamada-23/+31
2021-02-24kconfig: unify rule of config, menuconfig, nconfig, gconfig, xconfigMasahiro Yamada-22/+14
2021-02-24kconfig: omit --oldaskconfig option for 'make config'Masahiro Yamada-1/+2
2021-02-24kconfig: fix 'invalid option' for help optionMasahiro Yamada-2/+2
2021-02-24kconfig: remove dead code in conf_askvalue()Masahiro Yamada-15/+1
2021-02-24kconfig: clean up nested if-conditionals in check_conf()Masahiro Yamada-26/+29
2021-02-24kconfig: Remove duplicate call to sym_get_string_value()Mickaël Salaün-1/+1
2021-01-27kconfig: mconf: fix HOSTCC callEnrico Weigelt, metux IT consult-1/+1
2021-01-04kconfig: remove 'kvmconfig' and 'xenconfig' shorthandsMasahiro Yamada-10/+0
2021-01-04kconfig: Support building mconf with vendor sysroot ncursesJohn Millikin-1/+3
2020-12-21kconfig: fix return value of do_error_if()Masahiro Yamada-1/+1
2020-12-08kconfig: clean up header inclusionBoris Kolpackov-3/+2
2020-12-08kconfig: qconf: show Qt version in the About dialogMasahiro Yamada-3/+6
2020-12-08kconfig: make lkc.h self-sufficient #include-wiseBoris Kolpackov-0/+4
2020-12-08kconfig: qconf: convert to Qt5 new signal/slot connection syntaxMasahiro Yamada-58/+78
2020-12-08kconfig: qconf: use a variable to pass packages to pkg-configMasahiro Yamada-1/+1
2020-12-08kconfig: qconf: drop Qt4 supportMasahiro Yamada-10/+2
2020-10-22Merge tag 'kconfig-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds-275/+170
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-8/+8
2020-09-25kconfig: qconf: create QApplication after option checksMasahiro Yamada-1/+2
2020-09-25kconfig: qconf: remove Y, M, N columnsMasahiro Yamada-61/+4
2020-09-25kconfig: qconf: remove ConfigView classMasahiro Yamada-47/+17
2020-09-25kconfig: qconf: move setShowName/Range() to ConfigList from ConfigViewMasahiro Yamada-33/+32
2020-09-25kconfig: qconf: remove ConfigLineEdit classMasahiro Yamada-57/+0
2020-09-25kconfig: qconf: allow to edit "int", "hex", "string" menus in-placeMasahiro Yamada-17/+91
2020-09-25kconfig: qconf: show data column all the timeMasahiro Yamada-32/+2
2020-09-25kconfig: qconf: move ConfigView::updateList(All) to ConfigList classMasahiro Yamada-42/+39
2020-09-25kconfig: qconf: remove unused ConfigItem::okRename()Masahiro Yamada-9/+0
2020-09-25kconfig: qconf: update the intro message to match to the current codeMasahiro Yamada-4/+4
2020-09-25kconfig: qconf: reformat the intro messageMasahiro Yamada-11/+18
2020-09-20kconfig: qconf: revive help message in the info viewMasahiro Yamada-3/+8
2020-09-20kconfig: qconf: fix incomplete type 'struct gstr' warningMasahiro Yamada-31/+30
2020-09-19kconfig: qconf: use delete[] instead of delete to free array (again)Masahiro Yamada-1/+1