diff mbox series

[U-Boot,v5,3/3] ARM: dra7: Kconfig: Add thermal configs for dra7xx and am57xx

Message ID 1510656153-26769-4-git-send-email-faiz_abbas@ti.com
State Accepted
Delegated to: Tom Rini
Headers show
Series Support for TI bandgap temperature sensor | expand

Commit Message

Faiz Abbas Nov. 14, 2017, 10:42 a.m. UTC
Configure thermal configs to remain set by default for dra7xx and am57xx
devices.

Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
---
 arch/arm/mach-omap2/omap5/Kconfig | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Simon Glass Nov. 20, 2017, 3:39 p.m. UTC | #1
On 14 November 2017 at 03:42, Faiz Abbas <faiz_abbas@ti.com> wrote:
> Configure thermal configs to remain set by default for dra7xx and am57xx
> devices.
>
> Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
> ---
>  arch/arm/mach-omap2/omap5/Kconfig | 6 ++++++
>  1 file changed, 6 insertions(+)

Reviewed-by: Simon Glass <sjg@chromium.org>
Tom Rini Nov. 21, 2017, 1:06 p.m. UTC | #2
On Tue, Nov 14, 2017 at 04:12:33PM +0530, Faiz Abbas wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/arch/arm/mach-omap2/omap5/Kconfig b/arch/arm/mach-omap2/omap5/Kconfig
index 8f58235..8c1730a 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