[PATCH 2/2] Xe graphics also has IME GSC interface

Simon Richter Simon.Richter at hogyros.de
Tue Jul 15 08:31:29 UTC 2025


This driver is useful if at least one DRM driver registers an auxiliary
device for the ME interface, this can be i915 or Xe for now.
---
 drivers/misc/mei/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/misc/mei/Kconfig b/drivers/misc/mei/Kconfig
index b8415de060c4..2085676296ef 100644
--- a/drivers/misc/mei/Kconfig
+++ b/drivers/misc/mei/Kconfig
@@ -49,7 +49,7 @@ config INTEL_MEI_TXE
 config INTEL_MEI_GSC
 	tristate "Intel MEI GSC embedded device"
 	depends on INTEL_MEI_ME
-	depends on DRM_I915
+	depends on DRM_I915 || DRM_XE
 	help
 	  Intel auxiliary driver for GSC devices embedded in Intel graphics devices.
 
-- 
2.47.2



More information about the Intel-xe mailing list