From patchwork Mon Aug 17 23:18:47 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: m-karicheri2@ti.com X-Patchwork-Id: 1512 Return-path: Envelope-to: mchehab@infradead.org Delivery-date: Mon, 17 Aug 2009 23:18:56 +0000 Received: from bombadil.infradead.org [18.85.46.34] by pedra.chehab.org with IMAP (fetchmail-6.3.6) for (single-drop); Mon, 17 Aug 2009 20:29:04 -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 1MdBTc-0000Vs-CZ; Mon, 17 Aug 2009 23:18:56 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751182AbZHQXSx (ORCPT + 1 other); Mon, 17 Aug 2009 19:18:53 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751293AbZHQXSx (ORCPT ); Mon, 17 Aug 2009 19:18:53 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:47863 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751182AbZHQXSw (ORCPT ); Mon, 17 Aug 2009 19:18:52 -0400 Received: from dlep34.itg.ti.com ([157.170.170.115]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id n7HNIndx027518; Mon, 17 Aug 2009 18:18:54 -0500 Received: from legion.dal.design.ti.com (localhost [127.0.0.1]) by dlep34.itg.ti.com (8.13.7/8.13.7) with ESMTP id n7HNImH0027407; Mon, 17 Aug 2009 18:18:48 -0500 (CDT) Received: from gt516km11.gt.design.ti.com (gt516km11.gt.design.ti.com [158.218.100.179]) by legion.dal.design.ti.com (8.11.7p1+Sun/8.11.7) with ESMTP id n7HNImZ04890; Mon, 17 Aug 2009 18:18:48 -0500 (CDT) Received: from gt516km11.gt.design.ti.com (localhost.localdomain [127.0.0.1]) by gt516km11.gt.design.ti.com (8.13.1/8.13.1) with ESMTP id n7HNIlrv032536; Mon, 17 Aug 2009 19:18:47 -0400 Received: (from a0868495@localhost) by gt516km11.gt.design.ti.com (8.13.1/8.13.1/Submit) id n7HNIljQ032533; Mon, 17 Aug 2009 19:18:47 -0400 From: m-karicheri2@ti.com To: linux-media@vger.kernel.org Cc: davinci-linux-open-source@linux.davincidsp.com, hverkuil@xs4all.nl, Muralidharan Karicheri Subject: [PATCH 2/5 - v3] V4L: ccdc driver - select MSP driver for CCDC input selection Date: Mon, 17 Aug 2009 19:18:47 -0400 Message-Id: <1250551127-32512-1-git-send-email-m-karicheri2@ti.com> X-Mailer: git-send-email 1.6.0.4 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org From: Muralidharan Karicheri Just being recreated to apply cleanly and compile. There were no comments against v1 of this patch. So no change from v1/v2 of the patch Reviewed-by: Hans Verkuil Signed-off-by: Muralidharan Karicheri --- Applies to V4L-DVB linux-next repository drivers/media/video/Kconfig | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index e8a6e4d..1fa3c87 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig @@ -565,13 +565,15 @@ config VIDEO_DM355_CCDC tristate "DM355 CCDC HW module" depends on ARCH_DAVINCI_DM355 && VIDEO_VPFE_CAPTURE select VIDEO_VPSS_SYSTEM + select MFD_DM355EVM_MSP default y help Enables DM355 CCD hw module. DM355 CCDC hw interfaces with decoder modules such as TVP5146 over BT656 or sensor module such as MT9T001 over a raw interface. This module configures the interface and CCDC/ISIF to do - video frame capture from a slave decoders + video frame capture from a slave decoders. MFD_DM355EVM_MSP + is enabled to select input to CCDC at run time. To compile this driver as a module, choose M here: the module will be called vpfe.