Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b074cf80 authored by Wolfram Sang's avatar Wolfram Sang
Browse files

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: default avatarWolfram Sang <wsa@the-dreams.de>
Acked-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
parent f16ea4f0
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -25,7 +25,6 @@ obj-$(CONFIG_ADB_IOP) += adb-iop.o
obj-$(CONFIG_ADB_PMU68K)	+= via-pmu68k.o
obj-$(CONFIG_ADB_MACIO)		+= macio-adb.o

obj-$(CONFIG_THERM_PM72)	+= therm_pm72.o
obj-$(CONFIG_THERM_WINDTUNNEL)	+= therm_windtunnel.o
obj-$(CONFIG_THERM_ADT746X)	+= therm_adt746x.o
obj-$(CONFIG_WINDFARM)	        += windfarm_core.o