summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/tests
AgeCommit message (Expand)AuthorLines
2024-07-20kconfig: recursive checks drop file/linenoHONG Yifan-18/+18
2024-07-16kconfig: remove tristate choice supportMasahiro Yamada-144/+0
2024-05-02kconfig: remove 'optional' property supportMasahiro Yamada-45/+0
2024-03-21kconfig: tests: test dependency after shuffling choicesMasahiro Yamada-0/+71
2024-03-21kconfig: tests: add a test for randconfig with dependent choicesMasahiro Yamada-0/+78
2024-03-21kconfig: tests: support KCONFIG_SEED for the randconfig runnerMasahiro Yamada-6/+10
2024-02-20kconfig: print recursive dependency errors in the parsed orderMasahiro Yamada-11/+11
2021-04-14kconfig: change "modules" from sub-option to first-level attributeMasahiro Yamada-3/+3
2021-04-14kconfig: change defconfig_list option to environment variableMasahiro Yamada-0/+4
2020-05-12kconfig: tests: remove randconfig test for choice in choiceMasahiro Yamada-63/+0
2019-06-14docs: kbuild: convert docs to ReST and rename to *.rstMauro Carvalho Chehab-7/+7
2019-06-05kconfig: tests: fix recursive inclusion unit testMasahiro Yamada-3/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+4
2018-12-28kconfig: convert to SPDX License IdentifierMasahiro Yamada-0/+22
2018-08-22kconfig: improve the recursive dependency reportMasahiro Yamada-3/+3
2018-08-22kconfig: report recursive dependency involving 'imply'Masahiro Yamada-16/+25
2018-08-22kconfig: error out when seeing recursive dependencyMasahiro Yamada-9/+10
2018-05-29kconfig: test: add Kconfig macro language testsMasahiro Yamada-0/+191
2018-05-29kconfig: make default prompt of mainmenu less specificMasahiro Yamada-1/+1
2018-03-26kconfig: remove duplicated file name and lineno of recursive inclusionMasahiro Yamada-5/+6
2018-03-26kconfig: tests: test if recursive inclusion is detectedMasahiro Yamada-0/+24
2018-03-26kconfig: tests: test if recursive dependencies are detectedMasahiro Yamada-0/+101
2018-03-26kconfig: tests: test randconfig for choice in choiceMasahiro Yamada-0/+60
2018-03-26kconfig: tests: test defconfig when two choices interactMasahiro Yamada-0/+42
2018-03-26kconfig: tests: check visibility of tristate choice values in y choiceMasahiro Yamada-0/+43
2018-03-26kconfig: tests: check unneeded "is not set" with unmet dependencyMasahiro Yamada-0/+39
2018-03-26kconfig: tests: test if new symbols in choice are askedMasahiro Yamada-0/+64
2018-03-26kconfig: tests: test automatic submenu creationMasahiro Yamada-0/+72
2018-03-26kconfig: tests: add basic choice testsMasahiro Yamada-0/+149
2018-03-26kconfig: tests: add framework for Kconfig unit testingMasahiro Yamada-0/+298