diff options
| author | Simon Richter <Simon.Richter@hogyros.de> | 2026-01-08 03:26:04 +0900 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2026-01-16 16:30:38 +0100 |
| commit | 6d5dca5f9e37741f5e50c31c81b497f875dca6c8 (patch) | |
| tree | 2e4d012d74d0d0311ddbb086dece4b75686a3f9c /drivers/misc/mei/hdcp | |
| parent | d876cb978058a57b5d28b2b3e16197f678ce8311 (diff) | |
| download | linux-next-6d5dca5f9e37741f5e50c31c81b497f875dca6c8.tar.gz linux-next-6d5dca5f9e37741f5e50c31c81b497f875dca6c8.zip | |
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>
Diffstat (limited to 'drivers/misc/mei/hdcp')
| -rw-r--r-- | drivers/misc/mei/hdcp/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/mei/hdcp/Kconfig b/drivers/misc/mei/hdcp/Kconfig index a9af4918e5b2..b9d5205c5b1a 100644 --- a/drivers/misc/mei/hdcp/Kconfig +++ b/drivers/misc/mei/hdcp/Kconfig @@ -4,7 +4,7 @@ config INTEL_MEI_HDCP tristate "Intel HDCP2.2 services of ME Interface" depends on INTEL_MEI_ME - depends on DRM_I915!=n || DRM_XE!=n + depends on DRM_I915!=n || DRM_XE!=n || COMPILE_TEST help MEI Support for HDCP2.2 Services on Intel platforms. |
