2019-03-12 06:10:40 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
2019-03-12 06:10:44 +08:00
|
|
|
# Copyright (c) 2003-2019, Intel Corporation. All rights reserved.
|
2011-05-15 18:43:48 +08:00
|
|
|
config INTEL_MEI
|
2013-02-06 20:06:41 +08:00
|
|
|
tristate "Intel Management Engine Interface"
|
2016-01-08 06:49:21 +08:00
|
|
|
depends on X86 && PCI
|
2011-05-15 18:43:48 +08:00
|
|
|
help
|
|
|
|
The Intel Management Engine (Intel ME) provides Manageability,
|
|
|
|
Security and Media services for system containing Intel chipsets.
|
|
|
|
if selected /dev/mei misc device will be created.
|
|
|
|
|
2013-02-06 20:06:41 +08:00
|
|
|
For more information see
|
2020-07-18 02:59:25 +08:00
|
|
|
<https://software.intel.com/en-us/manageability/>
|
2013-02-06 20:06:41 +08:00
|
|
|
|
|
|
|
config INTEL_MEI_ME
|
2013-03-27 22:58:30 +08:00
|
|
|
tristate "ME Enabled Intel Chipsets"
|
|
|
|
select INTEL_MEI
|
2016-01-08 06:49:21 +08:00
|
|
|
depends on X86 && PCI
|
2013-02-06 20:06:41 +08:00
|
|
|
help
|
|
|
|
MEI support for ME Enabled Intel chipsets.
|
|
|
|
|
2011-05-15 18:43:48 +08:00
|
|
|
Supported Chipsets are:
|
|
|
|
7 Series Chipset Family
|
|
|
|
6 Series Chipset Family
|
|
|
|
5 Series Chipset Family
|
|
|
|
4 Series Chipset Family
|
|
|
|
Mobile 4 Series Chipset Family
|
|
|
|
ICH9
|
|
|
|
82946GZ/GL
|
|
|
|
82G35 Express
|
|
|
|
82Q963/Q965
|
|
|
|
82P965/G965
|
|
|
|
Mobile PM965/GM965
|
|
|
|
Mobile GME965/GLE960
|
|
|
|
82Q35 Express
|
|
|
|
82G33/G31/P35/P31 Express
|
|
|
|
82Q33 Express
|
|
|
|
82X38/X48 Express
|
|
|
|
|
2014-01-16 06:58:36 +08:00
|
|
|
config INTEL_MEI_TXE
|
|
|
|
tristate "Intel Trusted Execution Environment with ME Interface"
|
|
|
|
select INTEL_MEI
|
2016-01-08 06:49:21 +08:00
|
|
|
depends on X86 && PCI
|
2014-01-16 06:58:36 +08:00
|
|
|
help
|
|
|
|
MEI Support for Trusted Execution Environment device on Intel SoCs
|
|
|
|
|
|
|
|
Supported SoCs:
|
|
|
|
Intel Bay Trail
|
2019-02-22 02:11:56 +08:00
|
|
|
|
2022-04-20 03:33:09 +08:00
|
|
|
config INTEL_MEI_GSC
|
|
|
|
tristate "Intel MEI GSC embedded device"
|
|
|
|
depends on INTEL_MEI
|
|
|
|
depends on INTEL_MEI_ME
|
|
|
|
depends on X86 && PCI
|
|
|
|
depends on DRM_I915
|
|
|
|
help
|
|
|
|
Intel auxiliary driver for GSC devices embedded in Intel graphics devices.
|
|
|
|
|
|
|
|
An MEI device here called GSC can be embedded in an
|
|
|
|
Intel graphics devices, to support a range of chassis
|
|
|
|
tasks such as graphics card firmware update and security
|
|
|
|
tasks.
|
|
|
|
|
2019-04-22 14:51:06 +08:00
|
|
|
source "drivers/misc/mei/hdcp/Kconfig"
|
2021-09-25 03:14:37 +08:00
|
|
|
source "drivers/misc/mei/pxp/Kconfig"
|
|
|
|
|