summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/Kconfig.debug
diff options
context:
space:
mode:
authorThomas Hellström <thomas.hellstrom@linux.intel.com>2023-03-02 11:54:59 +0300
committerRodrigo Vivi <rodrigo.vivi@intel.com>2023-12-20 02:29:44 +0300
commit282c683a56e9713a3b70c4cffd17cb48bdbacca2 (patch)
treefbc3208e4d58bf2d3c61a34582e40909f6d76c55 /drivers/gpu/drm/xe/Kconfig.debug
parent7dae750dde42459483054384a5d234b54e643cdd (diff)
downloadlinux-282c683a56e9713a3b70c4cffd17cb48bdbacca2.tar.xz
drm/xe/tests: Remove CONFIG_FB dependency
We currently don't have any tests that explicitly depends on this config option, so remove that build dependency. Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com> Reviewed-by: Matthew Auld <matthew.auld@intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Diffstat (limited to 'drivers/gpu/drm/xe/Kconfig.debug')
-rw-r--r--drivers/gpu/drm/xe/Kconfig.debug1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/xe/Kconfig.debug b/drivers/gpu/drm/xe/Kconfig.debug
index 9c773dd74cbd..565be3f6b9b9 100644
--- a/drivers/gpu/drm/xe/Kconfig.debug
+++ b/drivers/gpu/drm/xe/Kconfig.debug
@@ -64,7 +64,6 @@ config DRM_XE_SIMPLE_ERROR_CAPTURE
config DRM_XE_KUNIT_TEST
tristate "KUnit tests for the drm xe driver" if !KUNIT_ALL_TESTS
depends on DRM_XE && KUNIT && DEBUG_FS
- depends on FB && FB = DRM_KMS_HELPER && DRM_FBDEV_EMULATION
default KUNIT_ALL_TESTS
select DRM_EXPORT_FOR_TESTS if m
help