From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id E7CA8DDE41 for ; Wed, 1 Apr 2009 00:32:11 +1100 (EST) Message-Id: <6B1588B3-522D-4C7B-AFA9-5CE361CCA95F@kernel.crashing.org> From: Kumar Gala To: Josh Boyer In-Reply-To: <20090331120550.GA2332@yoda.jdub.homelinux.org> Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Re: [PATCH] powerpc: Make LOWMEM_CAM_NUM depend on FSL_BOOKE Date: Tue, 31 Mar 2009 08:32:04 -0500 References: <20090331120550.GA2332@yoda.jdub.homelinux.org> Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mar 31, 2009, at 7:05 AM, Josh Boyer wrote: > The recent addition of CONFIG_LOWMEM_CAM_BOOL and > CONFIG_LOWMEM_CAM_NUM cause the latter to show up in configs > that do not need it during 'make oldconfig'. Make LOWMEM_CAM_NUM > depend on FSL_BOOKE. > > Signed-off-by: Josh Boyer > > --- fixed up an applied - k