From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keerthy Date: Mon, 11 Mar 2019 11:42:59 +0530 Subject: [U-Boot] [PATCH 3/3] configs: dra7xx_evm_defconfig: Enable TI_DRA7_THERMAL & CMD_THERMAL In-Reply-To: <20190311061259.31048-1-j-keerthy@ti.com> References: <20190311061259.31048-1-j-keerthy@ti.com> Message-ID: <20190311061259.31048-4-j-keerthy@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Enable TI_DRA7_THERMAL & CMD_THERMAL config options to read out temperatures of different instances in u-boot. Signed-off-by: Keerthy --- 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