diff options
author | Kunihiko Hayashi <hayashi.kunihiko@socionext.com> | 2017-08-01 11:04:51 +0300 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2017-08-11 05:49:52 +0300 |
commit | 86da4391752c09f5f2b4a0d825466ec23e9da61f (patch) | |
tree | d9d81b6f93d26e33f21ca4500ca0edf424db109c /drivers/thermal/Kconfig | |
parent | 0fad424465021aeeb11a816f3a749167f8c776eb (diff) | |
download | linux-86da4391752c09f5f2b4a0d825466ec23e9da61f.tar.xz |
thermal: uniphier: add UniPhier thermal driver
Add a thermal driver for on-chip PVT (Process, Voltage and Temperature)
monitoring unit implemented on UniPhier SoCs. This driver supports
temperature monitoring and alert function.
Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Diffstat (limited to 'drivers/thermal/Kconfig')
-rw-r--r-- | drivers/thermal/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig index b5b5facb8747..b9f23653e0ea 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig @@ -473,4 +473,12 @@ config ZX2967_THERMAL the primitive temperature sensor embedded in zx2967 SoCs. This sensor generates the real time die temperature. +config UNIPHIER_THERMAL + tristate "Socionext UniPhier thermal driver" + depends on ARCH_UNIPHIER || COMPILE_TEST + depends on THERMAL_OF && MFD_SYSCON + help + Enable this to plug in UniPhier on-chip PVT thermal driver into the + thermal framework. The driver supports CPU thermal zone temperature + reporting and a couple of trip points. endif |