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