xref: /openbmc/linux/drivers/misc/mei/pxp/Kconfig (revision c2004ce9)
1
2# SPDX-License-Identifier: GPL-2.0
3# Copyright (c) 2020, Intel Corporation. All rights reserved.
4#
5config INTEL_MEI_PXP
6	tristate "Intel PXP services of ME Interface"
7	select INTEL_MEI_ME
8	depends on DRM_I915
9	help
10	  MEI Support for PXP Services on Intel platforms.
11
12	  Enables the ME FW services required for PXP support through
13	  I915 display driver of Intel.
14