Files
linux/drivers/misc/mei/gsc_proxy/Kconfig
Alexander Usyskin 1dd924f688 mei: gsc_proxy: add gsc proxy driver
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
2023-05-04 02:57:29 -07:00

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.