drivers/devfreq: Enable PM_DEVFREQ and DEVFREQ_GOV_SIMPLE_ONDEMAND
This MR consists of 2 commits:
- Enable
PM_DEVFREQ
globally - Make
DEVFREQ_GOV_SIMPLE_ONDEMAND
builtin onarm64
andarmhf
ad 1) While PM_DEVFREQ
was disabled in the configuration, it was effectively enabled. So let's make "theory" match reality and enable it (globally).
ad 2) The ARM Mali GPU driver needs a devfreq governor. Making DEVFREQ_GOV_SIMPLE_ONDEMAND
builtin makes the ARM Mali GPU driver work OOTB and (surprisingly) yielded a kernel size increase of 0 bytes on an arm64
kernel.
Edited by Diederik de Haas