aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/Kconfig
diff options
context:
space:
mode:
authorSrinivas Pandruvada <srinivas.pandruvada@linux.intel.com>2015-03-02 16:12:58 -0500
committerZhang Rui <rui.zhang@intel.com>2015-04-30 23:20:42 -0400
commitee073604dba4787b30a754a63af16d13f3d9b846 (patch)
treec5404031481441bbc224816b71e2ca7d080f9073 /drivers/thermal/Kconfig
parentb787f68c36d49bb1d9236f403813641efa74a031 (diff)
Thermal: Intel SoC: DTS thermal IOSF core
This is becoming a common feature for Intel SoCs to expose the additional digital temperature sensors (DTSs) using side band interface (IOSF). This change remove common IOSF DTS handler function from the existing driver intel_soc_dts_thermal.c and creates a stand alone module, which can be selected from the SoC specific drivers. In this way there is less code duplication. Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Diffstat (limited to 'drivers/thermal/Kconfig')
-rw-r--r--drivers/thermal/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
index af40db0df58e..effc46d6b070 100644
--- a/drivers/thermal/Kconfig
+++ b/drivers/thermal/Kconfig
@@ -249,6 +249,16 @@ config X86_PKG_TEMP_THERMAL
249 two trip points which can be set by user to get notifications via thermal 249 two trip points which can be set by user to get notifications via thermal
250 notification methods. 250 notification methods.
251 251
252config INTEL_SOC_DTS_IOSF_CORE
253 tristate
254 depends on X86
255 select IOSF_MBI
256 help
257 This is becoming a common feature for Intel SoCs to expose the additional
258 digital temperature sensors (DTSs) using side band interface (IOSF). This
259 implements the common set of helper functions to register, get temperature
260 and get/set thresholds on DTSs.
261
252config INTEL_SOC_DTS_THERMAL 262config INTEL_SOC_DTS_THERMAL
253 tristate "Intel SoCs DTS thermal driver" 263 tristate "Intel SoCs DTS thermal driver"
254 depends on X86 && IOSF_MBI 264 depends on X86 && IOSF_MBI