lkml.org 
[lkml]   [2020]   [Dec]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] thermal/drivers/devfreq: Fix missing dependency with the energy model
Hi Daniel,

On Tue, 15 Dec 2020 09:35:20 +0100 Daniel Lezcano <daniel.lezcano@linaro.org> wrote:
>
> The devfreq cooling device has been converted to use the energy model.
>
> Add the dependency on the ENERGY_MODEL option to reflect this change
> and prevent build failure if the option is not set.
>
> Fixes: 615510fe13bd2 ("thermal: devfreq_cooling: remove old power model and use EM")

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>

> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
> ---
> drivers/thermal/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
> index 7edc8dc6bbab..ee62d51ef351 100644
> --- a/drivers/thermal/Kconfig
> +++ b/drivers/thermal/Kconfig
> @@ -193,6 +193,7 @@ config DEVFREQ_THERMAL
> bool "Generic device cooling support"
> depends on PM_DEVFREQ
> depends on PM_OPP
> + depends on ENERGY_MODEL
> help
> This implements the generic devfreq cooling mechanism through
> frequency reduction for devices using devfreq.

Looks good to me.

--
Cheers,
Stephen Rothwell
[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2020-12-15 09:50    [W:0.065 / U:0.064 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site