diff mbox series

drm/i915/pxp: run CI with PXP and MEI_PXP enabled.

Message ID 20211022094336.3384885-1-tejaskumarx.surendrakumar.upadhyay@intel.com (mailing list archive)
State New, archived
Headers show
Series drm/i915/pxp: run CI with PXP and MEI_PXP enabled. | expand

Commit Message

Tejas Upadhyay Oct. 22, 2021, 9:43 a.m. UTC
By default it will be off in normal builds.

Signed-off-by: Tejas Upadhyay <tejaskumarx.surendrakumar.upadhyay@intel.com>
---
 drivers/gpu/drm/i915/Kconfig.debug | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/drivers/gpu/drm/i915/Kconfig.debug b/drivers/gpu/drm/i915/Kconfig.debug
index e7fd3e76f8a2..fa181693184b 100644
--- a/drivers/gpu/drm/i915/Kconfig.debug
+++ b/drivers/gpu/drm/i915/Kconfig.debug
@@ -48,6 +48,8 @@  config DRM_I915_DEBUG
 	select DRM_I915_DEBUG_RUNTIME_PM
 	select DRM_I915_SW_FENCE_DEBUG_OBJECTS
 	select DRM_I915_SELFTEST
+	select INTEL_MEI_PXP # used by igt/gem_pxp
+	select DRM_I915_PXP # used by igt/gem_pxp
 	select BROKEN # for prototype uAPI
 	default n
 	help