Skip to content
Snippets Groups Projects
Commit 50de5088 authored by Tim Harvey's avatar Tim Harvey Committed by Stefano Babic
Browse files

imx: ventana: config: enable Thermal support


Signed-off-by: default avatarTim Harvey <tharvey@gateworks.com>
parent d41c8c8e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment