Skip to content

Commit

Permalink
feat: add Intel management engine modules for Intel Arc support
Browse files Browse the repository at this point in the history
The modules will be re-packaged as extensions.

Signed-off-by: Nick Meyer <[email protected]>
Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
e3b0c442 authored and smira committed Jul 31, 2024
1 parent 4e940f8 commit a97d58f
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions kernel/build/config-amd64
Original file line number Diff line number Diff line change
Expand Up @@ -2103,11 +2103,12 @@ CONFIG_VMWARE_BALLOON=y

# CONFIG_SENSORS_LIS3_I2C is not set
# CONFIG_ALTERA_STAPL is not set
# CONFIG_INTEL_MEI is not set
# CONFIG_INTEL_MEI_ME is not set
# CONFIG_INTEL_MEI_TXE is not set
# CONFIG_INTEL_MEI_HDCP is not set
# CONFIG_INTEL_MEI_PXP is not set
CONFIG_INTEL_MEI=m
CONFIG_INTEL_MEI_ME=m
CONFIG_INTEL_MEI_TXE=m
CONFIG_INTEL_MEI_GSC=m
CONFIG_INTEL_MEI_HDCP=m
CONFIG_INTEL_MEI_PXP=m
# CONFIG_INTEL_MEI_GSC_PROXY is not set
CONFIG_VMWARE_VMCI=y
# CONFIG_GENWQE is not set
Expand Down Expand Up @@ -3621,6 +3622,7 @@ CONFIG_ITCO_VENDOR_SUPPORT=y
# CONFIG_W83977F_WDT is not set
# CONFIG_MACHZ_WDT is not set
# CONFIG_SBC_EPX_C3_WATCHDOG is not set
CONFIG_INTEL_MEI_WDT=m
# CONFIG_NI903X_WDT is not set
# CONFIG_NIC7018_WDT is not set
CONFIG_XEN_WDT=m
Expand Down Expand Up @@ -4158,6 +4160,7 @@ CONFIG_DRM_I915_CAPTURE_ERROR=y
CONFIG_DRM_I915_COMPRESS_ERROR=y
CONFIG_DRM_I915_USERPTR=y
# CONFIG_DRM_I915_GVT_KVMGT is not set
CONFIG_DRM_I915_PXP=y

#
# drm/i915 Debugging
Expand Down

0 comments on commit a97d58f

Please sign in to comment.