From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.ocgnet.org (smtp.ocgnet.org [64.20.243.3]) by ozlabs.org (Postfix) with ESMTP id ED969DDE25 for ; Wed, 14 Feb 2007 21:19:29 +1100 (EST) Date: Wed, 14 Feb 2007 19:17:19 +0900 From: Paul Mundt To: Geert Uytterhoeven Subject: Re: undefined symbol 'PS3_PS3AV' Message-ID: <20070214101719.GA25319@linux-sh.org> References: <45D2A835.7020606@m3y3r.de> <20070214090701.GA11088@linux-sh.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Cc: Linux/PPC Development , Linux Kernel Development , Thomas Meyer List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, Feb 14, 2007 at 11:02:06AM +0100, Geert Uytterhoeven wrote: > On Wed, 14 Feb 2007, Paul Mundt wrote: > > This would seem like a reasonable candidate for a 'depends on' instead of > > a select.. > > That's what we originally had. But for the user it's simler if he can just > enable ps3fb and/or ps3snd (sound driver not yet finished), which both select > PS3_PS3AV. Why not just have PS3_PS3AV def_bool y if ps3fb || ps3snd? Or if that doesn't work, just place the PS3FB option in arch/powerpc/platforms/ps3/Kconfig. Of course if select obeyed the depends on, this wouldn't be a problem either..