mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2025-05-19 20:57:55 +00:00
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>