Skip to content

Commit 3a2419f

Browse files
spandruvadazhang-rui
authored andcommitted
Thermal: Intel SoC: DTS thermal use common APIs
There is no change in functionality but using the common IOSF core APIs. This driver is now just responsible for enumeration and call relevant API to create thermal zone and register critical trip. Also cpuid 0x4c is now handled in the int340x processor thermal driver with the same functionality. Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
1 parent ee07360 commit 3a2419f

File tree

2 files changed

+23
-410
lines changed

2 files changed

+23
-410
lines changed

drivers/thermal/Kconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,8 @@ config INTEL_SOC_DTS_IOSF_CORE
261261

262262
config INTEL_SOC_DTS_THERMAL
263263
tristate "Intel SoCs DTS thermal driver"
264-
depends on X86 && IOSF_MBI
264+
depends on X86
265+
select INTEL_SOC_DTS_IOSF_CORE
265266
help
266267
Enable this to register Intel SoCs (e.g. Bay Trail) platform digital
267268
temperature sensor (DTS). These SoCs have two additional DTSs in

0 commit comments

Comments
 (0)