]> git.sur5r.net Git - u-boot/commitdiff
ARM: dra7: Kconfig: Add thermal configs for dra7xx and am57xx
authorFaiz Abbas <faiz_abbas@ti.com>
Tue, 14 Nov 2017 10:42:33 +0000 (16:12 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 21 Nov 2017 13:03:39 +0000 (08:03 -0500)
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>
arch/arm/mach-omap2/omap5/Kconfig

index 8f58235baf9d4f9997adcd281e932c57f304f13c..8c1730a6be0a67019f2b71b02a2015e333b756a2 100644 (file)
@@ -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