| # SPDX-License-Identifier: GPL-2.0 |
| # Copyright (c) 2003-2019, Intel Corporation. All rights reserved. |
| tristate "Intel Management Engine Interface" |
| 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. |
| <https://software.intel.com/en-us/manageability/> |
| tristate "ME Enabled Intel Chipsets" |
| MEI support for ME Enabled Intel chipsets. |
| Mobile 4 Series Chipset Family |
| 82G33/G31/P35/P31 Express |
| tristate "Intel Trusted Execution Environment with ME Interface" |
| MEI Support for Trusted Execution Environment device on Intel SoCs |
| tristate "Intel MEI interface emulation with virtio framework" |
| depends on X86 && PCI && VIRTIO_PCI |
| This module implements mei hw emulation over virtio transport. |
| The module will be called mei_virtio. |
| Enable this if your virtual machine supports virtual mei |
| source "drivers/misc/mei/hdcp/Kconfig" |