mirror of
https://github.com/torvalds/linux.git
synced 2026-04-21 08:13:56 -04:00
While this is not a particularly useful configuration, the MEI code should compile even when no drivers for a GPU containing a management engine are built. Cc: Usyskin, Alexander <alexander.usyskin@intel.com> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Simon Richter <Simon.Richter@hogyros.de> Link: https://patch.msgid.link/20260107182615.488194-4-Simon.Richter@hogyros.de Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13 lines
400 B
Plaintext
13 lines
400 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (c) 2020, Intel Corporation. All rights reserved.
|
|
#
|
|
config INTEL_MEI_PXP
|
|
tristate "Intel PXP services of ME Interface"
|
|
depends on INTEL_MEI_ME
|
|
depends on DRM_I915!=n || DRM_XE!=n || COMPILE_TEST
|
|
help
|
|
MEI Support for PXP Services on Intel platforms.
|
|
|
|
Enables the ME FW services required for PXP support through
|
|
I915 display driver of Intel.
|