On Fri, 2016-07-08 at 21:11 +0200, Hans Verkuil wrote: > From: Hans Verkuil <hans.verkuil@xxxxxxxxx> > > Allow VIDEO_MEDIATEK_VCODEC to build when COMPILE_TEST is set (even > without MTK_IOMMU). > > Signed-off-by: Hans Verkuil <hans.verkuil@xxxxxxxxx> > --- > drivers/media/platform/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/media/platform/Kconfig b/drivers/media/platform/Kconfig > index 3231b25..2c2670c 100644 > --- a/drivers/media/platform/Kconfig > +++ b/drivers/media/platform/Kconfig > @@ -168,7 +168,7 @@ config VIDEO_MEDIATEK_VPU > > config VIDEO_MEDIATEK_VCODEC > tristate "Mediatek Video Codec driver" > - depends on MTK_IOMMU > + depends on MTK_IOMMU || COMPILE_TEST > depends on VIDEO_DEV && VIDEO_V4L2 > depends on ARCH_MEDIATEK || COMPILE_TEST > select VIDEOBUF2_DMA_CONTIG reviewed-by: Tiffany Lin <tiffany.lin@xxxxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html