[PATCH 6/9] V4L2: Added Timberdale Logiwin driver in Kconfig andMakefile

From: Richard Röjfors
Date: Fri Jun 05 2009 - 09:41:44 EST


Updates of Kconfig and Makefile for the Timberdale logiwin driver

Signed-off-by: Richard Röjfors <richard.rojfors.ext@xxxxxxxxxxxxxxx>
---
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/