commit | c274d6d7c2e65250aefa6be4184cb91924a07901 | [log] [tgz] |
---|---|---|
author | Breno Lima <breno.lima@nxp.com> | Thu Dec 01 16:37:41 2016 -0200 |
committer | Stefano Babic <sbabic@denx.de> | Fri Dec 16 10:21:25 2016 +0100 |
tree | 2f804cc1afd411ee872c2c3c73930d9ee57dad42 | |
parent | 332a8cc1d83ca7152861341db1acc0bf7e998039 [diff] [blame] |
udoo_neo: Add thermal support Add thermal support on the Kconfig file. Signed-off-by: Breno Lima <breno.lima@nxp.com> Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
diff --git a/include/configs/udoo_neo.h b/include/configs/udoo_neo.h index 1b7a03f..0357631 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 */