Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759175Ab0GPUCR (ORCPT ); Fri, 16 Jul 2010 16:02:17 -0400 Received: from moutng.kundenserver.de ([212.227.126.186]:61509 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759141Ab0GPUCP (ORCPT ); Fri, 16 Jul 2010 16:02:15 -0400 From: Arnd Bergmann To: Grant Likely Subject: Re: [RFC PATCH] Kconfig: Enable Kconfig fragments to be used for defconfig Date: Fri, 16 Jul 2010 22:01:09 +0200 User-Agent: KMail/1.13.5 (Linux/2.6.35-rc4-next-20100709+; KDE/4.4.90; x86_64; ; ) Cc: Catalin Marinas , linuxppc-dev@lists.ozlabs.org, Nicolas Pitre , Benjamin Herrenschmidt , linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Linus Torvalds , Russell King , Tony Lindgren , Daniel Walker , "Uwe =?iso-8859-1?q?Kleine-K=F6nig?=" , Stephen Rothwell References: <20100713230352.6781.18644.stgit@angua> <1279296221.17878.66.camel@e102109-lin.cambridge.arm.com> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201007162201.09629.arnd@arndb.de> X-Provags-ID: V02:K0:nNjZ9vOV9Tl6fQmcy2WaYEFfPGe8BV+m9HB8Qow1ItB 39UckgBQhdZxU70SLVWbBPHrKOABHOTapFUetGJ4MhYvUOknDg fF81StBAWdKO51XDnD9WtERJntrEqWQsxExBuyjHQeuseik6Wj CLggvxPVXaofDSMhZsJr2mA/cEclkcj3f/gPLBed9EZGmMbyIV irONz2eMSjSK8aTVd68wQ== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1011 Lines: 30 On Friday 16 July 2010 19:57:55 Grant Likely wrote: > On Fri, Jul 16, 2010 at 10:03 AM, Catalin Marinas > wrote: > > On Wed, 2010-07-14 at 00:04 +0100, Grant Likely wrote: > > sfr and I were talking about your patch the other day. Just warning > on incomplete dependencies is enough to make it actually workable for > me (without my ugly post-processing step). I was very happy to hear > that it is in linux-next. > > Last missing piece is being able to do "select FOO = n", which Stephen > is currently working on. Are there a lot of symbols for which this is needed? If there is only a handful, you could work around this by selectively adding config FOO bool "foo" default !FOO_DISABLE config FOO_DISABLE def_bool "n" Arnd -- 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/