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