Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753409Ab0HGEJV (ORCPT ); Sat, 7 Aug 2010 00:09:21 -0400 Received: from pfepb.post.tele.dk ([195.41.46.236]:59097 "EHLO pfepb.post.tele.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751058Ab0HGEJS (ORCPT ); Sat, 7 Aug 2010 00:09:18 -0400 Date: Sat, 7 Aug 2010 06:09:16 +0200 From: Sam Ravnborg To: david@lang.hm Cc: linux-kernel Subject: Re: KCONFIG savedefconfig Message-ID: <20100807040916.GB30520@merkur.ravnborg.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 963 Lines: 25 On Fri, Aug 06, 2010 at 08:25:43PM -0700, david@lang.hm wrote: > when savedefconfig decides what to write out, what does it do for things > that are not at the default, but were set to not be default as part of > dependancy resolution? The short version: Any symbol that does not have default value are written to the defconfig file. Using the defconfig file as input or using the full config file as input shall result in the same configuration. If not you found a bug we need to fix. Arve found one bug I have to look into - pending feedback. And I have found one bug related to tristate choice values. So a bit work is needed to make it ready :-( But it works for most of the defconfig we have today. Sam -- 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/