summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorFaiz Abbas <faiz_abbas@ti.com>2017-11-14 13:42:33 +0300
committerTom Rini <trini@konsulko.com>2017-11-21 16:03:39 +0300
commit16fa2eb95172e63820ee5f3d4052f3362a6de84e (patch)
tree6dc7766bb57ee2a079186945a38ada972df8730b /arch
parent12dd1e5c6a8ed4cb33f44a6dd6da217d6ccb8055 (diff)
downloadu-boot-16fa2eb95172e63820ee5f3d4052f3362a6de84e.tar.xz
ARM: dra7: Kconfig: Add thermal configs for dra7xx and am57xx
Configure thermal configs to remain set by default for dra7xx and am57xx devices. Signed-off-by: Faiz Abbas <faiz_abbas@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-omap2/omap5/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/omap5/Kconfig b/arch/arm/mach-omap2/omap5/Kconfig
index 8f58235baf..8c1730a6be 100644
--- a/arch/arm/mach-omap2/omap5/Kconfig
+++ b/arch/arm/mach-omap2/omap5/Kconfig
@@ -30,6 +30,9 @@ config TARGET_DRA7XX_EVM
imply PMIC_LP87565
imply DM_REGULATOR
imply DM_REGULATOR_LP87565
+ imply SPL_THERMAL
+ imply DM_THERMAL
+ imply TI_DRA7_THERMAL
config TARGET_AM57XX_EVM
bool "AM57XX"
@@ -37,6 +40,9 @@ config TARGET_AM57XX_EVM
select DRA7XX
select TI_I2C_BOARD_DETECT
imply SCSI
+ imply SPL_THERMAL
+ imply DM_THERMAL
+ imply TI_DRA7_THERMAL
endchoice