diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-11-06 01:44:11 +0300 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-12-19 21:32:47 +0300 |
commit | b074cf80a7d40fefe1f4063c9841232171e8daea (patch) | |
tree | 6b4a8470f34578e1db3ab8cb22eab77fcc2e13de /drivers/macintosh/Kconfig | |
parent | f16ea4f0e1800a4449ffb2ddc0c01f4c4a5b504e (diff) | |
download | linux-b074cf80a7d40fefe1f4063c9841232171e8daea.tar.xz |
macintosh: therm_pm72: delete deprecated driver
The new driver is around for more than 2 years now, so the old one can
go. Getting rid of it helps the removal of the legacy .attach_adapter
callback of the I2C subsystem.
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'drivers/macintosh/Kconfig')
-rw-r--r-- | drivers/macintosh/Kconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/macintosh/Kconfig b/drivers/macintosh/Kconfig index 3067d56b11a6..5844b80bd90e 100644 --- a/drivers/macintosh/Kconfig +++ b/drivers/macintosh/Kconfig @@ -204,16 +204,6 @@ config THERM_ADT746X iBook G4, and the ATI based aluminium PowerBooks, allowing slightly better fan behaviour by default, and some manual control. -config THERM_PM72 - tristate "Support for thermal management on PowerMac G5 (AGP)" - depends on I2C && I2C_POWERMAC && PPC_PMAC64 - default n - help - This driver provides thermostat and fan control for the desktop - G5 machines. - - This is deprecated, use windfarm instead. - config WINDFARM tristate "New PowerMac thermal control infrastructure" depends on PPC |