[openwrt/openwrt] x86: generic: add missing CONFIG_DRM_ACCEL_QAIC
LEDE Commits
lede-commits at lists.infradead.org
Sat May 17 02:39:09 PDT 2025
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/2809d9502fd9f3ea8d33c46b96e511445b39f8c1
commit 2809d9502fd9f3ea8d33c46b96e511445b39f8c1
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Sat May 17 11:38:02 2025 +0200
x86: generic: add missing CONFIG_DRM_ACCEL_QAIC
CONFIG_DRM_ACCEL_QAIC was not added to x86 generic config, but it needs to
be added as CONFIG_DRM_ACCEL_QAIC does not depend on x86_64 like others.
Fixes: 51b78aa ("kernel: package intel_vpu driver")
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
target/linux/x86/generic/config-6.12 | 1 +
target/linux/x86/generic/config-6.6 | 1 +
2 files changed, 2 insertions(+)
diff --git a/target/linux/x86/generic/config-6.12 b/target/linux/x86/generic/config-6.12
index 5d001d32c6..1ad034cb18 100644
--- a/target/linux/x86/generic/config-6.12
+++ b/target/linux/x86/generic/config-6.12
@@ -79,6 +79,7 @@ CONFIG_DMA_NEED_SYNC=y
CONFIG_DMA_OPS_HELPERS=y
CONFIG_DMA_SHARED_BUFFER=y
CONFIG_DRM=y
+# CONFIG_DRM_ACCEL_QAIC is not set
# CONFIG_DRM_AMD_ISP is not set
CONFIG_DRM_BOCHS=y
CONFIG_DRM_BRIDGE=y
diff --git a/target/linux/x86/generic/config-6.6 b/target/linux/x86/generic/config-6.6
index 404e3ac330..edcafcb243 100644
--- a/target/linux/x86/generic/config-6.6
+++ b/target/linux/x86/generic/config-6.6
@@ -75,6 +75,7 @@ CONFIG_DMA_ACPI=y
CONFIG_DMA_OPS=y
CONFIG_DMA_SHARED_BUFFER=y
CONFIG_DRM=y
+# CONFIG_DRM_ACCEL_QAIC is not set
CONFIG_DRM_BOCHS=y
CONFIG_DRM_BRIDGE=y
CONFIG_DRM_BUDDY=y
More information about the lede-commits
mailing list