Skip to content

Commit

Permalink
drivers/cpufreq/Kconfig: add missing intellidemand config options
Browse files Browse the repository at this point in the history
Change-Id: I3e8f38aa826cb77a17bf59ea13c5e9a246514ac6
  • Loading branch information
Albinoman887 committed Jul 15, 2013
1 parent b38a723 commit 7d1c54a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/configs/chronic_jf_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,7 @@ CONFIG_CPU_FREQ_GOV_INTELLIDEMAND=y
CONFIG_INTELLI_MAX_ACTIVE_FREQ=1512000
CONFIG_INTELLI_MAX_INACTIVE_FREQ=1134000
# CONFIG_CPUFREQ_ID_PERFLOCK is not set
# CPUFREQ_LIMIT_MAX_FREQ is not set
# CONFIG_CPU_FREQ_GOV_NIGHTMARE is not set
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
Expand Down
21 changes: 21 additions & 0 deletions drivers/cpufreq/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,27 @@ config CPUFREQ_ID_PERFLOCK
help
Minimum CPU performance lock for Intellidemand governor

config INTELLI_MAX_ACTIVE_FREQ
int "Max Active Freq for Intellidemand"
depends on CPU_FREQ_GOV_INTELLIDEMAND
default 1512000
help
Set default max active frequency for intellidemand

config INTELLI_MAX_INACTIVE_FREQ
int "Max Inactive Freq for Intellidemand"
depends on CPU_FREQ_GOV_INTELLIDEMAND
default 1134000
help
Set default max inactive frequency for intellidemand

config CPUFREQ_LIMIT_MAX_FREQ
bool "Limit Max Freq"
depends on CPU_FREQ_GOV_INTELLIDEMAND
default n
help
Limit Max Freq while screen is on for Intellidemand governor

config CPU_FREQ_GOV_KTOONSERVATIVEQ
tristate "'ktoonservativeq' cpufreq governor"
depends on CPU_FREQ
Expand Down

0 comments on commit 7d1c54a

Please sign in to comment.