Browse Source

Exynos5: Config: Enable dtt command for TMU

This enables the dtt command to read the current SOC
temperature with the help of TMU

Signed-off-by: Akshay Saraswat <akshay.s@samsung.com>
Acked-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Akshay Saraswat 12 years ago
parent
commit
8afcfc2124
1 changed files with 2 additions and 0 deletions
  1. 2 0
      include/configs/exynos5250-dt.h

+ 2 - 0
include/configs/exynos5250-dt.h

@@ -119,6 +119,8 @@
 
 
 /* Thermal Management Unit */
 /* Thermal Management Unit */
 #define CONFIG_EXYNOS_TMU
 #define CONFIG_EXYNOS_TMU
+#define CONFIG_CMD_DTT
+#define CONFIG_TMU_CMD_DTT
 
 
 /* USB */
 /* USB */
 #define CONFIG_CMD_USB
 #define CONFIG_CMD_USB