Skip to content

Commit 2b6a740

Browse files
committed
thermal: intel: menlow: Get rid of this driver
According to my information, there are no active users of this driver in the field. Moreover, it does some really questionable things and gets in the way of thermal core improvements, so drop it. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
1 parent a4b8171 commit 2b6a740

3 files changed

Lines changed: 0 additions & 531 deletions

File tree

drivers/thermal/intel/Kconfig

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,6 @@ config INTEL_TCC_COOLING
103103
on how fast the setting takes effect, and how much the CPU frequency
104104
is reduced.
105105

106-
config INTEL_MENLOW
107-
tristate "Thermal Management driver for Intel menlow platform"
108-
depends on ACPI_THERMAL
109-
help
110-
ACPI thermal management enhancement driver on
111-
Intel Menlow platform.
112-
113-
If unsure, say N.
114-
115106
config INTEL_HFI_THERMAL
116107
bool "Intel Hardware Feedback Interface"
117108
depends on NET

drivers/thermal/intel/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ obj-$(CONFIG_INTEL_BXT_PMIC_THERMAL) += intel_bxt_pmic_thermal.o
1313
obj-$(CONFIG_INTEL_PCH_THERMAL) += intel_pch_thermal.o
1414
obj-$(CONFIG_INTEL_TCC_COOLING) += intel_tcc_cooling.o
1515
obj-$(CONFIG_X86_THERMAL_VECTOR) += therm_throt.o
16-
obj-$(CONFIG_INTEL_MENLOW) += intel_menlow.o
1716
obj-$(CONFIG_INTEL_HFI_THERMAL) += intel_hfi.o

0 commit comments

Comments
 (0)