diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2013-11-26 22:18:28 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2013-12-10 09:08:59 -0200 |
commit | 215c65a067ccf5dc22e68f1f159ee83678e63ca9 (patch) | |
tree | be6efdb1e3390edcd5edd7ff094d1ce4992b62fd | |
parent | 431cb350187c6bf1ed083622d633418a298a7216 (diff) | |
download | op-kernel-dev-215c65a067ccf5dc22e68f1f159ee83678e63ca9.zip op-kernel-dev-215c65a067ccf5dc22e68f1f159ee83678e63ca9.tar.gz |
[media] v4l: sh_vou: Enable driver compilation with COMPILE_TEST
This helps increasing build testing coverage.
Cc: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
-rw-r--r-- | drivers/media/platform/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
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. |