summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/s3c-camif/Makefile
diff options
context:
space:
mode:
authorSylwester Nawrocki <sylvester.nawrocki@gmail.com>2012-08-22 20:09:18 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-11-28 09:43:34 -0200
commitbabde1c243b25592038dd7193867a49729e3d505 (patch)
tree30277f8be0979d4b9a3e32d50607e4c99df33ff4 /drivers/media/platform/s3c-camif/Makefile
parentd033a308d81ec83908760a15a841c2bd0d5e0ea3 (diff)
[media] V4L: Add driver for S3C24XX/S3C64XX SoC series camera interface
This patch adds V4L2 driver for Samsung S3C24XX/S3C64XX SoC series camera interface. The driver exposes a subdev device node for CAMIF pixel resolution and crop control and two video capture nodes - for the "codec" and "preview" data paths. It has been tested on Mini2440 (s3c2440) and Mini6410 (s3c6410) board with gstreamer and mplayer. Signed-off-by: Sylwester Nawrocki <sylvester.nawrocki@gmail.com> Signed-off-by: Tomasz Figa <tomasz.figa@gmail.com> Signed-off-by: Andrey Gusakov <dron0gus@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/platform/s3c-camif/Makefile')
-rw-r--r--drivers/media/platform/s3c-camif/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/media/platform/s3c-camif/Makefile b/drivers/media/platform/s3c-camif/Makefile
new file mode 100644
index 00000000000..50bf8c59b99
--- /dev/null
+++ b/drivers/media/platform/s3c-camif/Makefile
@@ -0,0 +1,5 @@
+# Makefile for s3c244x/s3c64xx CAMIF driver
+
+s3c-camif-objs := camif-core.o camif-capture.o camif-regs.o
+
+obj-$(CONFIG_VIDEO_S3C_CAMIF) += s3c-camif.o