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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to