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 ESMTP id 281C268713 for ; Mon, 14 Nov 2005 08:04:37 +1100 (EST) From: Benjamin Herrenschmidt To: Geert Uytterhoeven In-Reply-To: References: <200511080502.jA852dWI011502@hera.kernel.org> Content-Type: text/plain Date: Mon, 14 Nov 2005 08:00:33 +1100 Message-Id: <1131915634.5504.69.camel@gaston> Mime-Version: 1.0 Cc: Linux/PPC Development , Linux Kernel Development Subject: Re: [PATCH] ppc64: Thermal control for SMU based machines List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > > --- a/drivers/macintosh/Kconfig > > +++ b/drivers/macintosh/Kconfig > > @@ -169,6 +169,25 @@ config THERM_PM72 > > This driver provides thermostat and fan control for the desktop > > G5 machines. > > > > +config WINDFARM > > + tristate "New PowerMac thermal control infrastructure" > > Shouldn't this depend on some PowerMac-related variables, to prevent it from > showing up on m68k? Well, the windfarm core is not really platform specific at all ... Christoph even proposed to move it to some more "common" place, though as I said, I want to work on it a bit more before that happens. Ben.