Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756297Ab0KVB7F (ORCPT ); Sun, 21 Nov 2010 20:59:05 -0500 Received: from mail-iw0-f174.google.com ([209.85.214.174]:46601 "EHLO mail-iw0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755371Ab0KVB64 convert rfc822-to-8bit (ORCPT ); Sun, 21 Nov 2010 20:58:56 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=BgsvHEHMMOSB+udQojPDYeK45g72+jU5229scxAJbo6/f9VM4cUv9fXh7UkluQXWmP MKpfUyzDI2fJtTyP2xdM4oNyPaqCNjCpvyEqvC2VTzX+NwoYZMm0ycZL0znfJkqsMkJe ZM1VsLzu/fkzbmMuShaKJmRaxGK+laerBgh+Y= MIME-Version: 1.0 In-Reply-To: <20101122114801.2eee4c4d.sfr@canb.auug.org.au> References: <20101011145930.11fe570c.randy.dunlap@oracle.com> <1286889586-13483-1-git-send-email-mmarek@suse.cz> <20101029113731.5c7c54b9.sfr@canb.auug.org.au> <20101122114801.2eee4c4d.sfr@canb.auug.org.au> Date: Sun, 21 Nov 2010 20:58:54 -0500 Message-ID: Subject: Re: [PATCH] Revert "kconfig: Temporarily disable dependency warnings" From: Arnaud Lacombe To: Stephen Rothwell Cc: Michal Marek , randy.dunlap@oracle.com, catalin.marinas@arm.com, linux-kbuild@vger.kernel.org, linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, xiyou.wangcong@gmail.com, Mauro Carvalho Chehab Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1432 Lines: 35 Hi, On Sun, Nov 21, 2010 at 7:48 PM, Stephen Rothwell wrote: > On Fri, 29 Oct 2010 11:37:31 +1100 Stephen Rothwell wrote: >> >> On Tue, 12 Oct 2010 15:19:46 +0200 Michal Marek wrote: >> > >> > This reverts commit 71ebc01, which was a 2.6.36-only stopgap solution. >> >> I was hoping that we would have the number of these warnings down to >> something reasonable before this revert made it into Linus' tree ... >> >> I guess fixing the V4L stuff will become a bit more urgent, now :-) > > Is there any chance that the V4L kconfig warnings will be fixed? ?It is > quite irritating for those of us who do allmodconfig (and allyesconfig) > builds ... > There is 2 patches which fixes that by adding to the kconfig language a "visible" property to menus, 1 revert of "another" solution (which works but does not scale) and 2 patch which makes usage of the new property. Ack-ed and complemented by Mauro, but still waiting review/blessing by Michal. The core change is available here: https://patchwork.kernel.org/patch/306412/ Alternatively, if you don't care about the menu structure, Randy proposed a one-liner. - Arnaud -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/