diff options
author | James Thomas <james.thomas@codethink.co.uk> | 2014-06-24 14:00:05 +0100 |
---|---|---|
committer | James Thomas <james.thomas@codethink.co.uk> | 2014-06-24 14:00:05 +0100 |
commit | b26a289cbd457ee663d4f529a57e0dd038d55cec (patch) | |
tree | 6777b188e9159b77fabc2e672ad07ac160779962 | |
parent | 1f12d2a9854d101f23cce77f6fe8e53814c8a896 (diff) | |
download | linux-baserock/james/tegra-devel.tar.gz |
Use the ONDEMAND scaling governorbaserock/james/tegra-devel
-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 |