Merge pull request #2349 from flatcar/ader1990/enable-intel-igpu

sys-kernel/coreos-modules: build Intel iGPU module
This commit is contained in:
Jeremi Piotrowski 2025-02-24 12:18:14 +01:00 committed by GitHub
commit 754bb45d64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
- Build Intel iGPU i915 driver as module ([#2349](https://github.com/flatcar/scripts/pull/2349))

View File

@ -27,6 +27,7 @@ CONFIG_CRYPTO_SHA256_SSSE3=m
CONFIG_DCDBAS=m CONFIG_DCDBAS=m
CONFIG_DEBUG_BOOT_PARAMS=y CONFIG_DEBUG_BOOT_PARAMS=y
CONFIG_DELL_RBU=m CONFIG_DELL_RBU=m
CONFIG_DRM_I915=m
CONFIG_EDAC_AMD64=m CONFIG_EDAC_AMD64=m
CONFIG_EDAC_DECODE_MCE=m CONFIG_EDAC_DECODE_MCE=m
CONFIG_EDAC_E752X=m CONFIG_EDAC_E752X=m