[openwrt/openwrt] x86: Activate CONFIG_DRM_ACCEL

LEDE Commits lede-commits at lists.infradead.org
Fri Jul 25 16:47:54 PDT 2025


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/3c246f6d031d233688fa6ace86d7792d1c09455d

commit 3c246f6d031d233688fa6ace86d7792d1c09455d
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Mon Jul 21 00:25:43 2025 +0200

    x86: Activate CONFIG_DRM_ACCEL
    
    This allows building the kmod-drm-ivpu which depends on
    CONFIG_DRM_ACCEL. This module is x86_64 only.
    
    Link: https://github.com/openwrt/openwrt/pull/19480
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/generic/config-6.12 | 3 +++
 target/linux/x86/64/config-6.12  | 1 +
 2 files changed, 4 insertions(+)

diff --git a/target/linux/generic/config-6.12 b/target/linux/generic/config-6.12
index 53d799bc19..bc4e1c29dc 100644
--- a/target/linux/generic/config-6.12
+++ b/target/linux/generic/config-6.12
@@ -1472,6 +1472,9 @@ CONFIG_DQL=y
 # CONFIG_DRAGONRISE_FF is not set
 # CONFIG_DRM is not set
 # CONFIG_DRM_ACCEL is not set
+# CONFIG_DRM_ACCEL_HABANALABS is not set
+# CONFIG_DRM_ACCEL_IVPU is not set
+# CONFIG_DRM_ACCEL_QAIC is not set
 # CONFIG_DRM_AMDGPU is not set
 # CONFIG_DRM_AMDGPU_CIK is not set
 # CONFIG_DRM_AMDGPU_SI is not set
diff --git a/target/linux/x86/64/config-6.12 b/target/linux/x86/64/config-6.12
index ab74aef214..c98d6091b9 100644
--- a/target/linux/x86/64/config-6.12
+++ b/target/linux/x86/64/config-6.12
@@ -129,6 +129,7 @@ CONFIG_DMA_NEED_SYNC=y
 CONFIG_DMA_OPS_HELPERS=y
 CONFIG_DMA_SHARED_BUFFER=y
 CONFIG_DRM=y
+CONFIG_DRM_ACCEL=y
 CONFIG_DRM_BOCHS=y
 CONFIG_DRM_BRIDGE=y
 CONFIG_DRM_FBDEV_EMULATION=y




More information about the lede-commits mailing list