forked from Minki/linux
343e89a792
The Camera Adaptation Layer (CAL) is a block which consists of a dual port CSI2/MIPI camera capture engine. Port #0 can handle CSI2 camera connected to up to 4 data lanes. Port #1 can handle CSI2 camera connected to up to 2 data lanes. The driver implements the required API/ioctls to be V4L2 compliant. Driver supports the following: - V4L2 API using DMABUF/MMAP buffer access based on videobuf2 api - Asynchronous sensor sub device registration - DT support Signed-off-by: Benoit Parrot <bparrot@ti.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10 lines
185 B
Makefile
10 lines
185 B
Makefile
obj-$(CONFIG_VIDEO_TI_VPE) += ti-vpe.o
|
|
|
|
ti-vpe-y := vpe.o sc.o csc.o vpdma.o
|
|
|
|
ccflags-$(CONFIG_VIDEO_TI_VPE_DEBUG) += -DDEBUG
|
|
|
|
obj-$(CONFIG_VIDEO_TI_CAL) += ti-cal.o
|
|
|
|
ti-cal-y := cal.o
|