]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
imx: ventana: config: enable Thermal support
authorTim Harvey <tharvey@gateworks.com>
Sat, 9 May 2015 01:28:30 +0000 (18:28 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 13:00:30 +0000 (15:00 +0200)
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
include/configs/gw_ventana.h

index e841dd6de2cf4417421745d96d574492a991a659..1930402a4b6c2051aab8f94601df6bb86d55780c 100644 (file)
@@ -49,6 +49,7 @@
 #define CONFIG_DM
 #define CONFIG_DM_GPIO
 #define CONFIG_DM_SERIAL
+#define CONFIG_DM_THERMAL
 #define CONFIG_CMD_DM
 #endif
 
@@ -56,6 +57,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