public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 6/9] V4L2: Added Timberdale Logiwin driver in Kconfig and Makefile
@ 2009-06-05 13:41 Richard Röjfors
  0 siblings, 0 replies; only message in thread
From: Richard Röjfors @ 2009-06-05 13:41 UTC (permalink / raw)
  To: linux-kernel; +Cc: Andrew Morton, linux-media

Updates of Kconfig and Makefile for the Timberdale logiwin driver

Signed-off-by: Richard Röjfors <richard.rojfors.ext@mocean-labs.com>
---
Index: linux-2.6.30-rc7/drivers/media/video/Kconfig
===================================================================
--- linux-2.6.30-rc7/drivers/media/video/Kconfig	(revision 861)
+++ linux-2.6.30-rc7/drivers/media/video/Kconfig	(working copy)
@@ -786,6 +786,13 @@
 	---help---
 	  This is a v4l2 driver for the TI OMAP2 camera capture interface

+config VIDEO_TIMBERDALE
+	tristate "Support for timberdale Video In/LogiWIN"
+	depends on VIDEO_V4L2 && MFD_TIMBERDALE_DMA
+	select VIDEO_ADV7180
+	---help---
+	Add support for the Video In peripherial of the timberdale FPGA.
+
 #
 # USB Multimedia device configuration
 #
Index: linux-2.6.30-rc7/drivers/media/video/Makefile
===================================================================
--- linux-2.6.30-rc7/drivers/media/video/Makefile	(revision 861)
+++ linux-2.6.30-rc7/drivers/media/video/Makefile	(working copy)
@@ -150,6 +150,8 @@

 obj-$(CONFIG_VIDEO_AU0828) += au0828/

+obj-$(CONFIG_VIDEO_TIMBERDALE)	+= timblogiw.o
+
 obj-$(CONFIG_USB_VIDEO_CLASS)	+= uvc/

 EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-06-05 14:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-05 13:41 [PATCH 6/9] V4L2: Added Timberdale Logiwin driver in Kconfig and Makefile Richard Röjfors

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox