From patchwork Thu Nov 4 11:10:11 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mauro Carvalho Chehab X-Patchwork-Id: 301832 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 oA4BAxdb024451 for ; Thu, 4 Nov 2010 11:11:00 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755088Ab0KDLK6 (ORCPT ); Thu, 4 Nov 2010 07:10:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:6643 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755406Ab0KDLK5 (ORCPT ); Thu, 4 Nov 2010 07:10:57 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id oA4BAFIi026551 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 4 Nov 2010 07:10:15 -0400 Received: from [10.11.8.170] (vpn-8-170.rdu.redhat.com [10.11.8.170]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id oA4BABZE016508 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 4 Nov 2010 07:10:12 -0400 Message-ID: <4CD29493.5020101@redhat.com> Date: Thu, 04 Nov 2010 07:10:11 -0400 From: Mauro Carvalho Chehab User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.12) Gecko/20101027 Fedora/3.1.6-1.fc14 Thunderbird/3.1.6 MIME-Version: 1.0 To: Arnaud Lacombe CC: Michal Marek , Linus Torvalds , kyle@redhat.com, linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, Linux Media Mailing List Subject: Re: REGRESSION: Re: [GIT] kconfig rc fixes References: <20101009224041.GA901@sepie.suse.cz> <4CD1E232.30406@redhat.com> <4CD22627.2000607@redhat.com> In-Reply-To: X-Scanned-By: MIMEDefang 2.67 on 10.5.11.11 Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@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]); Thu, 04 Nov 2010 11:11:00 +0000 (UTC) --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig @@ -111,8 +111,8 @@ config VIDEO_IR_I2C # Encoder / Decoder module configuration # +if !VIDEO_HELPER_CHIPS_AUTO menu "Encoders/decoders and other helper chips" - depends on !VIDEO_HELPER_CHIPS_AUTO comment "Audio decoders" @@ -516,6 +516,7 @@ config VIDEO_UPD64083 module will be called upd64083. endmenu # encoder / decoder chips +endif config VIDEO_SH_VOU tristate "SuperH VOU video output driver"