brintos

brintos / linux-shallow public Read only

0
0
Text · 378 B · aa2dece Raw
13 lines · plain
1# SPDX-License-Identifier: GPL-2.02# Copyright (c) 2020, Intel Corporation. All rights reserved.3#4config INTEL_MEI_PXP5	tristate "Intel PXP services of ME Interface"6	depends on INTEL_MEI_ME7	depends on DRM_I915 || DRM_XE8	help9	  MEI Support for PXP Services on Intel platforms.10 11	  Enables the ME FW services required for PXP support through12	  I915 display driver of Intel.13