aboutsummaryrefslogtreecommitdiff
path: root/scripts/kconfig/tests
AgeCommit message (Expand)AuthorFilesLines
2021-04-14kconfig: change "modules" from sub-option to first-level attributeGravatar Masahiro Yamada 3-3/+3
2021-04-14kconfig: change defconfig_list option to environment variableGravatar Masahiro Yamada 1-0/+4
2020-05-12kconfig: tests: remove randconfig test for choice in choiceGravatar Masahiro Yamada 5-63/+0
2019-06-14docs: kbuild: convert docs to ReST and rename to *.rstGravatar Mauro Carvalho Chehab 1-7/+7
2019-06-05kconfig: tests: fix recursive inclusion unit testGravatar Masahiro Yamada 1-3/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 4-0/+4
2018-12-28kconfig: convert to SPDX License IdentifierGravatar Masahiro Yamada 15-0/+22
2018-08-22kconfig: improve the recursive dependency reportGravatar Masahiro Yamada 1-3/+3
2018-08-22kconfig: report recursive dependency involving 'imply'Gravatar Masahiro Yamada 2-16/+25
2018-08-22kconfig: error out when seeing recursive dependencyGravatar Masahiro Yamada 4-9/+10
2018-05-29kconfig: test: add Kconfig macro language testsGravatar Masahiro Yamada 13-0/+191
2018-05-29kconfig: make default prompt of mainmenu less specificGravatar Masahiro Yamada 1-1/+1
2018-03-26kconfig: remove duplicated file name and lineno of recursive inclusionGravatar Masahiro Yamada 1-5/+6
2018-03-26kconfig: tests: test if recursive inclusion is detectedGravatar Masahiro Yamada 6-0/+24
2018-03-26kconfig: tests: test if recursive dependencies are detectedGravatar Masahiro Yamada 3-0/+101
2018-03-26kconfig: tests: test randconfig for choice in choiceGravatar Masahiro Yamada 5-0/+60
2018-03-26kconfig: tests: test defconfig when two choices interactGravatar Masahiro Yamada 4-0/+42
2018-03-26kconfig: tests: check visibility of tristate choice values in y choiceGravatar Masahiro Yamada 5-0/+43
2018-03-26kconfig: tests: check unneeded "is not set" with unmet dependencyGravatar Masahiro Yamada 4-0/+39
2018-03-26kconfig: tests: test if new symbols in choice are askedGravatar Masahiro Yamada 4-0/+64
2018-03-26kconfig: tests: test automatic submenu creationGravatar Masahiro Yamada 3-0/+72
2018-03-26kconfig: tests: add basic choice testsGravatar Masahiro Yamada 9-0/+149
2018-03-26kconfig: tests: add framework for Kconfig unit testingGravatar Masahiro Yamada 2-0/+298