aboutsummaryrefslogtreecommitdiff
path: root/scripts/kconfig
AgeCommit message (Expand)AuthorFilesLines
2020-08-02kconfig: qconf: remove wrong ConfigList::firstChild()Gravatar Masahiro Yamada 2-5/+1
2020-08-01Revert "kconfig: qconf: don't show goback button on splitMode"Gravatar Masahiro Yamada 1-3/+2
2020-08-01Revert "kconfig: qconf: Change title for the item window"Gravatar Masahiro Yamada 1-9/+1
2020-08-01kconfig: qconf: remove "goBack" debug messageGravatar Masahiro Yamada 1-1/+0
2020-08-01kconfig: qconf: use delete[] instead of delete to free arrayGravatar Masahiro Yamada 1-2/+2
2020-08-01kconfig: qconf: compile moc object separatelyGravatar Masahiro Yamada 3-7/+7
2020-08-01kconfig: qconf: use if_changed for qconf.moc ruleGravatar Masahiro Yamada 1-2/+4
2020-07-02kconfig: qconf: parse newer types at debug infoGravatar Mauro Carvalho Chehab 1-0/+3
2020-07-02kconfig: qconf: navigate menus on hyperlinksGravatar Mauro Carvalho Chehab 1-18/+7
2020-07-02kconfig: qconf: don't show goback button on splitModeGravatar Mauro Carvalho Chehab 1-2/+3
2020-07-01kconfig: qconf: simplify the goBack() logicGravatar Mauro Carvalho Chehab 1-31/+17
2020-07-01kconfig: qconf: re-implement setSelected()Gravatar Mauro Carvalho Chehab 2-12/+11
2020-07-01kconfig: qconf: make debug links work againGravatar Mauro Carvalho Chehab 2-5/+71
2020-07-01kconfig: qconf: make search fully work again on split modeGravatar Mauro Carvalho Chehab 1-7/+18
2020-07-01kconfig: qconf: cleanup includesGravatar Mauro Carvalho Chehab 2-25/+16
2020-05-26kconfig: announce removal of 'kvmconfig' and 'xenconfig' shorthandsGravatar Masahiro Yamada 1-5/+4
2020-05-13streamline_config.pl: add LMC_KEEP to preserve some kconfigsGravatar Changbin Du 2-0/+23
2020-05-12kconfig: allow only 'config', 'comment', and 'if' inside 'choice'Gravatar Masahiro Yamada 1-14/+16
2020-05-12kconfig: tests: remove randconfig test for choice in choiceGravatar Masahiro Yamada 5-63/+0
2020-05-12kconfig: do not assign a variable in the return statementGravatar Masahiro Yamada 1-1/+2
2020-05-12kconfig: do not use OR-assignment for zero-cleared structureGravatar Masahiro Yamada 1-1/+1
2020-04-09kconfig: qconf: Fix a few alignment issuesGravatar Mauro Carvalho Chehab 1-6/+7
2020-04-09kconfig: qconf: remove some old bogus TODOsGravatar Mauro Carvalho Chehab 1-2/+1
2020-04-09kconfig: qconf: fix support for the split view modeGravatar Mauro Carvalho Chehab 2-7/+28
2020-04-09kconfig: qconf: fix the content of the main widgetGravatar Mauro Carvalho Chehab 1-6/+17
2020-04-09kconfig: qconf: Change title for the item windowGravatar Mauro Carvalho Chehab 1-1/+9
2020-04-09kconfig: qconf: clean deprecated warningsGravatar Mauro Carvalho Chehab 1-4/+4
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-3/+1
2020-03-29kconfig: remove unused variable in qconf.ccGravatar Masahiro Yamada 1-2/+0
2020-03-25.gitignore: add SPDX License IdentifierGravatar Masahiro Yamada 1-0/+1
2020-03-25.gitignore: remove too obvious commentsGravatar Masahiro Yamada 1-3/+0
2020-03-13kconfig: make 'imply' obey the direct dependencyGravatar Masahiro Yamada 1-1/+3
2020-03-13kconfig: allow symbols implied by y to become mGravatar Masahiro Yamada 1-4/+1
2020-03-03kbuild: use KBUILD_DEFCONFIG as the fallback for DEFCONFIG_LISTGravatar Masahiro Yamada 1-4/+0
2020-02-05kconfig: Invalidate all symbols after changing to y or m.Gravatar Tetsuo Handa 1-3/+2
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yGravatar Masahiro Yamada 1-5/+5
2020-02-04kconfig: fix broken dependency in randconfig-generated .configGravatar Masahiro Yamada 1-1/+1
2020-02-01Merge tag 'kconfig-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 13-130/+170
2020-01-10kconfig: fix an "implicit declaration of function" warningGravatar Bartosz Golaszewski 3-0/+3
2020-01-07kconfig: fix nesting of symbol help textGravatar Thomas Hebb 1-8/+8
2020-01-07kconfig: distinguish between dependencies and visibility in help textGravatar Thomas Hebb 3-2/+13
2020-01-07kconfig: list all definitions of a symbol in help textGravatar Thomas Hebb 1-24/+31
2020-01-07kconfig: Add yes2modconfig and mod2yesconfig targets.Gravatar Tetsuo Handa 4-1/+38
2020-01-07kconfig: use $(PERL) in MakefileGravatar Masahiro Yamada 1-1/+1
2020-01-07kconfig: fix too deep indentation in MakefileGravatar Masahiro Yamada 1-9/+9
2020-01-07kconfig: localmodconfig: fix indentation for closing braceGravatar Masahiro Yamada 1-1/+1
2020-01-07kconfig: localmodconfig: remove unused $configGravatar Masahiro Yamada 1-2/+0
2020-01-07kconfig: squash prop_alloc() into menu_add_prop()Gravatar Masahiro Yamada 3-23/+17
2020-01-07kconfig: remove sym from struct propertyGravatar Masahiro Yamada 3-3/+1
2020-01-07kconfig: remove 'prompt' argument from menu_add_prop()Gravatar Masahiro Yamada 1-4/+5