Merge branches 'misc', 'soc', 'soc-eduardo' and 'int3404-thermal' of .git into next
[firefly-linux-kernel-4.4.55.git] / drivers / thermal / Kconfig
index a150f8d53322564093e10d225b7a13bb3cecf048..35c066489a19ecd1def35f044e45dc52d55688a1 100644 (file)
@@ -92,6 +92,7 @@ config THERMAL_GOV_USER_SPACE
 config CPU_THERMAL
        bool "generic cpu cooling support"
        depends on CPU_FREQ
+       depends on THERMAL_OF
        help
          This implements the generic cpu cooling mechanism through frequency
          reduction. An ACPI version of this already exists
@@ -134,7 +135,7 @@ config SPEAR_THERMAL
 
 config RCAR_THERMAL
        tristate "Renesas R-Car thermal driver"
-       depends on ARCH_SHMOBILE
+       depends on ARCH_SHMOBILE || COMPILE_TEST
        help
          Enable this to plug the R-Car thermal sensor driver into the Linux
          thermal framework.
@@ -205,6 +206,13 @@ config X86_PKG_TEMP_THERMAL
          two trip points which can be set by user to get notifications via thermal
          notification methods.
 
+config ACPI_INT3403_THERMAL
+       tristate "ACPI INT3403 thermal driver"
+       depends on X86 && ACPI
+       help
+         This driver uses ACPI INT3403 device objects. If present, it will
+         register each INT3403 thermal sensor as a thermal zone.
+
 menu "Texas Instruments thermal drivers"
 source "drivers/thermal/ti-soc-thermal/Kconfig"
 endmenu