xref: /linux/drivers/misc/mei/gsc_proxy/Kconfig (revision b33b8731566d50aae6e11bd02921452cf3a7e0e7)
1# SPDX-License-Identifier: GPL-2.0
2# Copyright (c) 2022-2023, Intel Corporation. All rights reserved.
3#
4config INTEL_MEI_GSC_PROXY
5	tristate "Intel GSC Proxy services of ME Interface"
6	select INTEL_MEI_ME
7	depends on DRM_I915
8	help
9         MEI Support for GSC Proxy Services on Intel platforms.
10
11         MEI GSC proxy enables messaging between GSC service on
12         Intel graphics card and services on CSE (MEI) firmware
13         residing SoC or PCH.
14
15