From mboxrd@z Thu Jan 1 00:00:00 1970 From: laurent.pinchart@ideasonboard.com (Laurent Pinchart) Date: Wed, 11 Dec 2013 13:46:38 +0100 Subject: [PATCH 06/15] v4l: sh_vou: Enable driver compilation with COMPILE_TEST In-Reply-To: <1385515117-23664-7-git-send-email-laurent.pinchart+renesas@ideasonboard.com> References: <1385515117-23664-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com> <1385515117-23664-7-git-send-email-laurent.pinchart+renesas@ideasonboard.com> Message-ID: <1658704.CLqRDCzrbM@avalon> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Mauro, Could you please pick this patch up for v3.14 ? On Wednesday 27 November 2013 02:18:28 Laurent Pinchart wrote: > This helps increasing build testing coverage. > > Cc: Guennadi Liakhovetski > Cc: Mauro Carvalho Chehab > Cc: linux-media at vger.kernel.org > Signed-off-by: Laurent Pinchart > Acked-by: Simon Horman > --- > drivers/media/platform/Kconfig | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/drivers/media/platform/Kconfig b/drivers/media/platform/Kconfig > index d7f0249..7f6ea65 100644 > --- a/drivers/media/platform/Kconfig > +++ b/drivers/media/platform/Kconfig > @@ -36,7 +36,8 @@ source "drivers/media/platform/blackfin/Kconfig" > config VIDEO_SH_VOU > tristate "SuperH VOU video output driver" > depends on MEDIA_CAMERA_SUPPORT > - depends on VIDEO_DEV && ARCH_SHMOBILE && I2C > + depends on VIDEO_DEV && I2C > + depends on ARCH_SHMOBILE || COMPILE_TEST > select VIDEOBUF_DMA_CONTIG > help > Support for the Video Output Unit (VOU) on SuperH SoCs. -- Regards, Laurent Pinchart