From d4a19d2d7de8524e7eff57f47f2fecc0f7d816d2 Mon Sep 17 00:00:00 2001
From: David Heidelberg <david@ixit.cz>
Date: Tue, 9 Jan 2024 14:32:47 +0100
Subject: [PATCH] config: switch Intel i915 to module to allow FW loading from
 rootfs

Signed-off-by: David Heidelberg <david@ixit.cz>
---
 kernel/configs/mesa3d-ci_x86_64.config | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/kernel/configs/mesa3d-ci_x86_64.config b/kernel/configs/mesa3d-ci_x86_64.config
index f91245d31aa84..84f2c9c9337ad 100644
--- a/kernel/configs/mesa3d-ci_x86_64.config
+++ b/kernel/configs/mesa3d-ci_x86_64.config
@@ -62,6 +62,9 @@ CONFIG_USB_ETH=y
 
 CONFIG_FW_LOADER_COMPRESS=y
 
+# options for Intel devices
+CONFIG_DRM_I915=m
+
 # options for AMD devices
 CONFIG_X86_AMD_PLATFORM_DEVICE=y
 CONFIG_ACPI_VIDEO=y
-- 
GitLab