From cb4b48cfae6a27b18a78dead02c0c37a7696d68d Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Tue, 4 Nov 2025 10:51:09 +0100 Subject: [PATCH 1/2] sys-kernel/coreos-modules: build AMD GPU as module Signed-off-by: Mathieu Tortuyaux --- .../sys-kernel/coreos-modules/files/amd64_defconfig-6.12 | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/amd64_defconfig-6.12 b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/amd64_defconfig-6.12 index a6eb3aeffcf..c19cbac2136 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/amd64_defconfig-6.12 +++ b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/amd64_defconfig-6.12 @@ -26,6 +26,7 @@ CONFIG_CRYPTO_SHA256_SSSE3=m CONFIG_DCDBAS=m CONFIG_DEBUG_BOOT_PARAMS=y CONFIG_DELL_RBU=m +CONFIG_DRM_AMDGPU=m CONFIG_DRM_I915=m CONFIG_EDAC_AMD64=m CONFIG_EDAC_DECODE_MCE=m From 586fe8d4accea455bc8f015b1f6691b3b81ba3d6 Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Tue, 4 Nov 2025 10:58:28 +0100 Subject: [PATCH 2/2] changelog: add entry Signed-off-by: Mathieu Tortuyaux --- changelog/changes/2025-11-04-enable-amd-gpu-module.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/changes/2025-11-04-enable-amd-gpu-module.md diff --git a/changelog/changes/2025-11-04-enable-amd-gpu-module.md b/changelog/changes/2025-11-04-enable-amd-gpu-module.md new file mode 100644 index 00000000000..a3789adc3e4 --- /dev/null +++ b/changelog/changes/2025-11-04-enable-amd-gpu-module.md @@ -0,0 +1 @@ +- Build AMD GPU driver as module ([#3461](https://github.com/flatcar/scripts/pull/3461))