Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 00cb9f69 authored by Murali Karicheri's avatar Murali Karicheri Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB: V4L - vpfe capture - build environment for isif driver



Adding Makefile and Kconfig for ISIF driver

Reviewed-by: default avatarHans Verkuil <hverkuil@xs4all.nl>
Reviewed-by: default avatarSergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: default avatarHans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: default avatarMurali Karicheri <mkaricheri@gmail.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 85b848ca
Loading
Loading
Loading
Loading
+13 −1
Original line number Diff line number Diff line
@@ -557,7 +557,6 @@ config VIDEO_VPSS_SYSTEM
	depends on ARCH_DAVINCI
	help
	  Support for vpss system module for video driver
	default y

config VIDEO_VPFE_CAPTURE
	tristate "VPFE Video Capture Driver"
@@ -601,6 +600,19 @@ config VIDEO_DM355_CCDC
	   To compile this driver as a module, choose M here: the
	   module will be called vpfe.

config VIDEO_ISIF
	tristate "ISIF HW module"
	depends on ARCH_DAVINCI_DM365 && VIDEO_VPFE_CAPTURE
	select VIDEO_VPSS_SYSTEM
	default y
	help
	   Enables ISIF hw module. This is the hardware module for
	   configuring ISIF in VPFE to capture Raw Bayer RGB data  from
	   a image sensor or YUV data from a YUV source.

	   To compile this driver as a module, choose M here: the
	   module will be called vpfe.

source "drivers/media/video/bt8xx/Kconfig"

config VIDEO_PMS
+1 −0
Original line number Diff line number Diff line
@@ -15,3 +15,4 @@ obj-$(CONFIG_VIDEO_VPSS_SYSTEM) += vpss.o
obj-$(CONFIG_VIDEO_VPFE_CAPTURE) += vpfe_capture.o
obj-$(CONFIG_VIDEO_DM6446_CCDC) += dm644x_ccdc.o
obj-$(CONFIG_VIDEO_DM355_CCDC) += dm355_ccdc.o
obj-$(CONFIG_VIDEO_ISIF) += isif.o