From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bartlomiej Zolnierkiewicz Date: Mon, 01 Sep 2014 13:18:02 +0000 Subject: [PATCH] v4l: vsp1: fix driver dependencies Message-Id: <25174054.f3JtKIKjvH@amdc1032> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Mauro Carvalho Chehab Cc: Simon Horman , Magnus Damm , Kyungmin Park , linux-media@vger.kernel.org, linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org Renesas VSP1 Video Processing Engine support should be available only on Renesas ARM SoCs. Signed-off-by: Bartlomiej Zolnierkiewicz Acked-by: Kyungmin Park Cc: Simon Horman Cc: Magnus Damm --- drivers/media/platform/Kconfig | 1 + 1 file changed, 1 insertion(+) Index: b/drivers/media/platform/Kconfig =================================--- a/drivers/media/platform/Kconfig 2014-09-01 14:51:37.024553544 +0200 +++ b/drivers/media/platform/Kconfig 2014-09-01 15:17:34.284594657 +0200 @@ -213,6 +213,7 @@ config VIDEO_SH_VEU config VIDEO_RENESAS_VSP1 tristate "Renesas VSP1 Video Processing Engine" depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API && HAS_DMA + depends on ARCH_SHMOBILE || COMPILE_TEST select VIDEOBUF2_DMA_CONTIG ---help--- This is a V4L2 driver for the Renesas VSP1 video processing engine.