From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from pasmtpa.tele.dk ([80.160.77.114]:39463 "EHLO pasmtpA.tele.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934619AbYD1VHd (ORCPT ); Mon, 28 Apr 2008 17:07:33 -0400 Date: Mon, 28 Apr 2008 23:08:06 +0200 From: Sam Ravnborg Subject: Re: [PATCH 2/3] fix choice dependency check Message-ID: <20080428210806.GF18248@uranus.ravnborg.org> References: <200802210258.45011.yinghai.lu@sun.com> <200802241832.37850.yinghai.lu@sun.com> <200802242136.28744.yinghai.lu@sun.com> <200802242243.49576.yinghai.lu@sun.com> <20080226194058.GA31438@uranus.ravnborg.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Roman Zippel Cc: Ingo Molnar , Andrew Morton , Linux Kernel Mailing List , kiran@scalemp.com, shai@scalemp.com, Glauber Costa , linux-kbuild , Yinghai Lu On Fri, Feb 29, 2008 at 05:10:24AM +0100, Roman Zippel wrote: > > Properly check the dependency of choices as a group. > Also fix that sym_check_deps() correctly terminates the dependency loop > error check (otherwise it would continue printing the dependency chain). > > Signed-off-by: Roman Zippel Hi Roman. I realised this was never applied - so I did so now. Same with the one with named choice groups. Sam