projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
959202d
)
MLK-12084 ARM: config: imx: Add interactive governor build-in support in defconfig
author
Bai Ping
<ping.bai@nxp.com>
Mon, 28 Dec 2015 04:19:47 +0000
(12:19 +0800)
committer
Nitin Garg
<nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:49:36 +0000
(14:49 -0500)
Enable the interactive governor in defconfig to be compiled into the kernel.
The default cpufreq governor is still ondemand governor.
Signed-off-by: Bai Ping <ping.bai@nxp.com>
arch/arm/configs/imx_v7_defconfig
patch
|
blob
|
history
diff --git
a/arch/arm/configs/imx_v7_defconfig
b/arch/arm/configs/imx_v7_defconfig
index
cc26f7e
..
40e8bcc
100644
(file)
--- a/
arch/arm/configs/imx_v7_defconfig
+++ b/
arch/arm/configs/imx_v7_defconfig
@@
-38,6
+38,7
@@
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
CONFIG_CPU_FREQ_GOV_USERSPACE=y
+CONFIG_CPU_FREQ_GOV_INTERACTIVE=y
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
CONFIG_ARM_IMX6Q_CPUFREQ=y
CONFIG_ARM_IMX7D_CPUFREQ=y