[U-Boot] [PATCH 07/19] imx: ventana: config: enable Thermal support
Tim Harvey
tharvey at gateworks.com
Sat May 9 03:28:30 CEST 2015
Signed-off-by: Tim Harvey <tharvey at gateworks.com>
---
include/configs/gw_ventana.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h
index ea1848a..63af20c 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
--
1.9.1
More information about the U-Boot
mailing list