Re: [PATCH] thermal/drivers/devfreq: Fix missing dependency with the energy model

2020-12-15 Thread Lukasz Luba
On 12/15/20 8:48 AM, Stephen Rothwell wrote: Hi Daniel, On Tue, 15 Dec 2020 09:35:20 +0100 Daniel Lezcano 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

Re: [PATCH] thermal/drivers/devfreq: Fix missing dependency with the energy model

2020-12-15 Thread Stephen Rothwell
Hi Daniel, On Tue, 15 Dec 2020 09:35:20 +0100 Daniel Lezcano 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:

Re: [PATCH] thermal/drivers/devfreq: Fix missing dependency with the energy model

2020-12-15 Thread Daniel Lezcano
A separate patch should add the select ENERGY_MODEL in the multi_v7_defconfig so the devfreq cooling device continues to build by default as before. Arnd? On 15/12/2020 09:35, Daniel Lezcano wrote: > The devfreq cooling device has been converted to use the energy model. > > Add the dependency

[PATCH] thermal/drivers/devfreq: Fix missing dependency with the energy model

2020-12-15 Thread Daniel Lezcano
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") Signed-off-by: