summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* kconfig: fix return value of do_error_if()Masahiro Yamada2020-12-211-1/+1
* kconfig: clean up header inclusionBoris Kolpackov2020-12-084-3/+2
* kconfig: qconf: show Qt version in the About dialogMasahiro Yamada2020-12-081-3/+6
* kconfig: make lkc.h self-sufficient #include-wiseBoris Kolpackov2020-12-081-0/+4
* kconfig: qconf: convert to Qt5 new signal/slot connection syntaxMasahiro Yamada2020-12-081-58/+78
* kconfig: qconf: use a variable to pass packages to pkg-configMasahiro Yamada2020-12-081-1/+1
* kconfig: qconf: drop Qt4 supportMasahiro Yamada2020-12-081-10/+2
* Merge tag 'kconfig-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-10-222-275/+170
|\
| * kconfig: qconf: create QApplication after option checksMasahiro Yamada2020-09-251-1/+2
| * kconfig: qconf: remove Y, M, N columnsMasahiro Yamada2020-09-252-61/+4
| * kconfig: qconf: remove ConfigView classMasahiro Yamada2020-09-252-47/+17
| * kconfig: qconf: move setShowName/Range() to ConfigList from ConfigViewMasahiro Yamada2020-09-252-33/+32
| * kconfig: qconf: remove ConfigLineEdit classMasahiro Yamada2020-09-252-57/+0
| * kconfig: qconf: allow to edit "int", "hex", "string" menus in-placeMasahiro Yamada2020-09-252-17/+91
| * kconfig: qconf: show data column all the timeMasahiro Yamada2020-09-252-32/+2
| * kconfig: qconf: move ConfigView::updateList(All) to ConfigList classMasahiro Yamada2020-09-252-42/+39
| * kconfig: qconf: remove unused ConfigItem::okRename()Masahiro Yamada2020-09-252-9/+0
| * kconfig: qconf: update the intro message to match to the current codeMasahiro Yamada2020-09-251-4/+4
| * kconfig: qconf: reformat the intro messageMasahiro Yamada2020-09-251-11/+18
* | Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-10-221-8/+8
|\ \ | |/ |/|
| * kbuild: hide commands to run Kconfig, and show short log for syncconfigMasahiro Yamada2020-08-271-8/+8