]> code.ossystems Code Review - bsp/u-boot.git/commitdiff
imx: ventana: config: enable Thermal support
authorTim Harvey <tharvey@gateworks.com>
Sat, 9 May 2015 01:28:30 +0000 (18:28 -0700)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 15 May 2015 15:22:43 +0000 (12:22 -0300)
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
include/configs/gw_ventana.h

index ea1848a6b7c33607b47b2a45844d2e81fe6f4a16..63af20cc9a7eee0a57b30c0b2b3653bf1623793a 100644 (file)
@@ -50,6 +50,7 @@
 #define CONFIG_DM
 #define CONFIG_DM_GPIO
 #define CONFIG_DM_SERIAL
+#define CONFIG_DM_THERMAL
 #define CONFIG_CMD_DM
 #endif
 
@@ -57,6 +58,9 @@
 #define CONFIG_MXC_GPIO
 #define CONFIG_CMD_GPIO
 
+/* Thermal */
+#define CONFIG_IMX6_THERMAL
+
 /* Serial */
 #define CONFIG_MXC_UART
 #define CONFIG_MXC_UART_BASE          UART2_BASE