Skip to content

Commit

Permalink
mei: hdcp: add dependency on Xe driver
Browse files Browse the repository at this point in the history
Optionally depend on either i915 or Xe drivers.

Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Link: https://lore.kernel.org/r/20240123101625.220365-4-tomas.winkler@intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Alexander Usyskin authored and Greg Kroah-Hartman committed Jan 31, 2024
1 parent ceeedd9 commit d35e28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/misc/mei/hdcp/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
depends on DRM_I915 || DRM_XE
help
MEI Support for HDCP2.2 Services on Intel platforms.

Expand Down

0 comments on commit d35e28b

Please sign in to comment.