summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/Kconfig
diff options
context:
space:
mode:
authorArunpravin <Arunpravin.PaneerSelvam@amd.com>2022-02-22 23:18:39 +0530
committerChristian König <christian.koenig@amd.com>2022-02-23 10:43:25 +0100
commit3d515ba9ead046a0c06a461697a8d5211298aadc (patch)
tree185c10dfb140c660c235825bb8b926b540e8133e /drivers/gpu/drm/Kconfig
parent8ab62eda177bc350f34fea4fcea23603b8184bfd (diff)
downloadlinux-stable-3d515ba9ead046a0c06a461697a8d5211298aadc.tar.gz
linux-stable-3d515ba9ead046a0c06a461697a8d5211298aadc.tar.bz2
linux-stable-3d515ba9ead046a0c06a461697a8d5211298aadc.zip
drm/selftests: Move i915 buddy selftests into drm
- move i915 buddy selftests into drm selftests folder - add Makefile and Kconfig support - add sanitycheck testcase Prerequisites - These series of selftests patches are created on top of drm buddy series - Enable kselftests for DRM as a module in .config Signed-off-by: Arunpravin <Arunpravin.PaneerSelvam@amd.com> Acked-by: Christian König <christian.koenig@amd.com> Acked-by: Matthew Auld <matthew.auld@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20220222174845.2175-1-Arunpravin.PaneerSelvam@amd.com Signed-off-by: Christian König <christian.koenig@amd.com>
Diffstat (limited to 'drivers/gpu/drm/Kconfig')
-rw-r--r--drivers/gpu/drm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig
index 763355330b17..f1422bee3dcc 100644
--- a/drivers/gpu/drm/Kconfig
+++ b/drivers/gpu/drm/Kconfig
@@ -71,6 +71,7 @@ config DRM_DEBUG_SELFTEST
select DRM_DP_HELPER
select DRM_LIB_RANDOM
select DRM_KMS_HELPER
+ select DRM_BUDDY
select DRM_EXPORT_FOR_TESTS if m
default n
help