From patchwork Fri Sep 17 17:01:21 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 188712 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id o8HH1ZUL024407 for ; Fri, 17 Sep 2010 17:01:35 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752094Ab0IQRBd (ORCPT ); Fri, 17 Sep 2010 13:01:33 -0400 Received: from rcsinet10.oracle.com ([148.87.113.121]:40938 "EHLO rcsinet10.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751721Ab0IQRBd (ORCPT ); Fri, 17 Sep 2010 13:01:33 -0400 Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) by rcsinet10.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id o8HH1Puo012924 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 17 Sep 2010 17:01:26 GMT Received: from acsmt355.oracle.com (acsmt355.oracle.com [141.146.40.155]) by acsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id o8HCpXPh029052; Fri, 17 Sep 2010 17:01:25 GMT Received: from abhmt012.oracle.com by acsmt353.oracle.com with ESMTP id 607655681284742883; Fri, 17 Sep 2010 10:01:23 -0700 Received: from chimera.site (/173.50.240.230) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 17 Sep 2010 10:01:22 -0700 Date: Fri, 17 Sep 2010 10:01:21 -0700 From: Randy Dunlap To: linux-media@vger.kernel.org Cc: Mauro Carvalho Chehab Subject: [PATCH -next] staging: cx25821 and go7007 depend on IR_CORE Message-Id: <20100917100121.dea03063.randy.dunlap@oracle.com> Organization: Oracle Linux Eng. X-Mailer: Sylpheed 2.7.1 (GTK+ 2.16.6; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Fri, 17 Sep 2010 17:01:35 +0000 (UTC) --- linux-next-20100914.orig/drivers/staging/cx25821/Kconfig +++ linux-next-20100914/drivers/staging/cx25821/Kconfig @@ -1,6 +1,6 @@ config VIDEO_CX25821 tristate "Conexant cx25821 support" - depends on DVB_CORE && VIDEO_DEV && PCI && I2C && INPUT + depends on DVB_CORE && VIDEO_DEV && PCI && I2C && INPUT && IR_CORE select I2C_ALGOBIT select VIDEO_BTCX select VIDEO_TVEEPROM --- linux-next-20100914.orig/drivers/staging/go7007/Kconfig +++ linux-next-20100914/drivers/staging/go7007/Kconfig @@ -1,6 +1,6 @@ config VIDEO_GO7007 tristate "WIS GO7007 MPEG encoder support" - depends on VIDEO_DEV && PCI && I2C && INPUT + depends on VIDEO_DEV && PCI && I2C && INPUT && IR_CORE depends on SND select VIDEOBUF_DMA_SG select VIDEO_IR