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: Allow building standalone for compile testing

While this is not a particularly useful configuration, the MEI code should
compile even when no drivers for a GPU containing a management engine are
built.

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-4-Simon.Richter@hogyros.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Simon Richter and committed by
Greg Kroah-Hartman
6d5dca5f d876cb97

+5 -5
+2 -2
drivers/misc/mei/Kconfig
··· 49 49 config INTEL_MEI_GSC 50 50 tristate "Intel MEI GSC embedded device" 51 51 depends on INTEL_MEI_ME 52 - depends on DRM_I915!=n || DRM_XE!=n 52 + depends on DRM_I915!=n || DRM_XE!=n || COMPILE_TEST 53 53 help 54 54 Intel auxiliary driver for GSC devices embedded in Intel graphics devices. 55 55 ··· 84 84 config INTEL_MEI_LB 85 85 tristate "Intel Late Binding (LB) support on ME Interface" 86 86 depends on INTEL_MEI_ME 87 - depends on DRM_XE!=n 87 + depends on DRM_XE!=n || COMPILE_TEST 88 88 help 89 89 Enable support for Intel Late Binding (LB) via the MEI interface. 90 90
+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 7 + depends on DRM_I915!=n || COMPILE_TEST 8 8 help 9 9 MEI Support for GSC Proxy Services on Intel platforms. 10 10
+1 -1
drivers/misc/mei/hdcp/Kconfig
··· 4 4 config INTEL_MEI_HDCP 5 5 tristate "Intel HDCP2.2 services of ME Interface" 6 6 depends on INTEL_MEI_ME 7 - depends on DRM_I915!=n || DRM_XE!=n 7 + depends on DRM_I915!=n || DRM_XE!=n || COMPILE_TEST 8 8 help 9 9 MEI Support for HDCP2.2 Services on Intel platforms. 10 10
+1 -1
drivers/misc/mei/pxp/Kconfig
··· 4 4 config INTEL_MEI_PXP 5 5 tristate "Intel PXP services of ME Interface" 6 6 depends on INTEL_MEI_ME 7 - depends on DRM_I915!=n || DRM_XE!=n 7 + depends on DRM_I915!=n || DRM_XE!=n || COMPILE_TEST 8 8 help 9 9 MEI Support for PXP Services on Intel platforms. 10 10