From a91d0f2ad3edcd1933aba0974f641aa6956fd9de Mon Sep 17 00:00:00 2001 From: Adrian Vladu Date: Mon, 30 Sep 2024 13:02:49 +0000 Subject: [PATCH] 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 --- changelog/changes/2024-10-01-enable-intel-igpu-1915-module.md | 1 + .../sys-kernel/coreos-modules/files/amd64_defconfig-6.6 | 1 + 2 files changed, 2 insertions(+) create mode 100644 changelog/changes/2024-10-01-enable-intel-igpu-1915-module.md diff --git a/changelog/changes/2024-10-01-enable-intel-igpu-1915-module.md b/changelog/changes/2024-10-01-enable-intel-igpu-1915-module.md new file mode 100644 index 00000000000..61104263c8e --- /dev/null +++ b/changelog/changes/2024-10-01-enable-intel-igpu-1915-module.md @@ -0,0 +1 @@ +- Build Intel iGPU i915 driver as module ([#2349](https://github.com/flatcar/scripts/pull/2349)) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/amd64_defconfig-6.6 b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/amd64_defconfig-6.6 index 62ab9e73909..0cef0683eca 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/amd64_defconfig-6.6 +++ b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/amd64_defconfig-6.6 @@ -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