]> Git Repo - linux.git/commitdiff
Merge branch 'thermal-soc' into next
authorZhang Rui <[email protected]>
Sat, 6 May 2017 11:31:19 +0000 (19:31 +0800)
committerZhang Rui <[email protected]>
Sat, 6 May 2017 11:31:19 +0000 (19:31 +0800)
1  2 
drivers/thermal/Kconfig

diff --combined drivers/thermal/Kconfig
index 74ef51dfb816bce97d9367d49eed0f7201a882d2,f786ae433032b35835514d59a1cb0f642d5a115e..4edc011fe4a5fe45718c033b051ef262c6db6c9a
@@@ -15,23 -15,6 +15,23 @@@ menuconfig THERMA
  
  if THERMAL
  
 +config THERMAL_EMERGENCY_POWEROFF_DELAY_MS
 +      int "Emergency poweroff delay in milli-seconds"
 +      depends on THERMAL
 +      default 0
 +      help
 +        Thermal subsystem will issue a graceful shutdown when
 +        critical temperatures are reached using orderly_poweroff(). In
 +        case of failure of an orderly_poweroff(), the thermal emergency
 +        poweroff kicks in after a delay has elapsed and shuts down the system.
 +        This config is number of milliseconds to delay before emergency
 +        poweroff kicks in. Similarly to the critical trip point,
 +        the delay should be carefully profiled so as to give adequate
 +        time for orderly_poweroff() to finish on regular execution.
 +        If set to 0 emergency poweroff will not be supported.
 +
 +        In doubt, leave as 0.
 +
  config THERMAL_HWMON
        bool
        prompt "Expose thermal sensors as hwmon device"
@@@ -320,6 -303,16 +320,16 @@@ config DB8500_CPUFREQ_COOLIN
          bound cpufreq cooling device turns active to set CPU frequency low to
          cool down the CPU.
  
+ config DA9062_THERMAL
+       tristate "DA9062/DA9061 Dialog Semiconductor thermal driver"
+       depends on MFD_DA9062 || COMPILE_TEST
+       depends on OF
+       help
+         Enable this for the Dialog Semiconductor thermal sensor driver.
+         This will report PMIC junction over-temperature for one thermal trip
+         zone.
+         Compatible with the DA9062 and DA9061 PMICs.
  config INTEL_POWERCLAMP
        tristate "Intel PowerClamp idle injection driver"
        depends on THERMAL
@@@ -409,6 -402,11 +419,11 @@@ config MTK_THERMA
          Enable this option if you want to have support for thermal management
          controller present in Mediatek SoCs
  
+ menu "Broadcom thermal drivers"
+ depends on ARCH_BCM || COMPILE_TEST
+ source "drivers/thermal/broadcom/Kconfig"
+ endmenu
  menu "Texas Instruments thermal drivers"
  depends on ARCH_HAS_BANDGAP || COMPILE_TEST
  depends on HAS_IOMEM
This page took 0.070871 seconds and 4 git commands to generate.