diff options
Diffstat (limited to 'drivers/thermal/Kconfig')
-rw-r--r-- | drivers/thermal/Kconfig | 10 |
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 | ||
252 | config 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 | |||
252 | config INTEL_SOC_DTS_THERMAL | 262 | config 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 |