-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The mei/hdcp module have its own Makefile so naturally it should have associated Kconfig in the same directory. Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
- Loading branch information
Tomas Winkler
authored and
Greg Kroah-Hartman
committed
Apr 25, 2019
1 parent
01c60dc
commit d65bf04
Showing
2 changed files
with
14 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
|
||
# SPDX-License-Identifier: GPL-2.0 | ||
# Copyright (c) 2019, Intel Corporation. All rights reserved. | ||
# | ||
config INTEL_MEI_HDCP | ||
tristate "Intel HDCP2.2 services of ME Interface" | ||
select INTEL_MEI_ME | ||
depends on DRM_I915 | ||
help | ||
MEI Support for HDCP2.2 Services on Intel platforms. | ||
|
||
Enables the ME FW services required for HDCP2.2 support through | ||
I915 display driver of Intel. |