mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-02 17:41:08 +00:00
imx: ventana: config: enable Thermal support
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
This commit is contained in:
parent
d41c8c8ece
commit
50de5088bb
1 changed files with 4 additions and 0 deletions
|
@ -50,6 +50,7 @@
|
||||||
#define CONFIG_DM
|
#define CONFIG_DM
|
||||||
#define CONFIG_DM_GPIO
|
#define CONFIG_DM_GPIO
|
||||||
#define CONFIG_DM_SERIAL
|
#define CONFIG_DM_SERIAL
|
||||||
|
#define CONFIG_DM_THERMAL
|
||||||
#define CONFIG_CMD_DM
|
#define CONFIG_CMD_DM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -57,6 +58,9 @@
|
||||||
#define CONFIG_MXC_GPIO
|
#define CONFIG_MXC_GPIO
|
||||||
#define CONFIG_CMD_GPIO
|
#define CONFIG_CMD_GPIO
|
||||||
|
|
||||||
|
/* Thermal */
|
||||||
|
#define CONFIG_IMX6_THERMAL
|
||||||
|
|
||||||
/* Serial */
|
/* Serial */
|
||||||
#define CONFIG_MXC_UART
|
#define CONFIG_MXC_UART
|
||||||
#define CONFIG_MXC_UART_BASE UART2_BASE
|
#define CONFIG_MXC_UART_BASE UART2_BASE
|
||||||
|
|
Loading…
Reference in a new issue