summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBreno Lima <[email protected]>2016-12-01 16:37:41 -0200
committerStefano Babic <[email protected]>2016-12-16 10:21:25 +0100
commit0719b16f1990fcf911d81cb842508d1ff4580ff4 (patch)
tree2f804cc1afd411ee872c2c3c73930d9ee57dad42 /include
parent6cc8d4da8d1d6f007ee6b396cb50dd4e12457e3c (diff)
udoo_neo: Add thermal support
Add thermal support on the Kconfig file. Signed-off-by: Breno Lima <[email protected]> Reviewed-by: Fabio Estevam <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/udoo_neo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/udoo_neo.h b/include/configs/udoo_neo.h
index 1b7a03f1b84..0357631664f 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 */