Replace CONFIG_DEVICE_THERMAL with CONFIG_DEVFREQ_THERMAL following the changes in source code.
Signed-off-by: Jianpeng Chang <[email protected]> --- bsp/nxp-ls1043/nxp-ls1043.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bsp/nxp-ls1043/nxp-ls1043.cfg b/bsp/nxp-ls1043/nxp-ls1043.cfg index e9859662..301a9692 100755 --- a/bsp/nxp-ls1043/nxp-ls1043.cfg +++ b/bsp/nxp-ls1043/nxp-ls1043.cfg @@ -144,7 +144,8 @@ CONFIG_EDAC_LAYERSCAPE=y # Thermal CONFIG_THERMAL=y -CONFIG_DEVICE_THERMAL=y +CONFIG_PM_DEVFREQ=y +CONFIG_DEVFREQ_THERMAL=y CONFIG_QORIQ_THERMAL=y # I2C Slave devices -- 2.52.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#16081): https://lists.yoctoproject.org/g/linux-yocto/message/16081 Mute This Topic: https://lists.yoctoproject.org/mt/116913369/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
