diff options
author | Dong Aisheng <aisheng.dong@nxp.com> | 2018-01-05 21:45:51 -0500 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-01-05 21:45:51 -0500 |
commit | 495a68d74dfe25f8d441e3493ba447fb1ed209f1 (patch) | |
tree | d0c275480ca3624a4e9a6939b81f645dfbcd2d81 | |
parent | cf4e67e06c08105cc165f96a3c6a39a51ac529d1 (diff) |
ARM: imx_v6_v7_defconfig: enable CONFIG_CPU_FREQ_STAT
It is very useful for user to retrieve cpufreq transtion statistics
and worth to be default enabled.
Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm/configs/imx_v6_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index 3b784ed12cc2..4cb9829fccd1 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig | |||
@@ -55,6 +55,7 @@ CONFIG_FORCE_MAX_ZONEORDER=14 | |||
55 | CONFIG_CMDLINE="noinitrd console=ttymxc0,115200" | 55 | CONFIG_CMDLINE="noinitrd console=ttymxc0,115200" |
56 | CONFIG_KEXEC=y | 56 | CONFIG_KEXEC=y |
57 | CONFIG_CPU_FREQ=y | 57 | CONFIG_CPU_FREQ=y |
58 | CONFIG_CPU_FREQ_STAT=y | ||
58 | CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y | 59 | CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y |
59 | CONFIG_CPU_FREQ_GOV_POWERSAVE=y | 60 | CONFIG_CPU_FREQ_GOV_POWERSAVE=y |
60 | CONFIG_CPU_FREQ_GOV_USERSPACE=y | 61 | CONFIG_CPU_FREQ_GOV_USERSPACE=y |