diff options
author | Étienne Bersac <bersace@gmail.com> | 2008-04-29 01:39:55 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-04-29 01:57:35 -0400 |
commit | 80ff974dba8cc432ab81676fc09d3c357cb11276 (patch) | |
tree | b775a81b3ceca1a6df40fec751293d0398c7c36f /drivers/macintosh/Kconfig | |
parent | 21e38dfee53a2159d14a24a3d2277ae757599efa (diff) |
[POWERPC] windfarm: Add PowerMac 12,1 support
This implements a new driver named windfarm_pm121, which drives the
fans on PowerMac 12,1 machines : iMac G5 iSight (rev C) 17" and
20". It's based on the windfarm_pm81 driver from Benjamin
Herrenschmidt.
This includes fixes from David Woodhouse correcting the names of some
of the sensors.
Signed-off-by: Étienne Bersac <bersace@gmail.com>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'drivers/macintosh/Kconfig')
-rw-r--r-- | drivers/macintosh/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/macintosh/Kconfig b/drivers/macintosh/Kconfig index 77f50b63a970..b52659620d50 100644 --- a/drivers/macintosh/Kconfig +++ b/drivers/macintosh/Kconfig | |||
@@ -234,6 +234,14 @@ config WINDFARM_PM112 | |||
234 | which are the recent dual and quad G5 machines using the | 234 | which are the recent dual and quad G5 machines using the |
235 | 970MP dual-core processor. | 235 | 970MP dual-core processor. |
236 | 236 | ||
237 | config WINDFARM_PM121 | ||
238 | tristate "Support for thermal management on PowerMac12,1" | ||
239 | depends on WINDFARM && I2C && PMAC_SMU | ||
240 | select I2C_POWERMAC | ||
241 | help | ||
242 | This driver provides thermal control for the PowerMac12,1 | ||
243 | which is the iMac G5 (iSight). | ||
244 | |||
237 | config ANSLCD | 245 | config ANSLCD |
238 | tristate "Support for ANS LCD display" | 246 | tristate "Support for ANS LCD display" |
239 | depends on ADB_CUDA && PPC_PMAC | 247 | depends on ADB_CUDA && PPC_PMAC |