
11 Mar
2019
11 Mar
'19
7:12 a.m.
Enable TI_DRA7_THERMAL & CMD_THERMAL config options to read out temperatures of different instances in u-boot.
Signed-off-by: Keerthy j-keerthy@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