mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-17 01:56:13 +02:00
Merge pull request #4019 from tylerbucher/ISSUE-2129
Update amd64_defconfig with new kernel options
This commit is contained in:
commit
7447f9f35c
1
changelog/changes/2026-05-13-intel-mei-support.md
Normal file
1
changelog/changes/2026-05-13-intel-mei-support.md
Normal 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))
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user