Kconfig 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. # SPDX-License-Identifier: GPL-2.0
  2. # Copyright (c) 2003-2019, Intel Corporation. All rights reserved.
  3. config INTEL_MEI
  4. tristate "Intel Management Engine Interface"
  5. depends on X86 && PCI
  6. help
  7. The Intel Management Engine (Intel ME) provides Manageability,
  8. Security and Media services for system containing Intel chipsets.
  9. if selected /dev/mei misc device will be created.
  10. For more information see
  11. <https://software.intel.com/en-us/manageability/>
  12. config 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. Supported Chipsets are:
  19. 7 Series Chipset Family
  20. 6 Series Chipset Family
  21. 5 Series Chipset Family
  22. 4 Series Chipset Family
  23. Mobile 4 Series Chipset Family
  24. ICH9
  25. 82946GZ/GL
  26. 82G35 Express
  27. 82Q963/Q965
  28. 82P965/G965
  29. Mobile PM965/GM965
  30. Mobile GME965/GLE960
  31. 82Q35 Express
  32. 82G33/G31/P35/P31 Express
  33. 82Q33 Express
  34. 82X38/X48 Express
  35. config INTEL_MEI_TXE
  36. tristate "Intel Trusted Execution Environment with ME Interface"
  37. select INTEL_MEI
  38. depends on X86 && PCI
  39. help
  40. MEI Support for Trusted Execution Environment device on Intel SoCs
  41. Supported SoCs:
  42. Intel Bay Trail
  43. config INTEL_MEI_GSC
  44. tristate "Intel MEI GSC embedded device"
  45. depends on INTEL_MEI
  46. depends on INTEL_MEI_ME
  47. depends on X86 && PCI
  48. depends on DRM_I915
  49. help
  50. Intel auxiliary driver for GSC devices embedded in Intel graphics devices.
  51. An MEI device here called GSC can be embedded in an
  52. Intel graphics devices, to support a range of chassis
  53. tasks such as graphics card firmware update and security
  54. tasks.
  55. source "drivers/misc/mei/hdcp/Kconfig"
  56. source "drivers/misc/mei/pxp/Kconfig"