From patchwork Tue Aug 11 21:01:58 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: 1485 Return-path: Envelope-to: mchehab@infradead.org Delivery-date: Tue, 11 Aug 2009 21:06:45 +0000 Received: from bombadil.infradead.org [18.85.46.34] by pedra.chehab.org with IMAP (fetchmail-6.3.6) for (single-drop); Tue, 11 Aug 2009 18:20:15 -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 1MayYN-0003eW-Po; Tue, 11 Aug 2009 21:06:44 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754742AbZHKVCI (ORCPT + 1 other); Tue, 11 Aug 2009 17:02:08 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754722AbZHKVCH (ORCPT ); Tue, 11 Aug 2009 17:02:07 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:37051 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754742AbZHKVCE (ORCPT ); Tue, 11 Aug 2009 17:02:04 -0400 Received: from dlep36.itg.ti.com ([157.170.170.91]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id n7BL20MO007935; Tue, 11 Aug 2009 16:02:05 -0500 Received: from legion.dal.design.ti.com (localhost [127.0.0.1]) by dlep36.itg.ti.com (8.13.8/8.13.8) with ESMTP id n7BL1xlh001198; Tue, 11 Aug 2009 16:01:59 -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 n7BL1xZ11266; Tue, 11 Aug 2009 16:01:59 -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 n7BL1wRl005142; Tue, 11 Aug 2009 17:01:58 -0400 Received: (from a0868495@localhost) by gt516km11.gt.design.ti.com (8.13.1/8.13.1/Submit) id n7BL1wlK005139; Tue, 11 Aug 2009 17:01:58 -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 3/4 - v2] V4L: ccdc driver - select MSP driver for CCDC input selection Date: Tue, 11 Aug 2009 17:01:58 -0400 Message-Id: <1250024518-5118-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 There were no comments against v1 of this patch. So no change from v1 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 8460013..a70d75a 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.