From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx2.mail.elte.hu ([157.181.151.9]:59194 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750716AbZD3TLl (ORCPT ); Thu, 30 Apr 2009 15:11:41 -0400 Date: Thu, 30 Apr 2009 21:10:01 +0200 From: Ingo Molnar Subject: Re: [PATCH 0/7] kconfig: more featured minimum module configs Message-ID: <20090430191001.GA14108@elte.hu> References: <20090430185022.122124349@goodmis.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090430185022.122124349@goodmis.org> Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Steven Rostedt Cc: linux-kernel@vger.kernel.org, Andrew Morton , Linus Torvalds , Peter Zijlstra , Thomas Gleixner , Theodore Tso , Arnaldo Carvalho de Melo , zippel@linux-m68k.org, linux-kbuild@vger.kernel.org, Sam Ravnborg * Steven Rostedt wrote: > This set of patches adds on top of my previous post. > > It fixes CONFIG_IKCONFIG when CONFIG_IKCONFIG_PROC is not set. > (gcc optimizes the config out!) > > As a request from Ingo, it now enables IKCONFIG and will also use > various locations to find a config to base against. hm, now 'make localyesconfig' done on a Fedora distro kernel produces something very close to an allyesconfig: -rw-rw-r-- 1 mingo mingo 91930 2009-04-30 20:03 .config aldebaran:~/linux/linux> grep =y .config | wc -l 3398 is that expected? Ingo