diff options
| author | Akshay Saraswat <[email protected]> | 2013-02-25 01:13:00 +0000 |
|---|---|---|
| committer | Minkyu Kang <[email protected]> | 2013-03-12 17:06:03 +0900 |
| commit | 39d182d3de5dcfaeb7d6997be4ab764081ff529e (patch) | |
| tree | f5add23ca4bf9948c6cdef10ddb8183a64fcf905 /drivers/power/Makefile | |
| parent | 07f17507c4309d3ccc1fbfd912d078a9ca609aba (diff) | |
Exynos5: TMU: Add driver for Thermal Management Unit
Adding Exynos Thermal Management Unit driver to monitor SOC
temperature and take actions corresponding to states of TMU.
Signed-off-by: Akshay Saraswat <[email protected]>
Acked-by: Simon Glass <[email protected]>
Signed-off-by: Minkyu Kang <[email protected]>
Diffstat (limited to 'drivers/power/Makefile')
| -rw-r--r-- | drivers/power/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/power/Makefile b/drivers/power/Makefile index 8c7190156c3..1dac16a9f7d 100644 --- a/drivers/power/Makefile +++ b/drivers/power/Makefile @@ -25,6 +25,7 @@ include $(TOPDIR)/config.mk LIB := $(obj)libpower.o +COBJS-$(CONFIG_EXYNOS_TMU) += exynos-tmu.o COBJS-$(CONFIG_FTPMU010_POWER) += ftpmu010.o COBJS-$(CONFIG_TPS6586X_POWER) += tps6586x.o COBJS-$(CONFIG_TWL4030_POWER) += twl4030.o |
