Merge pull request #4019 from tylerbucher/ISSUE-2129

Update amd64_defconfig with new kernel options
This commit is contained in:
James Le Cuirot 2026-05-15 16:03:20 +01:00 committed by GitHub
commit 7447f9f35c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1 @@
- Added kernel config options to support HuC firmware authentication which is required for Intel Arc (DG2) hardware offloading for video. ([scripts#4019](https://github.com/flatcar/scripts/pull/4019))

View File

@ -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
@ -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