Skip to content

Commit

Permalink
drm/imx/dcss: Enable COMPILE_TEST on all architectures
Browse files Browse the repository at this point in the history
To extend test coverage, relax the dependency on ARCH_MXC and ARM64 to
also enable compilation when COMPILE_TEST is selected.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
  • Loading branch information
Laurent Pinchart authored and intel-lab-lkp committed Jul 31, 2021
1 parent d25ab75 commit 4ab6a62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/gpu/drm/imx/dcss/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ config DRM_IMX_DCSS
select IMX_IRQSTEER
select DRM_KMS_CMA_HELPER
select VIDEOMODE_HELPERS
depends on DRM && ARCH_MXC && ARM64
depends on DRM
depends on (ARCH_MXC && ARM64) || COMPILE_TEST
help
Choose this if you have a NXP i.MX8MQ based system and want to use the
Display Controller Subsystem. This option enables DCSS support.

0 comments on commit 4ab6a62

Please sign in to comment.