Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog/changes/2026-05-13-intel-mei-support.md
Comment thread
chewi marked this conversation as resolved.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Enabled `CONFIG_DRM_I915_PXP`, `CONFIG_INTEL_MEI_GSC`, and `CONFIG_INTEL_MEI_PXP` ([scripts#4019](https://github.com/flatcar/scripts/pull/4019))
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ CONFIG_DEBUG_BOOT_PARAMS=y
CONFIG_DELL_RBU=m
CONFIG_DRM_AMDGPU=m
CONFIG_DRM_I915=m
CONFIG_DRM_I915_PXP=y
CONFIG_EDAC_AMD64=m
CONFIG_EDAC_DECODE_MCE=m
CONFIG_EDAC_E752X=m
Expand Down Expand Up @@ -62,7 +63,9 @@ CONFIG_INT340X_THERMAL=m
CONFIG_INTEL_IDLE=y
CONFIG_INTEL_IOATDMA=y
CONFIG_INTEL_IOMMU=y
CONFIG_INTEL_MEI_GSC=m
CONFIG_INTEL_MEI_ME=m
CONFIG_INTEL_MEI_PXP=m
CONFIG_INTEL_MEI_TXE=m
CONFIG_INTEL_RAPL=m
CONFIG_IP_VS_MH=m
Expand Down
Loading