xref: /linux/drivers/misc/mei/hdcp/Kconfig (revision d667378ade2367fc0423ebcfd79d3a0e813ebd5c)
1d65bf042STomas Winkler# SPDX-License-Identifier: GPL-2.0
2d65bf042STomas Winkler# Copyright (c) 2019, Intel Corporation. All rights reserved.
3d65bf042STomas Winkler#
4d65bf042STomas Winklerconfig INTEL_MEI_HDCP
5d65bf042STomas Winkler	tristate "Intel HDCP2.2 services of ME Interface"
6*d667378aSArnd Bergmann	depends on INTEL_MEI_ME
7d65bf042STomas Winkler	depends on DRM_I915
8d65bf042STomas Winkler	help
9d65bf042STomas Winkler	  MEI Support for HDCP2.2 Services on Intel platforms.
10d65bf042STomas Winkler
11d65bf042STomas Winkler	  Enables the ME FW services required for HDCP2.2 support through
12d65bf042STomas Winkler	  I915 display driver of Intel.
13