From 8be70bb4aa165e7ea7bd5331ee2d045fca686c5f Mon Sep 17 00:00:00 2001 From: Christian Gmeiner Date: Thu, 8 Jun 2017 09:37:26 +0200 Subject: ot1200: enable CONFIG_IMX_THERMAL for detailed thermal information Signed-off-by: Christian Gmeiner --- include/configs/ot1200.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/configs/ot1200.h b/include/configs/ot1200.h index 7aeae7b1fd..be6bbad32e 100644 --- a/include/configs/ot1200.h +++ b/include/configs/ot1200.h @@ -95,6 +95,9 @@ #define CONFIG_PREBOOT "" +/* Thermal support */ +#define CONFIG_IMX_THERMAL + /* Print Buffer Size */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16) -- cgit