diff options
author | Kunihiko Hayashi <hayashi.kunihiko@socionext.com> | 2017-08-01 10:04:51 +0200 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2017-08-11 04:49:52 +0200 |
commit | 86da4391752c09f5f2b4a0d825466ec23e9da61f (patch) | |
tree | d9d81b6f93d26e33f21ca4500ca0edf424db109c /drivers/thermal/Makefile | |
parent | dt-bindings: thermal: add binding documentation for UniPhier thermal monitor (diff) | |
download | linux-86da4391752c09f5f2b4a0d825466ec23e9da61f.tar.xz linux-86da4391752c09f5f2b4a0d825466ec23e9da61f.zip |
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/Makefile')
-rw-r--r-- | drivers/thermal/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/thermal/Makefile b/drivers/thermal/Makefile index 094d7039981c..8b79bca23536 100644 --- a/drivers/thermal/Makefile +++ b/drivers/thermal/Makefile @@ -59,3 +59,4 @@ obj-$(CONFIG_HISI_THERMAL) += hisi_thermal.o obj-$(CONFIG_MTK_THERMAL) += mtk_thermal.o obj-$(CONFIG_GENERIC_ADC_THERMAL) += thermal-generic-adc.o obj-$(CONFIG_ZX2967_THERMAL) += zx2967_thermal.o +obj-$(CONFIG_UNIPHIER_THERMAL) += uniphier_thermal.o |