Skip to content

Commit

Permalink
mei: hdcp: use own Kconfig file
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
10 changes: 1 addition & 9 deletions drivers/misc/mei/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,4 @@ config INTEL_MEI_TXE
Supported SoCs:
Intel Bay Trail

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.
source "drivers/misc/mei/hdcp/Kconfig"
13 changes: 13 additions & 0 deletions drivers/misc/mei/hdcp/Kconfig
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.

0 comments on commit d65bf04

Please sign in to comment.