On Mon, Sep 19, 2016 at 9:46 AM, MyungJoo Ham <[email protected]> wrote: > 2016-09-16 0:44 GMT+09:00 Arnd Bergmann <[email protected]>: >> The newly added ARM_RK3399_DMC_DEVFREQ driver requires the >> DEVFREQ_EVENT_ROCKCHIP_DFI driver and tries to turn that on through >> a 'select' statement, and that in turn has a dependency on >> PM_DEVFREQ_EVENT, which may be disabled here: >> >> warning: (ARM_RK3399_DMC_DEVFREQ) selects DEVFREQ_EVENT_ROCKCHIP_DFI which >> has unmet direct dependencies (PM_DEVFREQ && PM_DEVFREQ_EVENT && >> ARCH_ROCKCHIP) >> >> We probably want a 'depends on' here, but other drivers use 'select' >> too, so for consistency I'm doing the same. >> >> Signed-off-by: Arnd Bergmann <[email protected]> >> Fixes: 5a893e31a636 ("PM / devfreq: rockchip: add devfreq driver for rk3399 >> dmc") > > > Thank you. > > > Signed-off-by: MyungJoo Ham <[email protected]>
I've applied this one directly. Thanks, Rafael

