diff options
| author | Breno Lima <[email protected]> | 2016-12-01 16:37:41 -0200 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2016-12-16 10:21:25 +0100 |
| commit | 0719b16f1990fcf911d81cb842508d1ff4580ff4 (patch) | |
| tree | 2f804cc1afd411ee872c2c3c73930d9ee57dad42 /arch | |
| parent | 6cc8d4da8d1d6f007ee6b396cb50dd4e12457e3c (diff) | |
udoo_neo: Add thermal support
Add thermal support on the Kconfig file.
Signed-off-by: Breno Lima <[email protected]>
Reviewed-by: Fabio Estevam <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/cpu/armv7/mx6/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/mx6/Kconfig b/arch/arm/cpu/armv7/mx6/Kconfig index cca8a8755c3..c682484efb1 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" |
