All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Randy.Dunlap" <rddunlap@osdl.org>
To: Maurice Volaski <mvolaski@aecom.yu.edu>
Cc: linux-kernel@vger.kernel.org
Subject: Re: CONFIG_THERM_PM72 is missing from .config from recent kernels (2.6.10, 2.6.11)
Date: Sat, 29 Jan 2005 15:58:38 -0800	[thread overview]
Message-ID: <41FC232E.2070202@osdl.org> (raw)
In-Reply-To: <a0620073dbe21cf061aa6@[129.98.90.227]>

Maurice Volaski wrote:
> CONFIG_THERM_PM72 is required for thermal management in at least Macs, 
> most notably the PowerMac G5. Without it, the computer will run its fans 
> at the max and is very loud.
> 
> It's missing from .config in at least a few releases of recent kernels 
> (2.6.10, 2.6.11).
> 
> Does anyone know why?

Did you enable/select it?
It's not on by default (in 2.6.11-rc2).

First you need to enable this one:
config I2C_KEYWEST
	tristate "Powermac Keywest I2C interface"
	depends on I2C && PPC_PMAC

and then this one:
config THERM_PM72
	tristate "Support for thermal management on PowerMac G5"
	depends on I2C && I2C_KEYWEST && PPC_PMAC64

-- 
~Randy

  reply	other threads:[~2005-01-30  0:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-29 23:39 CONFIG_THERM_PM72 is missing from .config from recent kernels (2.6.10, 2.6.11) Maurice Volaski
2005-01-29 23:58 ` Randy.Dunlap [this message]
2005-02-01  1:02   ` Maurice Volaski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=41FC232E.2070202@osdl.org \
    --to=rddunlap@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mvolaski@aecom.yu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.