| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | kconfig: nconf: refactor attributes setup code | Masahiro Yamada | 2021-04-14 | 3 | -175/+144 |
| * | kconfig: nconf: remove unneeded default for menu prompt | Masahiro Yamada | 2021-04-14 | 1 | -4/+2 |
| * | kconfig: nconf: get rid of (void) casts from wattrset() calls | Masahiro Yamada | 2021-04-14 | 2 | -17/+17 |
| * | kconfig: nconf: fix NORMAL attributes | Masahiro Yamada | 2021-04-14 | 1 | -2/+2 |
| * | kconfig: mconf,nconf: remove unneeded '\0' termination after snprintf() | Masahiro Yamada | 2021-04-14 | 2 | -17/+6 |
| * | kconfig: use /boot/config-* etc. as DEFCONFIG_LIST only for native build | Masahiro Yamada | 2021-04-14 | 1 | -4/+4 |
| * | kconfig: change sym_change_count to a boolean flag | Masahiro Yamada | 2021-04-14 | 7 | -24/+18 |
| * | kconfig: nconf: fix core dump when searching in empty menu | Masahiro Yamada | 2021-04-14 | 1 | -3/+7 |
| * | kconfig: lxdialog: A spello fix and a punctuation added | Bhaskar Chowdhury | 2021-04-14 | 1 | -2/+2 |
| * | kconfig: streamline_config.pl: Couple of typo fixes | Bhaskar Chowdhury | 2021-04-14 | 1 | -2/+2 |
| * | kconfig: use true and false for bool variable | Yang Li | 2021-04-14 | 1 | -1/+1 |
| * | kconfig: change "modules" from sub-option to first-level attribute | Masahiro Yamada | 2021-04-14 | 7 | -16/+8 |
| * | kconfig: remove allnoconfig_y option | Masahiro Yamada | 2021-04-14 | 6 | -20/+1 |
| * | kconfig: do not use allnoconfig_y option | Masahiro Yamada | 2021-04-14 | 1 | -1/+2 |
| * | kconfig: move default KBUILD_DEFCONFIG back to scripts/kconfig/Makefile | Masahiro Yamada | 2021-04-14 | 1 | -0/+4 |
| * | kconfig: change defconfig_list option to environment variable | Masahiro Yamada | 2021-04-14 | 9 | -29/+42 |
| * | kconfig: move JUMP_NB to mconf.c | Masahiro Yamada | 2021-04-14 | 2 | -2/+2 |
| * | kconfig: move conf_set_all_new_symbols() to conf.c | Masahiro Yamada | 2021-04-14 | 3 | -187/+193 |
| * | kconfig: move conf_rewrite_mod_or_yes() to conf.c | Masahiro Yamada | 2021-03-25 | 3 | -16/+15 |
| * | kconfig: remove assignment for Kconfig file | Masahiro Yamada | 2021-03-25 | 1 | -2/+1 |
| * | kconfig: add help messages for --help (-h) and --silent (-s) | Masahiro Yamada | 2021-03-25 | 1 | -3/+7 |
| * | kconfig: add long options --help and --silent | Masahiro Yamada | 2021-03-25 | 1 | -0/+2 |
| * | kconfig: refactor option parse code | Masahiro Yamada | 2021-03-25 | 1 | -48/+43 |
| * | kconfig: split randconfig setup code into set_randconfig_seed() | Masahiro Yamada | 2021-03-25 | 1 | -23/+31 |
* | | kbuild: redo fake deps at include/config/*.h | Alexey Dobriyan | 2021-04-25 | 1 | -10/+5 |
|/ |
|
* | kconfig: unify rule of config, menuconfig, nconfig, gconfig, xconfig | Masahiro Yamada | 2021-02-24 | 1 | -22/+14 |
* | kconfig: omit --oldaskconfig option for 'make config' | Masahiro Yamada | 2021-02-24 | 2 | -1/+2 |
* | kconfig: fix 'invalid option' for help option | Masahiro Yamada | 2021-02-24 | 1 | -2/+2 |
* | kconfig: remove dead code in conf_askvalue() | Masahiro Yamada | 2021-02-24 | 1 | -15/+1 |
* | kconfig: clean up nested if-conditionals in check_conf() | Masahiro Yamada | 2021-02-24 | 1 | -26/+29 |
* | kconfig: Remove duplicate call to sym_get_string_value() | Mickaël Salaün | 2021-02-24 | 1 | -1/+1 |
* | kconfig: mconf: fix HOSTCC call | Enrico Weigelt, metux IT consult | 2021-01-27 | 1 | -1/+1 |
* | kconfig: remove 'kvmconfig' and 'xenconfig' shorthands | Masahiro Yamada | 2021-01-04 | 1 | -10/+0 |
* | kconfig: Support building mconf with vendor sysroot ncurses | John Millikin | 2021-01-04 | 1 | -1/+3 |
* | kconfig: fix return value of do_error_if() | Masahiro Yamada | 2020-12-21 | 1 | -1/+1 |
* | kconfig: clean up header inclusion | Boris Kolpackov | 2020-12-08 | 4 | -3/+2 |
* | kconfig: qconf: show Qt version in the About dialog | Masahiro Yamada | 2020-12-08 | 1 | -3/+6 |
* | kconfig: make lkc.h self-sufficient #include-wise | Boris Kolpackov | 2020-12-08 | 1 | -0/+4 |
* | kconfig: qconf: convert to Qt5 new signal/slot connection syntax | Masahiro Yamada | 2020-12-08 | 1 | -58/+78 |
* | kconfig: qconf: use a variable to pass packages to pkg-config | Masahiro Yamada | 2020-12-08 | 1 | -1/+1 |
* | kconfig: qconf: drop Qt4 support | Masahiro Yamada | 2020-12-08 | 1 | -10/+2 |
* | Merge tag 'kconfig-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds | 2020-10-22 | 2 | -275/+170 |
|\ |
|
| * | kconfig: qconf: create QApplication after option checks | Masahiro Yamada | 2020-09-25 | 1 | -1/+2 |
| * | kconfig: qconf: remove Y, M, N columns | Masahiro Yamada | 2020-09-25 | 2 | -61/+4 |
| * | kconfig: qconf: remove ConfigView class | Masahiro Yamada | 2020-09-25 | 2 | -47/+17 |
| * | kconfig: qconf: move setShowName/Range() to ConfigList from ConfigView | Masahiro Yamada | 2020-09-25 | 2 | -33/+32 |
| * | kconfig: qconf: remove ConfigLineEdit class | Masahiro Yamada | 2020-09-25 | 2 | -57/+0 |
| * | kconfig: qconf: allow to edit "int", "hex", "string" menus in-place | Masahiro Yamada | 2020-09-25 | 2 | -17/+91 |
| * | kconfig: qconf: show data column all the time | Masahiro Yamada | 2020-09-25 | 2 | -32/+2 |
| * | kconfig: qconf: move ConfigView::updateList(All) to ConfigList class | Masahiro Yamada | 2020-09-25 | 2 | -42/+39 |