diff options
-rw-r--r-- | linux.morph | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux.morph b/linux.morph index 1440b7a1c9ef..30d3a46075a9 100644 --- a/linux.morph +++ b/linux.morph @@ -47,6 +47,8 @@ configure-commands: - scripts/config -d DEBUG_STACK_TRACE - scripts/config -e NFSD - scripts/config -e NFSD_V3 +- scripts/config -d CPU_FREQ_DEFAULT_GOV_USERSPACE +- scripts/config -e CPU_FREQ_DEFAULT_GOV_ONDEMAND - yes '' | make ARCH=arm oldconfig build-commands: - make $MAKEFLAGS ARCH=arm LOADADDR=0x80200000 zImage dtbs |