diff options
| author | Robert Marko | 2025-05-17 09:38:02 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-05-17 09:39:06 +0000 |
| commit | 2809d9502fd9f3ea8d33c46b96e511445b39f8c1 (patch) | |
| tree | 5b5627e60fa1a200be8f057897f304af6459a2d4 | |
| parent | 6b99c5d21e8245e982c847189897040c55751d17 (diff) | |
| download | openwrt-2809d9502fd9f3ea8d33c46b96e511445b39f8c1.tar.gz | |
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@gmail.com>
| -rw-r--r-- | target/linux/x86/generic/config-6.12 | 1 | ||||
| -rw-r--r-- | target/linux/x86/generic/config-6.6 | 1 |
2 files changed, 2 insertions, 0 deletions
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 |