There are a number of KUnit tests in the DRM subsystem but these are not run as standard since they are gated behind the main DRM config option and all_tests.config does not ensure that is enabled. Add it.
Signed-off-by: Mark Brown <[email protected]> --- tools/testing/kunit/configs/all_tests.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/testing/kunit/configs/all_tests.config b/tools/testing/kunit/configs/all_tests.config index bccc2c77196d5..bee893f9fbbc6 100644 --- a/tools/testing/kunit/configs/all_tests.config +++ b/tools/testing/kunit/configs/all_tests.config @@ -59,3 +59,5 @@ CONFIG_SND=y CONFIG_SND_SOC=y CONFIG_SND_SOC_TOPOLOGY_BUILD=y CONFIG_SND_SOC_CS35L56_I2C=y + +CONFIG_DRM=y --- base-commit: 8cdeaa50eae8dad34885515f62559ee83e7e8dda change-id: 20260911-kunit-drm-9cce0032e098 Best regards, -- Mark Brown <[email protected]>

