1 # SPDX-License-Identifier: GPL-2.0
2 # Copyright (c) 2003-2019, Intel Corporation. All rights reserved.
4 tristate "Intel Management Engine Interface"
6 default GENERIC_CPU || MCORE2 || MATOM || X86_GENERIC
8 The Intel Management Engine (Intel ME) provides Manageability,
9 Security and Media services for system containing Intel chipsets.
10 if selected /dev/mei misc device will be created.
12 For more information see
13 <https://software.intel.com/en-us/manageability/>
18 tristate "ME Enabled Intel Chipsets"
21 MEI support for ME Enabled Intel chipsets.
23 Supported Chipsets are:
24 7 Series Chipset Family
25 6 Series Chipset Family
26 5 Series Chipset Family
27 4 Series Chipset Family
28 Mobile 4 Series Chipset Family
37 82G33/G31/P35/P31 Express
42 tristate "Intel Trusted Execution Environment with ME Interface"
44 MEI Support for Trusted Execution Environment device on Intel SoCs
50 tristate "Intel MEI GSC embedded device"
51 depends on INTEL_MEI_ME
54 Intel auxiliary driver for GSC devices embedded in Intel graphics devices.
56 An MEI device here called GSC can be embedded in an
57 Intel graphics devices, to support a range of chassis
58 tasks such as graphics card firmware update and security
61 config INTEL_MEI_VSC_HW
62 tristate "Intel visual sensing controller device transport driver"
63 depends on ACPI && SPI
64 depends on GPIOLIB || COMPILE_TEST
66 Intel SPI transport driver between host and Intel visual sensing
67 controller (IVSC) device.
69 This driver can also be built as a module. If so, the module
70 will be called mei-vsc-hw.
73 tristate "Intel visual sensing controller device with ME interface"
74 depends on INTEL_MEI_VSC_HW
76 Intel MEI over SPI driver for Intel visual sensing controller
77 (IVSC) device embedded in IA platform. It supports camera sharing
78 between IVSC for context sensing and IPU for typical media usage.
79 Select this config should enable transport layer for IVSC device.
81 This driver can also be built as a module. If so, the module
82 will be called mei-vsc.
84 source "drivers/misc/mei/hdcp/Kconfig"
85 source "drivers/misc/mei/pxp/Kconfig"
86 source "drivers/misc/mei/gsc_proxy/Kconfig"