xref: /openbmc/linux/drivers/misc/mei/Kconfig (revision 92ab5130)
1ffc2825cSGreg Kroah-Hartmanconfig INTEL_MEI
2827eef51STomas Winkler	tristate "Intel Management Engine Interface"
3b95d788aSTomas Winkler	depends on X86 && PCI && WATCHDOG_CORE
4ffc2825cSGreg Kroah-Hartman	help
5ffc2825cSGreg Kroah-Hartman	  The Intel Management Engine (Intel ME) provides Manageability,
6ffc2825cSGreg Kroah-Hartman	  Security and Media services for system containing Intel chipsets.
7ffc2825cSGreg Kroah-Hartman	  if selected /dev/mei misc device will be created.
8ffc2825cSGreg Kroah-Hartman
9827eef51STomas Winkler	  For more information see
10827eef51STomas Winkler	  <http://software.intel.com/en-us/manageability/>
11827eef51STomas Winkler
12827eef51STomas Winklerconfig INTEL_MEI_ME
1340e0b67bSTomas Winkler	tristate "ME Enabled Intel Chipsets"
1440e0b67bSTomas Winkler	select INTEL_MEI
15827eef51STomas Winkler	depends on X86 && PCI && WATCHDOG_CORE
16827eef51STomas Winkler	help
17827eef51STomas Winkler	  MEI support for ME Enabled Intel chipsets.
18827eef51STomas Winkler
19ffc2825cSGreg Kroah-Hartman	  Supported Chipsets are:
20ffc2825cSGreg Kroah-Hartman	  7 Series Chipset Family
21ffc2825cSGreg Kroah-Hartman	  6 Series Chipset Family
22ffc2825cSGreg Kroah-Hartman	  5 Series Chipset Family
23ffc2825cSGreg Kroah-Hartman	  4 Series Chipset Family
24ffc2825cSGreg Kroah-Hartman	  Mobile 4 Series Chipset Family
25ffc2825cSGreg Kroah-Hartman	  ICH9
26ffc2825cSGreg Kroah-Hartman	  82946GZ/GL
27ffc2825cSGreg Kroah-Hartman	  82G35 Express
28ffc2825cSGreg Kroah-Hartman	  82Q963/Q965
29ffc2825cSGreg Kroah-Hartman	  82P965/G965
30ffc2825cSGreg Kroah-Hartman	  Mobile PM965/GM965
31ffc2825cSGreg Kroah-Hartman	  Mobile GME965/GLE960
32ffc2825cSGreg Kroah-Hartman	  82Q35 Express
33ffc2825cSGreg Kroah-Hartman	  82G33/G31/P35/P31 Express
34ffc2825cSGreg Kroah-Hartman	  82Q33 Express
35ffc2825cSGreg Kroah-Hartman	  82X38/X48 Express
36ffc2825cSGreg Kroah-Hartman
3792ab5130STomas Winklerconfig INTEL_MEI_TXE
3892ab5130STomas Winkler	tristate "Intel Trusted Execution Environment with ME Interface"
3992ab5130STomas Winkler	select INTEL_MEI
4092ab5130STomas Winkler	depends on X86 && PCI
4192ab5130STomas Winkler	help
4292ab5130STomas Winkler	  MEI Support for Trusted Execution Environment device on Intel SoCs
4392ab5130STomas Winkler
4492ab5130STomas Winkler	  Supported SoCs:
4592ab5130STomas Winkler	  Intel Bay Trail
46