From 0719b16f1990fcf911d81cb842508d1ff4580ff4 Mon Sep 17 00:00:00 2001 From: Breno Lima Date: Thu, 1 Dec 2016 16:37:41 -0200 Subject: udoo_neo: Add thermal support Add thermal support on the Kconfig file. Signed-off-by: Breno Lima Reviewed-by: Fabio Estevam --- include/configs/udoo_neo.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/configs/udoo_neo.h b/include/configs/udoo_neo.h index 1b7a03f1b8..0357631664 100644 --- a/include/configs/udoo_neo.h +++ b/include/configs/udoo_neo.h @@ -88,4 +88,6 @@ #define CONFIG_ENV_SIZE SZ_8K #define CONFIG_ENV_IS_IN_MMC +#define CONFIG_IMX_THERMAL + #endif /* __CONFIG_H */ -- cgit