mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 23:03:57 -04:00
Add GSC proxy driver. It to allows messaging between GSC component on Intel graphics card and CSE device. Cc: Alan Previn <alan.previn.teres.alexis@intel.com> Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com> Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Reviewed-by: Alan Previn <alan.previn.teres.alexis@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20230502163854.317653-3-daniele.ceraolospurio@intel.com
15 lines
456 B
Plaintext
15 lines
456 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (c) 2022-2023, Intel Corporation. All rights reserved.
|
|
#
|
|
config INTEL_MEI_GSC_PROXY
|
|
tristate "Intel GSC Proxy services of ME Interface"
|
|
select INTEL_MEI_ME
|
|
depends on DRM_I915
|
|
help
|
|
MEI Support for GSC Proxy Services on Intel platforms.
|
|
|
|
MEI GSC proxy enables messaging between GSC service on
|
|
Intel graphics card and services on CSE (MEI) firmware
|
|
residing SoC or PCH.
|
|
|