Thermal: Intel SoC: DTS thermal use common APIs
[deliverable/linux.git] / drivers / thermal / Kconfig
index af40db0df58e65ed1d87e1aad9a8ad34433f2b54..210e1707f31d681695defceab85f849ce55d71b8 100644 (file)
@@ -249,9 +249,20 @@ config X86_PKG_TEMP_THERMAL
          two trip points which can be set by user to get notifications via thermal
          notification methods.
 
          two trip points which can be set by user to get notifications via thermal
          notification methods.
 
+config INTEL_SOC_DTS_IOSF_CORE
+       tristate
+       depends on X86
+       select IOSF_MBI
+       help
+         This is becoming a common feature for Intel SoCs to expose the additional
+         digital temperature sensors (DTSs) using side band interface (IOSF). This
+         implements the common set of helper functions to register, get temperature
+         and get/set thresholds on DTSs.
+
 config INTEL_SOC_DTS_THERMAL
        tristate "Intel SoCs DTS thermal driver"
 config INTEL_SOC_DTS_THERMAL
        tristate "Intel SoCs DTS thermal driver"
-       depends on X86 && IOSF_MBI
+       depends on X86
+       select INTEL_SOC_DTS_IOSF_CORE
        help
          Enable this to register Intel SoCs (e.g. Bay Trail) platform digital
          temperature sensor (DTS). These SoCs have two additional DTSs in
        help
          Enable this to register Intel SoCs (e.g. Bay Trail) platform digital
          temperature sensor (DTS). These SoCs have two additional DTSs in
This page took 0.029659 seconds and 5 git commands to generate.