From: Laurent Pinchart Date: Wed, 27 Nov 2013 01:18:28 +0000 (-0300) Subject: [media] v4l: sh_vou: Enable driver compilation with COMPILE_TEST X-Git-Tag: next-20140106~71^2~3^2~24 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=215c65a067ccf5dc22e68f1f159ee83678e63ca9;p=karo-tx-linux.git [media] v4l: sh_vou: Enable driver compilation with COMPILE_TEST This helps increasing build testing coverage. Cc: Guennadi Liakhovetski Signed-off-by: Laurent Pinchart Acked-by: Simon Horman Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/platform/Kconfig b/drivers/media/platform/Kconfig index d7f0249e4050..7f6ea6570122 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.