From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from outbound4-fra-R.bigfish.com (outbound-fra.frontbridge.com [62.209.45.174]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.bigfish.com", Issuer "*.bigfish.com" (not verified)) by ozlabs.org (Postfix) with ESMTP id 75BB6DDF8F for ; Tue, 27 Feb 2007 03:35:28 +1100 (EST) Message-ID: <45E30C3E.80006@am.sony.com> Date: Mon, 26 Feb 2007 08:35:10 -0800 From: Geoff Levand MIME-Version: 1.0 To: Linus Torvalds Subject: Re: [PATCH] ps3: Introduce CONFIG_PS3_ADVANCED References: <200702210946.27758.toralf.foerster@gmx.de> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Cc: Linux Frame Buffer Device Development , =?UTF-8?B?77+9?= , Linux Kernel Development , Linux/PPC Development , Paul Mackerras , Geert Uytterhoeven , Andrew Morton List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Geert Uytterhoeven wrote: > ps3: Introduce CONFIG_PS3_ADVANCED, as suggested by Roman Zippel, and use it to > control questions about PS3 subsystems that may not be obvious for the casual > user. > > This gets rid of the following warning on non-powerpc platforms: > | drivers/video/Kconfig:1604:warning: 'select' used by config symbol 'FB_PS3' refer to undefined symbol 'PS3_PS3AV' Please apply, fixes build warning in 2.6.21-rc1. Acked-by: Geoff Levand