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>
This commit is contained in:
parent
6b99c5d21e
commit
2809d9502f
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue