]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
V4L/DVB (12906b): V4L : vpif capture - Kconfig and Makefile changes
authorMuralidharan Karicheri <m-karicheri2@ti.com>
Wed, 16 Sep 2009 17:31:02 +0000 (14:31 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 19 Sep 2009 03:19:37 +0000 (00:19 -0300)
Adds Kconfig and Makefile changes required for vpif capture driver

Resending to merge to V4L linux-next

Reviewed-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Muralidharan Karicheri <m-karicheri2@ti.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/Kconfig
drivers/media/video/davinci/Makefile

index 9b8f79afe1908b8048c27f5a2b067a6d9981797f..dc71eaea6af8002e2d6df98a8576f5aa842583eb 100644 (file)
@@ -501,10 +501,21 @@ config DISPLAY_DAVINCI_DM646X_EVM
        select VIDEO_ADV7343
        select VIDEO_THS7303
        help
-         Support for DaVinci based display device.
+         Support for DM6467 based display device.
 
          To compile this driver as a module, choose M here: the
-         module will be called davincihd_display.
+         module will be called vpif_display.
+
+config CAPTURE_DAVINCI_DM646X_EVM
+       tristate "DM646x EVM Video Capture"
+       depends on VIDEO_DEV && MACH_DAVINCI_DM6467_EVM
+       select VIDEOBUF_DMA_CONTIG
+       select VIDEO_DAVINCI_VPIF
+       help
+         Support for DM6467 based capture device.
+
+         To compile this driver as a module, choose M here: the
+         module will be called vpif_capture.
 
 config VIDEO_DAVINCI_VPIF
        tristate "DaVinci VPIF Driver"
index f44cad2f541239ffcd2329976a184510500d9d58..1a8b8f3f182e816bcd6c925e0fe2ecd53c131dca 100644 (file)
@@ -7,6 +7,8 @@ obj-$(CONFIG_VIDEO_DAVINCI_VPIF) += vpif.o
 
 #DM646x EVM Display driver
 obj-$(CONFIG_DISPLAY_DAVINCI_DM646X_EVM) += vpif_display.o
+#DM646x EVM Capture driver
+obj-$(CONFIG_CAPTURE_DAVINCI_DM646X_EVM) += vpif_capture.o
 
 # Capture: DM6446 and DM355
 obj-$(CONFIG_VIDEO_VPSS_SYSTEM) += vpss.o