From: Robert Marko Date: Sat, 17 May 2025 09:38:02 +0000 (+0200) Subject: x86: generic: add missing CONFIG_DRM_ACCEL_QAIC X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2809d9502fd9f3ea8d33c46b96e511445b39f8c1;p=thirdparty%2Fopenwrt.git 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 --- diff --git a/target/linux/x86/generic/config-6.12 b/target/linux/x86/generic/config-6.12 index 5d001d32c63..1ad034cb180 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 404e3ac330d..edcafcb2436 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