mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
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>
This commit is contained in:
parent
12dd1e5c6a
commit
16fa2eb951
1 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue