Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

misc/mei: gsc_proxy: add dependency on Xe driver

This driver is useful if at least one DRM driver registers an auxiliary device
for the ME interface. With the addition of Xe, this is no longer just i915.

Cc: Usyskin, Alexander <alexander.usyskin@intel.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Simon Richter <Simon.Richter@hogyros.de>
Link: https://patch.msgid.link/20260107182615.488194-5-Simon.Richter@hogyros.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Simon Richter and committed by
Greg Kroah-Hartman
327e987e 6d5dca5f

+1 -1
+1 -1
drivers/misc/mei/gsc_proxy/Kconfig
··· 4 4 config INTEL_MEI_GSC_PROXY 5 5 tristate "Intel GSC Proxy services of ME Interface" 6 6 depends on INTEL_MEI_ME 7 - depends on DRM_I915!=n || COMPILE_TEST 7 + depends on DRM_I915!=n || DRM_XE!=n || COMPILE_TEST 8 8 help 9 9 MEI Support for GSC Proxy Services on Intel platforms. 10 10