brintos

brintos / linux-shallow public Read only

0
0
Text · 460 B · ac78b9d Raw
15 lines · plain
1# SPDX-License-Identifier: GPL-2.02# Copyright (c) 2022-2023, Intel Corporation. All rights reserved.3#4config INTEL_MEI_GSC_PROXY5	tristate "Intel GSC Proxy services of ME Interface"6	depends on INTEL_MEI_ME7	depends on DRM_I9158	help9         MEI Support for GSC Proxy Services on Intel platforms.10 11         MEI GSC proxy enables messaging between GSC service on12         Intel graphics card and services on CSE (MEI) firmware13         residing SoC or PCH.14 15