From patchwork Tue Aug 24 08:45:28 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ingo Molnar X-Patchwork-Id: 125831 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.4/8.14.3) with ESMTP id o7O8kLfN025813 for ; Tue, 24 Aug 2010 08:46:21 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751531Ab0HXIpx (ORCPT ); Tue, 24 Aug 2010 04:45:53 -0400 Received: from mx3.mail.elte.hu ([157.181.1.138]:44674 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751190Ab0HXIpw (ORCPT ); Tue, 24 Aug 2010 04:45:52 -0400 Received: from elvis.elte.hu ([157.181.1.14]) by mx3.mail.elte.hu with esmtp (Exim) id 1Onp8P-00069p-2i from ; Tue, 24 Aug 2010 10:45:36 +0200 Received: by elvis.elte.hu (Postfix, from userid 1004) id 7661F3E22D9; Tue, 24 Aug 2010 10:45:27 +0200 (CEST) Date: Tue, 24 Aug 2010 10:45:28 +0200 From: Ingo Molnar To: Mauro Carvalho Chehab Cc: Linus Torvalds , Andrew Morton , Linux Media Mailing List , Linux Kernel Mailing List , Randy Dunlap Subject: [PATCH] V4L/DVB: mantis: Fix IR_CORE dependency Message-ID: <20100824084528.GA26618@elte.hu> References: <4C643A08.3000605@redhat.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <4C643A08.3000605@redhat.com> User-Agent: Mutt/1.5.20 (2009-08-17) Received-SPF: neutral (mx3: 157.181.1.14 is neither permitted nor denied by domain of elte.hu) client-ip=157.181.1.14; envelope-from=mingo@elte.hu; helo=elvis.elte.hu; X-ELTE-SpamScore: -2.0 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-2.0 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.5 -2.0 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0016] 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 (demeter.kernel.org [140.211.167.41]); Tue, 24 Aug 2010 08:46:22 +0000 (UTC) diff --git a/drivers/media/dvb/mantis/Kconfig b/drivers/media/dvb/mantis/Kconfig index decdeda..fd0830e 100644 --- a/drivers/media/dvb/mantis/Kconfig +++ b/drivers/media/dvb/mantis/Kconfig @@ -1,6 +1,6 @@ config MANTIS_CORE tristate "Mantis/Hopper PCI bridge based devices" - depends on PCI && I2C && INPUT + depends on PCI && I2C && INPUT && IR_CORE help Support for PCI cards based on the Mantis and Hopper PCi bridge.