Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 76724b30 authored by Stanimir Varbanov's avatar Stanimir Varbanov Committed by Mauro Carvalho Chehab
Browse files

[media] media: venus: enable building with COMPILE_TEST



We want all media drivers to build with COMPILE_TEST, as the
Coverity instance we use on Kernel works only for x86. Also,
our test workflow relies on it, in order to identify git
bisect breakages.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: default avatarStanimir Varbanov <stanimir.varbanov@linaro.org>
parent cdd19b52
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -474,8 +474,9 @@ config VIDEO_TI_VPE_DEBUG
config VIDEO_QCOM_VENUS
	tristate "Qualcomm Venus V4L2 encoder/decoder driver"
	depends on VIDEO_DEV && VIDEO_V4L2 && HAS_DMA
	depends on ARCH_QCOM && IOMMU_DMA
	select QCOM_MDT_LOADER
	depends on (ARCH_QCOM && IOMMU_DMA) || COMPILE_TEST
	select QCOM_MDT_LOADER if (ARM || ARM64)
	select QCOM_SCM if (ARM || ARM64)
	select VIDEOBUF2_DMA_SG
	select V4L2_MEM2MEM_DEV
	---help---