xref: /openbmc/linux/drivers/misc/mei/hdcp/Kconfig (revision 015d239a)
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