Skip to content

Commit

Permalink
cpufreq: Do not default-yes CPU_FREQ_STAT
Browse files Browse the repository at this point in the history
CPU frequency transition statistics are not absolutely required for
proper cpufreq operation on the system AFAICT so remove the default-yes
setting in Kconfig.

Signed-off-by: Borislav Petkov <bp@suse.de>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
  • Loading branch information
Borislav Petkov authored and Rafael J. Wysocki committed Aug 2, 2016
1 parent 65c1262 commit 79ad70d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/cpufreq/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ config CPU_FREQ_BOOST_SW

config CPU_FREQ_STAT
bool "CPU frequency transition statistics"
default y
help
Export CPU frequency statistics information through sysfs.

Expand Down

0 comments on commit 79ad70d

Please sign in to comment.