summaryrefslogtreecommitdiff
path: root/drivers/misc/mei/pxp/Kconfig
diff options
context:
space:
mode:
authorVitaly Lubart <vitaly.lubart@intel.com>2021-09-24 22:14:37 +0300
committerRodrigo Vivi <rodrigo.vivi@intel.com>2021-10-04 20:10:17 +0300
commitc2004ce99ed73788755d61b7b691ff072fdada20 (patch)
tree22b013241919d72ba61952d25e6af319c6bc51d6 /drivers/misc/mei/pxp/Kconfig
parent288f1068975583bc63e68a61731453b0f07a46af (diff)
downloadlinux-c2004ce99ed73788755d61b7b691ff072fdada20.tar.xz
mei: pxp: export pavp client to me client bus
Export PAVP client to work with i915 driver, for binding it uses kernel component framework. v2:drop debug prints, refactor match code to match mei_hdcp (Tomas) Signed-off-by: Vitaly Lubart <vitaly.lubart@intel.com> Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com> Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20210924191452.1539378-3-alan.previn.teres.alexis@intel.com
Diffstat (limited to 'drivers/misc/mei/pxp/Kconfig')
-rw-r--r--drivers/misc/mei/pxp/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/misc/mei/pxp/Kconfig b/drivers/misc/mei/pxp/Kconfig
new file mode 100644
index 000000000000..4029b96afc04
--- /dev/null
+++ b/drivers/misc/mei/pxp/Kconfig
@@ -0,0 +1,13 @@
+
+# SPDX-License-Identifier: GPL-2.0
+# Copyright (c) 2020, Intel Corporation. All rights reserved.
+#
+config INTEL_MEI_PXP
+ tristate "Intel PXP services of ME Interface"
+ select INTEL_MEI_ME
+ depends on DRM_I915
+ help
+ MEI Support for PXP Services on Intel platforms.
+
+ Enables the ME FW services required for PXP support through
+ I915 display driver of Intel.