]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
mei: gsc: add dependency on Xe driver
authorJunxiao Chang <junxiao.chang@intel.com>
Sun, 9 Nov 2025 15:35:33 +0000 (17:35 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 8 Jan 2026 09:14:18 +0000 (10:14 +0100)
commit 5d92c3b41f0bddfa416130c6e1b424414f3d2acf upstream.

INTEL_MEI_GSC depends on either i915 or Xe
and can be present when either of above is present.

Cc: stable <stable@kernel.org>
Fixes: 87a4c85d3a3e ("drm/xe/gsc: add gsc device support")
Tested-by: Baoli Zhang <baoli.zhang@intel.com>
Signed-off-by: Junxiao Chang <junxiao.chang@intel.com>
Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com>
Link: https://patch.msgid.link/20251109153533.3179787-1-alexander.usyskin@intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/mei/Kconfig

index 67d9391f18550e6c6e4c14007dfef17b92d26daf..903da9aa428fd8372dee9bb8334e68912860db0e 100644 (file)
@@ -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.