Skip to content

Commit

Permalink
Add: O/C support, "Nutter config" & CPU Freq VDD levels interface
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeDrOiD committed May 15, 2011
1 parent 0976eb5 commit 3e6ec1f
Show file tree
Hide file tree
Showing 8 changed files with 307 additions and 195 deletions.
5 changes: 3 additions & 2 deletions arch/arm/configs/leedroid_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -334,8 +334,8 @@ CONFIG_MSM_RMT_STORAGE_SERVER=y
CONFIG_MSM_DALRPC=y
# CONFIG_MSM_DALRPC_TEST is not set
# CONFIG_MSM_CPU_FREQ_SCREEN is not set
CONFIG_MSM_CPU_FREQ_ONDEMAND_MAX=806400
CONFIG_MSM_CPU_FREQ_ONDEMAND_MIN=245000
CONFIG_MSM_CPU_FREQ_MAX=1036800
CONFIG_MSM_CPU_FREQ_MIN=245000
# CONFIG_MSM_HW3D is not set
# CONFIG_HTC_ACOUSTIC is not set
CONFIG_MSM_ADSP_REPORT_EVENTS=y
Expand Down Expand Up @@ -472,6 +472,7 @@ CONFIG_CPU_FREQ_STAT_DETAILS=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
CONFIG_MSM_CPU_FREQ_SET_MIN_MAX=y
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
# CONFIG_CPU_FREQ_GOV_POWERSAVE is not set
CONFIG_CPU_FREQ_GOV_USERSPACE=y
Expand Down
5 changes: 5 additions & 0 deletions arch/arm/mach-msm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1323,6 +1323,11 @@ config MSM_CPU_FREQ_ONDEMAND_MIN
int "Min"
default 245760

config NUTTER
bool "Nutter mode - Max O/C 1.8GHz"
default n
depends on CPU_FREQ && !PERFLOCK

config MSM_HW3D
tristate "MSM Hardware 3D Register Driver"
depends on EARLYSUSPEND
Expand Down
Loading

0 comments on commit 3e6ec1f

Please sign in to comment.