Directory Files
.. 86
gsc_proxy 4
hdcp 5
pxp 5
File Size
Kconfig 1.8 kB
Makefile 857 B
bus-fixup.c 14 kB
bus.c 35 kB
client.c 53 kB
client.h 7.9 kB
debugfs.c 5.2 kB
dma-ring.c 5.9 kB
gsc-me.c 7.1 kB
hbm.c 41 kB
hbm.h 2.0 kB
hw-me-regs.h 8.4 kB
hw-me.c 41 kB
hw-me.h 4.6 kB
hw-txe-regs.h 8.6 kB
hw-txe.c 31 kB
hw-txe.h 1.9 kB
hw.h 20 kB
init.c 10 kB
interrupt.c 16 kB
main.c 29 kB
mei-gsc.mod.c 0 B
mei-me.mod.c 0 B
mei-trace.c 466 B
mei-trace.h 2.1 kB
mei-txe.mod.c 0 B
mei.mod.c 0 B
mei_dev.h 24 kB
mkhi.h 1.1 kB
pci-me.c 14 kB
pci-txe.c 8.9 kB

Linux v6.6.1 - mei

# SPDX-License-Identifier: GPL-2.0
# Copyright (c) 2003-2019, Intel Corporation. All rights reserved.
config INTEL_MEI
	tristate "Intel Management Engine Interface"
	depends on X86 && PCI
	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.

	  For more information see
	  <https://software.intel.com/en-us/manageability/>

config INTEL_MEI_ME
	tristate "ME Enabled Intel Chipsets"
	select INTEL_MEI
	depends on X86 && PCI
	help
	  MEI support for ME Enabled Intel chipsets.

	  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

config INTEL_MEI_TXE
	tristate "Intel Trusted Execution Environment with ME Interface"
	select INTEL_MEI
	depends on X86 && PCI
	help
	  MEI Support for Trusted Execution Environment device on Intel SoCs

	  Supported SoCs:
	  Intel Bay Trail

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.

source "drivers/misc/mei/hdcp/Kconfig"
source "drivers/misc/mei/pxp/Kconfig"
source "drivers/misc/mei/gsc_proxy/Kconfig"