diff options
Diffstat (limited to 'drivers/thermal/Kconfig')
-rw-r--r-- | drivers/thermal/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig index c2c77d1ac499..c31b9e4451a3 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig | |||
@@ -101,6 +101,15 @@ config EXYNOS_THERMAL | |||
101 | If you say yes here you get support for TMU (Thermal Management | 101 | If you say yes here you get support for TMU (Thermal Management |
102 | Unit) on SAMSUNG EXYNOS series of SoC. | 102 | Unit) on SAMSUNG EXYNOS series of SoC. |
103 | 103 | ||
104 | config EXYNOS_THERMAL_EMUL | ||
105 | bool "EXYNOS TMU emulation mode support" | ||
106 | depends on EXYNOS_THERMAL | ||
107 | help | ||
108 | Exynos 4412 and 4414 and 5 series has emulation mode on TMU. | ||
109 | Enable this option will be make sysfs node in exynos thermal platform | ||
110 | device directory to support emulation mode. With emulation mode sysfs | ||
111 | node, you can manually input temperature to TMU for simulation purpose. | ||
112 | |||
104 | config DB8500_THERMAL | 113 | config DB8500_THERMAL |
105 | bool "DB8500 thermal management" | 114 | bool "DB8500 thermal management" |
106 | depends on ARCH_U8500 | 115 | depends on ARCH_U8500 |