From: Tim Harvey Date: Sat, 9 May 2015 01:28:30 +0000 (-0700) Subject: imx: ventana: config: enable Thermal support X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=265e3fb30cb2b24a0dc9e1c3327e85ff03b4adac;p=bsp%2Fu-boot.git imx: ventana: config: enable Thermal support Signed-off-by: Tim Harvey --- diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h index ea1848a6b7..63af20cc9a 100644 --- a/include/configs/gw_ventana.h +++ b/include/configs/gw_ventana.h @@ -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