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 0A710DDEC3 for ; Wed, 14 Feb 2007 20:09:11 +1100 (EST) Date: Wed, 14 Feb 2007 18:07:01 +0900 From: Paul Mundt To: Geert Uytterhoeven Subject: Re: undefined symbol 'PS3_PS3AV' Message-ID: <20070214090701.GA11088@linux-sh.org> References: <45D2A835.7020606@m3y3r.de> 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 09:57:46AM +0100, Geert Uytterhoeven wrote: > On Wed, 14 Feb 2007, Thomas Meyer wrote: > > with 93bbad8fe13a25dcf7f3bc628a71d1a7642ae61b: > > > > drivers/video/Kconfig:1604:warning: 'select' used by config symbol 'FB_PS3' > > refer to undefined symbol 'PS3_PS3AV' > > It's defined in arch/powerpc/platforms/ps3/Kconfig, which is sourced by > arch/powerpc/Kconfig only. > > I don't know what's the best way to shut this up. Anyone with a suggestion? > This would seem like a reasonable candidate for a 'depends on' instead of a select..