0001 # SPDX-License-Identifier: GPL-2.0
0002 # Copyright (c) 2003-2019, Intel Corporation. All rights reserved.
0003 config INTEL_MEI
0004 tristate "Intel Management Engine Interface"
0005 depends on X86 && PCI
0006 help
0007 The Intel Management Engine (Intel ME) provides Manageability,
0008 Security and Media services for system containing Intel chipsets.
0009 if selected /dev/mei misc device will be created.
0010
0011 For more information see
0012 <https://software.intel.com/en-us/manageability/>
0013
0014 config INTEL_MEI_ME
0015 tristate "ME Enabled Intel Chipsets"
0016 select INTEL_MEI
0017 depends on X86 && PCI
0018 help
0019 MEI support for ME Enabled Intel chipsets.
0020
0021 Supported Chipsets are:
0022 7 Series Chipset Family
0023 6 Series Chipset Family
0024 5 Series Chipset Family
0025 4 Series Chipset Family
0026 Mobile 4 Series Chipset Family
0027 ICH9
0028 82946GZ/GL
0029 82G35 Express
0030 82Q963/Q965
0031 82P965/G965
0032 Mobile PM965/GM965
0033 Mobile GME965/GLE960
0034 82Q35 Express
0035 82G33/G31/P35/P31 Express
0036 82Q33 Express
0037 82X38/X48 Express
0038
0039 config INTEL_MEI_TXE
0040 tristate "Intel Trusted Execution Environment with ME Interface"
0041 select INTEL_MEI
0042 depends on X86 && PCI
0043 help
0044 MEI Support for Trusted Execution Environment device on Intel SoCs
0045
0046 Supported SoCs:
0047 Intel Bay Trail
0048
0049 config INTEL_MEI_GSC
0050 tristate "Intel MEI GSC embedded device"
0051 depends on INTEL_MEI
0052 depends on INTEL_MEI_ME
0053 depends on X86 && PCI
0054 depends on DRM_I915
0055 help
0056 Intel auxiliary driver for GSC devices embedded in Intel graphics devices.
0057
0058 An MEI device here called GSC can be embedded in an
0059 Intel graphics devices, to support a range of chassis
0060 tasks such as graphics card firmware update and security
0061 tasks.
0062
0063 source "drivers/misc/mei/hdcp/Kconfig"
0064 source "drivers/misc/mei/pxp/Kconfig"
0065