mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 22:20:45 +00:00
udoo_neo: Add thermal support
Add thermal support on the Kconfig file. Signed-off-by: Breno Lima <breno.lima@nxp.com> Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
This commit is contained in:
parent
6cc8d4da8d
commit
0719b16f19
2 changed files with 4 additions and 0 deletions
|
@ -218,6 +218,8 @@ config TARGET_UDOO_NEO
|
|||
bool "UDOO Neo"
|
||||
select SUPPORT_SPL
|
||||
select MX6SX
|
||||
select DM
|
||||
select DM_THERMAL
|
||||
|
||||
config TARGET_SAMTEC_VINING_2000
|
||||
bool "samtec VIN|ING 2000"
|
||||
|
|
|
@ -88,4 +88,6 @@
|
|||
#define CONFIG_ENV_SIZE SZ_8K
|
||||
#define CONFIG_ENV_IS_IN_MMC
|
||||
|
||||
#define CONFIG_IMX_THERMAL
|
||||
|
||||
#endif /* __CONFIG_H */
|
||||
|
|
Loading…
Reference in a new issue