From patchwork Mon May 23 00:34:12 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 6672 Return-path: Envelope-to: mchehab@pedra Delivery-date: Mon, 23 May 2011 05:09:10 -0300 Received: from mchehab by pedra with local (Exim 4.72) (envelope-from ) id 1QOQCL-00011a-Op for mchehab@pedra; Mon, 23 May 2011 05:09:10 -0300 Received: from casper.infradead.org [85.118.1.10] by pedra with IMAP (fetchmail-6.3.17) for (single-drop); Mon, 23 May 2011 05:09:09 -0300 (BRT) Received: from vger.kernel.org ([209.132.180.67]) by casper.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1QOJB3-0004nC-MY; Mon, 23 May 2011 00:39:22 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756001Ab1EWAiu (ORCPT + 1 other); Sun, 22 May 2011 20:38:50 -0400 Received: from rcsinet10.oracle.com ([148.87.113.121]:23095 "EHLO rcsinet10.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755788Ab1EWAip (ORCPT ); Sun, 22 May 2011 20:38:45 -0400 Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by rcsinet10.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id p4N0cKFn014864 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 23 May 2011 00:38:22 GMT Received: from acsmt356.oracle.com (acsmt356.oracle.com [141.146.40.156]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id p4N0cJXT019512 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 23 May 2011 00:38:20 GMT Received: from abhmt014.oracle.com (abhmt014.oracle.com [141.146.116.23]) by acsmt356.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id p4N0cE0b022124; Sun, 22 May 2011 19:38:14 -0500 Received: from chimera.site (/50.53.38.135) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Sun, 22 May 2011 17:38:13 -0700 Date: Sun, 22 May 2011 17:34:12 -0700 From: Randy Dunlap To: Stephen Rothwell , Pelagicore AB , mchehab@infradead.org Cc: linux-next@vger.kernel.org, LKML , linux-media@vger.kernel.org Subject: [PATCH -next] media: fix kconfig dependency warning for VIDEO_TIMBERDALE Message-Id: <20110522173412.21948fba.randy.dunlap@oracle.com> In-Reply-To: <20110520165507.cba539d5.sfr@canb.auug.org.au> References: <20110520165507.cba539d5.sfr@canb.auug.org.au> Organization: Oracle Linux Eng. X-Mailer: Sylpheed 2.7.1 (GTK+ 2.16.6; x86_64-unknown-linux-gnu) Mime-Version: 1.0 X-Source-IP: acsinet22.oracle.com [141.146.126.238] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090201.4DD9AC7F.0027:SCFMA922111,ss=1,fgs=0 Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Sender: From: Randy Dunlap Fix kconfig unmet dependency warning: warning: (VIDEO_TIMBERDALE) selects TIMB_DMA which has unmet direct dependencies (DMADEVICES && (MFD_TIMBERDALE || HAS_IOMEM)) Signed-off-by: Randy Dunlap Cc: Pelagicore AB --- drivers/media/video/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 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 --- linux-next-20110520.orig/drivers/media/video/Kconfig +++ linux-next-20110520/drivers/media/video/Kconfig @@ -683,7 +683,7 @@ config VIDEO_HEXIUM_GEMINI config VIDEO_TIMBERDALE tristate "Support for timberdale Video In/LogiWIN" - depends on VIDEO_V4L2 && I2C + depends on VIDEO_V4L2 && I2C && DMADEVICES select DMA_ENGINE select TIMB_DMA select VIDEO_ADV7180