summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig
AgeCommit message (Expand)Author
2020-07-02kconfig: qconf: parse newer types at debug infoMauro Carvalho Chehab
2020-07-02kconfig: qconf: navigate menus on hyperlinksMauro Carvalho Chehab
2020-07-02kconfig: qconf: don't show goback button on splitModeMauro Carvalho Chehab
2020-07-01kconfig: qconf: simplify the goBack() logicMauro Carvalho Chehab
2020-07-01kconfig: qconf: re-implement setSelected()Mauro Carvalho Chehab
2020-07-01kconfig: qconf: make debug links work againMauro Carvalho Chehab
2020-07-01kconfig: qconf: make search fully work again on split modeMauro Carvalho Chehab
2020-07-01kconfig: qconf: cleanup includesMauro Carvalho Chehab
2020-05-26kconfig: announce removal of 'kvmconfig' and 'xenconfig' shorthandsMasahiro Yamada
2020-05-13streamline_config.pl: add LMC_KEEP to preserve some kconfigsChangbin Du
2020-05-12kconfig: allow only 'config', 'comment', and 'if' inside 'choice'Masahiro Yamada
2020-05-12kconfig: tests: remove randconfig test for choice in choiceMasahiro Yamada
2020-05-12kconfig: do not assign a variable in the return statementMasahiro Yamada
2020-05-12kconfig: do not use OR-assignment for zero-cleared structureMasahiro Yamada
2020-04-09kconfig: qconf: Fix a few alignment issuesMauro Carvalho Chehab
2020-04-09kconfig: qconf: remove some old bogus TODOsMauro Carvalho Chehab
2020-04-09kconfig: qconf: fix support for the split view modeMauro Carvalho Chehab
2020-04-09kconfig: qconf: fix the content of the main widgetMauro Carvalho Chehab
2020-04-09kconfig: qconf: Change title for the item windowMauro Carvalho Chehab
2020-04-09kconfig: qconf: clean deprecated warningsMauro Carvalho Chehab
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2020-03-29kconfig: remove unused variable in qconf.ccMasahiro Yamada
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada
2020-03-25.gitignore: remove too obvious commentsMasahiro Yamada
2020-03-13kconfig: make 'imply' obey the direct dependencyMasahiro Yamada
2020-03-13kconfig: allow symbols implied by y to become mMasahiro Yamada
2020-03-03kbuild: use KBUILD_DEFCONFIG as the fallback for DEFCONFIG_LISTMasahiro Yamada
2020-02-05kconfig: Invalidate all symbols after changing to y or m.Tetsuo Handa
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada
2020-02-04kconfig: fix broken dependency in randconfig-generated .configMasahiro Yamada
2020-02-01Merge tag 'kconfig-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2020-01-10kconfig: fix an "implicit declaration of function" warningBartosz Golaszewski
2020-01-07kconfig: fix nesting of symbol help textThomas Hebb
2020-01-07kconfig: distinguish between dependencies and visibility in help textThomas Hebb
2020-01-07kconfig: list all definitions of a symbol in help textThomas Hebb
2020-01-07kconfig: Add yes2modconfig and mod2yesconfig targets.Tetsuo Handa
2020-01-07kconfig: use $(PERL) in MakefileMasahiro Yamada
2020-01-07kconfig: fix too deep indentation in MakefileMasahiro Yamada
2020-01-07kconfig: localmodconfig: fix indentation for closing braceMasahiro Yamada
2020-01-07kconfig: localmodconfig: remove unused $configMasahiro Yamada
2020-01-07kconfig: squash prop_alloc() into menu_add_prop()Masahiro Yamada
2020-01-07kconfig: remove sym from struct propertyMasahiro Yamada
2020-01-07kconfig: remove 'prompt' argument from menu_add_prop()Masahiro Yamada
2020-01-07kconfig: move prompt handling to menu_add_prompt() from menu_add_prop()Masahiro Yamada
2020-01-07kconfig: remove 'prompt' symbolMasahiro Yamada
2020-01-07kconfig: drop T_WORD from the RHS of 'prompt' symbolMasahiro Yamada
2020-01-07kconfig: use parent->dep as the parentdep of 'menu'Masahiro Yamada
2020-01-07kconfig: remove the rootmenu check in menu_add_prop()Masahiro Yamada
2020-01-07kbuild: create modules.builtin without Makefile.modbuiltin or tristate.confMasahiro Yamada
2019-12-17kconfig: don't crash on NULL expressions in expr_eq()Thomas Hebb