xref: /linux/drivers/misc/mei/Kconfig (revision 564eb714f5f09ac733c26860d5f0831f213fbdf1)
1config INTEL_MEI
2	tristate "Intel Management Engine Interface"
3	depends on X86 && PCI && WATCHDOG_CORE
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 && WATCHDOG_CORE
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
37