From: Marek Vasut Date: Mon, 27 Jan 2020 00:15:28 +0000 (+0100) Subject: ARM: imx: novena: Enable DM thermal X-Git-Tag: v2020.04-rc2~6^2~17 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=23b783d700188196775cd59f2aa14ebad5b55757;p=oweals%2Fu-boot.git ARM: imx: novena: Enable DM thermal Enable DM thermal driver and iMX thermal driver to get accurate CPU frequency reporting in the boot log. Signed-off-by: Marek Vasut Cc: Fabio Estevam Cc: Stefano Babic Cc: Vagrant Cascadian --- diff --git a/configs/novena_defconfig b/configs/novena_defconfig index dbccad354b..296e69c371 100644 --- a/configs/novena_defconfig +++ b/configs/novena_defconfig @@ -59,6 +59,8 @@ CONFIG_MII=y CONFIG_PCI=y CONFIG_PINCTRL=y CONFIG_PINCTRL_IMX6=y +CONFIG_DM_THERMAL=y +CONFIG_IMX_THERMAL=y CONFIG_USB=y CONFIG_USB_KEYBOARD=y CONFIG_SYS_USB_EVENT_POLL_VIA_CONTROL_EP=y