linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* CONFIG_THERM_PM72 is missing from .config from recent kernels (2.6.10, 2.6.11)
@ 2005-01-29 23:39 Maurice Volaski
  2005-01-29 23:58 ` Randy.Dunlap
  0 siblings, 1 reply; 3+ messages in thread
From: Maurice Volaski @ 2005-01-29 23:39 UTC (permalink / raw)
  To: linux-kernel

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?
-- 

Maurice Volaski, mvolaski@aecom.yu.edu
Computing Support, Rose F. Kennedy Center
Albert Einstein College of Medicine of Yeshiva University

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: CONFIG_THERM_PM72 is missing from .config from recent kernels (2.6.10, 2.6.11)
  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
  2005-02-01  1:02   ` Maurice Volaski
  0 siblings, 1 reply; 3+ messages in thread
From: Randy.Dunlap @ 2005-01-29 23:58 UTC (permalink / raw)
  To: Maurice Volaski; +Cc: linux-kernel

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: CONFIG_THERM_PM72 is missing from .config from recent kernels (2.6.10, 2.6.11)
  2005-01-29 23:58 ` Randy.Dunlap
@ 2005-02-01  1:02   ` Maurice Volaski
  0 siblings, 0 replies; 3+ messages in thread
From: Maurice Volaski @ 2005-02-01  1:02 UTC (permalink / raw)
  To: Randy.Dunlap; +Cc: linux-kernel, benh

>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
>

Thanks.

This is probably something for the config program designers, but 
options like these shouldn't never be hidden. They should always be 
available. If their prerequisites are not met, then it should reject 
change and throw up an explanation message, namely, the above.
-- 

Maurice Volaski, mvolaski@aecom.yu.edu
Computing Support, Rose F. Kennedy Center
Albert Einstein College of Medicine of Yeshiva University

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-02-01  1:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
2005-02-01  1:02   ` Maurice Volaski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).