Skip to content

kconfig: Replace obsolete DRM_DEBUG_SELFTEST with DRM_KUNIT_TEST

DRM selftests have been converted to Kunit, and Kconfig symbols that enable those tests have changed. Update CI kernel config so a module with the new versions of those tests is built and made available in CI runs.

Merge request reports