Re: [PATCH] drm/msm: fix new Konfig dependency warning

2023-02-19 Thread Rob Clark
On Sun, Feb 19, 2023 at 3:12 PM Randy Dunlap wrote: > > > > On 2/19/23 15:09, Rob Clark wrote: > > On Sun, Feb 19, 2023 at 10:54 AM Randy Dunlap wrote: > >> > >> DEVFREQ_GOV_SIMPLE_ONDEMAND depends on PM_DEVFREQ, so in order to > >> select the former safely, this symbol should also depend on > >>

Re: [PATCH] drm/msm: fix new Konfig dependency warning

2023-02-19 Thread Randy Dunlap
On 2/19/23 15:09, Rob Clark wrote: > On Sun, Feb 19, 2023 at 10:54 AM Randy Dunlap wrote: >> >> DEVFREQ_GOV_SIMPLE_ONDEMAND depends on PM_DEVFREQ, so in order to >> select the former safely, this symbol should also depend on >> PM_DEVFREQ to avoid a Kconfig dependency warning. >> >> WARNING: un

Re: [PATCH] drm/msm: fix new Konfig dependency warning

2023-02-19 Thread Rob Clark
On Sun, Feb 19, 2023 at 10:54 AM Randy Dunlap wrote: > > DEVFREQ_GOV_SIMPLE_ONDEMAND depends on PM_DEVFREQ, so in order to > select the former safely, this symbol should also depend on > PM_DEVFREQ to avoid a Kconfig dependency warning. > > WARNING: unmet direct dependencies detected for DEVFREQ_G

[PATCH] drm/msm: fix new Konfig dependency warning

2023-02-19 Thread Randy Dunlap
DEVFREQ_GOV_SIMPLE_ONDEMAND depends on PM_DEVFREQ, so in order to select the former safely, this symbol should also depend on PM_DEVFREQ to avoid a Kconfig dependency warning. WARNING: unmet direct dependencies detected for DEVFREQ_GOV_SIMPLE_ONDEMAND Depends on [n]: PM_DEVFREQ [=n] Selected b