[U-Boot] [PATCH 3/3] configs: dra7xx_evm_defconfig: Enable TI_DRA7_THERMAL & CMD_THERMAL

Keerthy j-keerthy at ti.com
Mon Mar 11 06:12:59 UTC 2019


Enable TI_DRA7_THERMAL & CMD_THERMAL config options to
read out temperatures of different instances in u-boot.

Signed-off-by: Keerthy <j-keerthy at ti.com>
---
 configs/dra7xx_evm_defconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configs/dra7xx_evm_defconfig b/configs/dra7xx_evm_defconfig
index ef061501ef..036a164058 100644
--- a/configs/dra7xx_evm_defconfig
+++ b/configs/dra7xx_evm_defconfig
@@ -101,3 +101,6 @@ CONFIG_USB_GADGET=y
 CONFIG_USB_GADGET_MANUFACTURER="Texas Instruments"
 CONFIG_USB_GADGET_VENDOR_NUM=0x0451
 CONFIG_USB_GADGET_PRODUCT_NUM=0xd022
+CONFIG_DM_THERMAL=y
+CONFIG_TI_DRA7_THERMAL=y
+CONFIG_CMD_THERMAL=y
-- 
2.17.1



More information about the U-Boot mailing list