mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 13:11:45 +00:00
67a8dbbc4e
Now we have a camera working over the marvell cam controller core. It works like the cafe driver and has all the same limitations, contiguous DMA only being one of them. But it's a start. Signed-off-by: Jonathan Corbet <corbet@lwn.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
7 lines
176 B
Makefile
7 lines
176 B
Makefile
obj-$(CONFIG_VIDEO_CAFE_CCIC) += cafe_ccic.o
|
|
cafe_ccic-y := cafe-driver.o mcam-core.o
|
|
|
|
obj-$(CONFIG_VIDEO_MMP_CAMERA) += mmp_camera.o
|
|
mmp_camera-y := mmp-driver.o mcam-core.o
|
|
|