[U-Boot] [PATCH 6/8 v2] EXYNOS5: Config: Enable support for Exynos TMU driver

Hatim Ali hatim.rv at samsung.com
Wed Nov 7 14:08:46 CET 2012


From: Akshay Saraswat <akshay.s at samsung.com>

Enables TMU driver support for exynos5250

Signed-off-by: Akshay Saraswat <akshay.s at samsung.com>
Acked-by: Simon Glass <sjg at chromium.org>
---
Changes since v1:
	- Added Acked-by: Simon Glass

 include/configs/exynos5250-dt.h |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/include/configs/exynos5250-dt.h b/include/configs/exynos5250-dt.h
index 12f555c..2f4315a 100644
--- a/include/configs/exynos5250-dt.h
+++ b/include/configs/exynos5250-dt.h
@@ -106,6 +106,12 @@
 #define CONFIG_BOOTDELAY		3
 #define CONFIG_ZERO_BOOTDELAY_CHECK
 
+/* Generic Device Polling */
+#define CONFIG_BOARD_POLL
+
+/* Thermal Management Unit */
+#define CONFIG_EXYNOS_TMU
+
 /* USB */
 #define CONFIG_CMD_USB
 #define CONFIG_USB_EHCI
-- 
1.7.2.3



More information about the U-Boot mailing list