[openwrt/openwrt] x86: add missing DRM_ACCEL symbols
LEDE Commits
lede-commits at lists.infradead.org
Thu May 15 10:22:26 PDT 2025
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/f160a017ac1733804ac470655625a191a4c19b64
commit f160a017ac1733804ac470655625a191a4c19b64
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Thu May 15 19:20:28 2025 +0200
x86: add missing DRM_ACCEL symbols
DRM_ACCEL symbols were not added to geode and legacy thus making the kernel
prompt for them on compilation.
Fixes: 51b78aaaae17 ("kernel: package intel_vpu driver")
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
target/linux/x86/geode/config-6.12 | 3 +++
target/linux/x86/geode/config-6.6 | 3 +++
target/linux/x86/legacy/config-6.12 | 3 +++
target/linux/x86/legacy/config-6.6 | 3 +++
4 files changed, 12 insertions(+)
diff --git a/target/linux/x86/geode/config-6.12 b/target/linux/x86/geode/config-6.12
index 38e03d4d64..ff884334f5 100644
--- a/target/linux/x86/geode/config-6.12
+++ b/target/linux/x86/geode/config-6.12
@@ -49,6 +49,9 @@ CONFIG_CS5535_MFGPT=y
CONFIG_CS5535_MFGPT_DEFAULT_IRQ=7
# CONFIG_CS89x0_ISA is not set
CONFIG_DMA_ACPI=y
+# CONFIG_DRM_ACCEL_HABANALABS is not set
+# CONFIG_DRM_ACCEL_IVPU is not set
+# CONFIG_DRM_ACCEL_QAIC is not set
# CONFIG_DRM_AMD_ISP is not set
# CONFIG_EL3 is not set
CONFIG_FIRMWARE_TABLE=y
diff --git a/target/linux/x86/geode/config-6.6 b/target/linux/x86/geode/config-6.6
index f9f4a6aea9..43af86d70a 100644
--- a/target/linux/x86/geode/config-6.6
+++ b/target/linux/x86/geode/config-6.6
@@ -45,6 +45,9 @@ CONFIG_CS5535_MFGPT=y
CONFIG_CS5535_MFGPT_DEFAULT_IRQ=7
# CONFIG_CS89x0_ISA is not set
CONFIG_DMA_ACPI=y
+# CONFIG_DRM_ACCEL_HABANALABS is not set
+# CONFIG_DRM_ACCEL_IVPU is not set
+# CONFIG_DRM_ACCEL_QAIC is not set
# CONFIG_EL3 is not set
CONFIG_FUNCTION_ALIGNMENT=4
CONFIG_FUNCTION_ALIGNMENT_4B=y
diff --git a/target/linux/x86/legacy/config-6.12 b/target/linux/x86/legacy/config-6.12
index fc3d515521..216389edda 100644
--- a/target/linux/x86/legacy/config-6.12
+++ b/target/linux/x86/legacy/config-6.12
@@ -56,6 +56,9 @@ CONFIG_CDROM=y
CONFIG_DMA_ACPI=y
CONFIG_DMA_SHARED_BUFFER=y
CONFIG_DRM=y
+# CONFIG_DRM_ACCEL_HABANALABS is not set
+# CONFIG_DRM_ACCEL_IVPU is not set
+# CONFIG_DRM_ACCEL_QAIC is not set
CONFIG_DRM_AMDGPU=y
# CONFIG_DRM_AMD_DC is not set
# CONFIG_DRM_AMD_ISP is not set
diff --git a/target/linux/x86/legacy/config-6.6 b/target/linux/x86/legacy/config-6.6
index bc7e74ac3f..80713f9754 100644
--- a/target/linux/x86/legacy/config-6.6
+++ b/target/linux/x86/legacy/config-6.6
@@ -55,6 +55,9 @@ CONFIG_CPU_IDLE_GOV_MENU=y
CONFIG_DMA_ACPI=y
CONFIG_DMA_SHARED_BUFFER=y
CONFIG_DRM=y
+# CONFIG_DRM_ACCEL_HABANALABS is not set
+# CONFIG_DRM_ACCEL_IVPU is not set
+# CONFIG_DRM_ACCEL_QAIC is not set
CONFIG_DRM_AMDGPU=y
# CONFIG_DRM_AMD_DC is not set
CONFIG_DRM_BOCHS=y
More information about the lede-commits
mailing list