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>
master
Faiz Abbas 7 years ago committed by Tom Rini
parent 12dd1e5c6a
commit 16fa2eb951
  1. 6
      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

Loading…
Cancel
Save