diff options
author | Christian Gmeiner | 2017-06-08 09:37:26 +0200 |
---|---|---|
committer | Stefano Babic | 2017-07-12 09:42:33 +0200 |
commit | 8be70bb4aa165e7ea7bd5331ee2d045fca686c5f (patch) | |
tree | d0c1c0e06b346fddba01f44cc300cd9914c66720 /include/configs/ot1200.h | |
parent | 258f76fd214e7cbefa3e35168252809ccf52c226 (diff) |
ot1200: enable CONFIG_IMX_THERMAL for detailed thermal information
Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Diffstat (limited to 'include/configs/ot1200.h')
-rw-r--r-- | include/configs/ot1200.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/ot1200.h b/include/configs/ot1200.h index 7aeae7b1fdc..be6bbad32ec 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) |