diff options
| author | Marek Vasut <[email protected]> | 2020-01-27 01:15:28 +0100 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2020-02-09 15:03:59 +0100 |
| commit | 23b783d700188196775cd59f2aa14ebad5b55757 (patch) | |
| tree | c87d9d2a4f26304778fa9d186eaf8688177dc32a | |
| parent | b91f28de83ee975650f69766208fedb7489391e2 (diff) | |
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 <[email protected]>
Cc: Fabio Estevam <[email protected]>
Cc: Stefano Babic <[email protected]>
Cc: Vagrant Cascadian <[email protected]>
| -rw-r--r-- | configs/novena_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/novena_defconfig b/configs/novena_defconfig index dbccad354b6..296e69c3716 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 |
