Skip to content

Commit 5d92c3b

Browse files
junxiaocgregkh
authored andcommitted
mei: gsc: add dependency on Xe driver
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: 87a4c85 ("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>
1 parent 5879656 commit 5d92c3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/misc/mei/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ config INTEL_MEI_TXE
4949
config INTEL_MEI_GSC
5050
tristate "Intel MEI GSC embedded device"
5151
depends on INTEL_MEI_ME
52-
depends on DRM_I915
52+
depends on DRM_I915 || DRM_XE
5353
help
5454
Intel auxiliary driver for GSC devices embedded in Intel graphics devices.
5555

0 commit comments

Comments
 (0)