diff options
| author | Hauke Mehrtens | 2025-07-20 22:25:43 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-07-25 23:11:21 +0000 |
| commit | 3c246f6d031d233688fa6ace86d7792d1c09455d (patch) | |
| tree | 15d1a1b5a99620e6342665e1ea46cfa8c2e1d950 | |
| parent | 27643ebfa9fd4d522b842badd4b8187dcd42e8e5 (diff) | |
| download | openwrt-3c246f6d031d233688fa6ace86d7792d1c09455d.tar.gz | |
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@hauke-m.de>
| -rw-r--r-- | target/linux/generic/config-6.12 | 3 | ||||
| -rw-r--r-- | target/linux/x86/64/config-6.12 | 1 |
2 files changed, 4 insertions, 0 deletions
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 |