1config INTEL_MEI 2 tristate "Intel Management Engine Interface" 3 depends on X86 && PCI 4 help 5 The Intel Management Engine (Intel ME) provides Manageability, 6 Security and Media services for system containing Intel chipsets. 7 if selected /dev/mei misc device will be created. 8 9 For more information see 10 <http://software.intel.com/en-us/manageability/> 11 12config INTEL_MEI_ME 13 tristate "ME Enabled Intel Chipsets" 14 select INTEL_MEI 15 depends on X86 && PCI 16 help 17 MEI support for ME Enabled Intel chipsets. 18 19 Supported Chipsets are: 20 7 Series Chipset Family 21 6 Series Chipset Family 22 5 Series Chipset Family 23 4 Series Chipset Family 24 Mobile 4 Series Chipset Family 25 ICH9 26 82946GZ/GL 27 82G35 Express 28 82Q963/Q965 29 82P965/G965 30 Mobile PM965/GM965 31 Mobile GME965/GLE960 32 82Q35 Express 33 82G33/G31/P35/P31 Express 34 82Q33 Express 35 82X38/X48 Express 36 37config INTEL_MEI_TXE 38 tristate "Intel Trusted Execution Environment with ME Interface" 39 select INTEL_MEI 40 depends on X86 && PCI 41 help 42 MEI Support for Trusted Execution Environment device on Intel SoCs 43 44 Supported SoCs: 45 Intel Bay Trail 46 47config INTEL_MEI_HDCP 48 tristate "Intel HDCP2.2 services of ME Interface" 49 select INTEL_MEI_ME 50 depends on DRM_I915 51 help 52 MEI Support for HDCP2.2 Services on Intel platforms. 53 54 Enables the ME FW services required for HDCP2.2 support through 55 I915 display driver of Intel. 56