From patchwork Fri Jun 5 13:41:06 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Richard_R=3F=C3=B6jfors?= X-Patchwork-Id: 1164 Return-path: Envelope-to: mchehab@infradead.org Delivery-date: Fri, 05 Jun 2009 14:13:31 +0000 Received: from bombadil.infradead.org [18.85.46.34] by pedra.chehab.org with IMAP (fetchmail-6.3.6) for (single-drop); Fri, 05 Jun 2009 11:15:30 -0300 (BRT) Received: from vger.kernel.org ([209.132.176.167]) by bombadil.infradead.org with esmtp (Exim 4.69 #1 (Red Hat Linux)) id 1MCaAk-0003Fd-Qz; Fri, 05 Jun 2009 14:13:31 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752188AbZFEONG (ORCPT + 1 other); Fri, 5 Jun 2009 10:13:06 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753525AbZFEONG (ORCPT ); Fri, 5 Jun 2009 10:13:06 -0400 Received: from av6-2-sn3.vrr.skanova.net ([81.228.9.180]:55247 "EHLO av6-2-sn3.vrr.skanova.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754593AbZFEONF (ORCPT ); Fri, 5 Jun 2009 10:13:05 -0400 Received: by av6-2-sn3.vrr.skanova.net (Postfix, from userid 502) id 4880138314; Fri, 5 Jun 2009 15:41:07 +0200 (CEST) Received: from smtp3-2-sn3.vrr.skanova.net (smtp3-2-sn3.vrr.skanova.net [81.228.9.102]) by av6-2-sn3.vrr.skanova.net (Postfix) with ESMTP id 643BF383CF; Fri, 5 Jun 2009 15:41:06 +0200 (CEST) Received: from the-apple.local (194-237-7-146.customer.telia.com [194.237.7.146]) by smtp3-2-sn3.vrr.skanova.net (Postfix) with ESMTP id 4D75237E44; Fri, 5 Jun 2009 15:41:06 +0200 (CEST) Message-ID: <4A292072.9080900@mocean-labs.com> Date: Fri, 05 Jun 2009 15:41:06 +0200 From: =?ISO-8859-15?Q?Richard_R=F6jfors?= User-Agent: Thunderbird 2.0.0.21 (Macintosh/20090302) MIME-Version: 1.0 To: linux-kernel@vger.kernel.org Cc: Andrew Morton , linux-media@vger.kernel.org Subject: [PATCH 6/9] V4L2: Added Timberdale Logiwin driver in Kconfig and Makefile Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Updates of Kconfig and Makefile for the Timberdale logiwin driver Signed-off-by: Richard Röjfors --- -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html 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