From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S270780AbTGNTwe (ORCPT ); Mon, 14 Jul 2003 15:52:34 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S270772AbTGNTux (ORCPT ); Mon, 14 Jul 2003 15:50:53 -0400 Received: from scrub.xs4all.nl ([194.109.195.176]:17166 "EHLO scrub.xs4all.nl") by vger.kernel.org with ESMTP id S270773AbTGNTui (ORCPT ); Mon, 14 Jul 2003 15:50:38 -0400 Date: Mon, 14 Jul 2003 22:04:52 +0200 (CEST) From: Roman Zippel X-X-Sender: roman@serv To: Herbert Xu cc: Linux Kernel Mailing List Subject: Re: [KCONFIG] Optional choice values always get reset In-Reply-To: <20030712073018.GA19038@gondor.apana.org.au> Message-ID: References: <20030712073018.GA19038@gondor.apana.org.au> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi, On Sat, 12 Jul 2003, Herbert Xu wrote: > As of 2.5.74, make oldconfig always disables existing optional choices > even if they were selected previously. For example, if all the EICON > ISDN drivers were selected as modules, then make oldconfig will turn > them off. > > Part of the problem is that the choice value itself is computed before > the SYMBOL_NEW flag is turned off. This patch addresses that particular > problem. Thanks for the patch, I applied it with some small modifications, as there was a small problem left. bye, Roman