sys-kernel/coreos-modules: build Intel iGPU i915 as module

Enable Intel iGPU usage in Flatcar.

The change only affects AMD64/x86 arch, as the GPU is part of the SoC.

See: https://github.com/flatcar/Flatcar/issues/1306
This commit is contained in:
Adrian Vladu 2024-09-30 13:02:49 +00:00
parent f06a731f7c
commit a91d0f2ad3
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_DEBUG_BOOT_PARAMS=y
CONFIG_DELL_RBU=m
CONFIG_DRM_I915=m
CONFIG_EDAC_AMD64=m
CONFIG_EDAC_DECODE_MCE=m
CONFIG_EDAC_E752X=m