From: Breno Lima Date: Thu, 1 Dec 2016 18:37:41 +0000 (-0200) Subject: udoo_neo: Add thermal support X-Git-Tag: v2017.01-rc2~6^2~55 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0719b16f1990fcf911d81cb842508d1ff4580ff4;p=platform%2Fkernel%2Fu-boot.git udoo_neo: Add thermal support Add thermal support on the Kconfig file. Signed-off-by: Breno Lima Reviewed-by: Fabio Estevam --- diff --git a/arch/arm/cpu/armv7/mx6/Kconfig b/arch/arm/cpu/armv7/mx6/Kconfig index cca8a87..c682484 100644 --- a/arch/arm/cpu/armv7/mx6/Kconfig +++ b/arch/arm/cpu/armv7/mx6/Kconfig @@ -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" diff --git a/include/configs/udoo_neo.h b/include/configs/udoo_neo.h index 1b7a03f..0357631 100644 --- a/include/configs/udoo_neo.h +++ b/include/configs/udoo_neo.h @@ -88,4 +88,6 @@ #define CONFIG_ENV_SIZE SZ_8K #define CONFIG_ENV_IS_IN_MMC +#define CONFIG_IMX_THERMAL + #endif /* __CONFIG_H */