diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-03-24 04:51:50 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-03-24 04:51:50 +0400 |
commit | 4416b0eaa3d51f3e360d6e171e603ff51848bcf5 (patch) | |
tree | 1fa54240a606bc34a35e2eb99f06e91ec269fc01 /drivers/cpufreq/Kconfig.arm | |
parent | 24613ff927500513eae7e84bb6fc6c3ef268e452 (diff) | |
parent | 6139b652c89ecd5ebf72ef895fec9f6d0d320cb1 (diff) | |
download | linux-4416b0eaa3d51f3e360d6e171e603ff51848bcf5.tar.xz |
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq
Pull cpufreq fixes from Dave Jones:
"I meant to get some of these in for 3.3 final, but left things too
late, so I've got two trees this time."
* 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq:
cpufreq: OMAP: specify range for voltage scaling
cpufreq: OMAP: scale voltage along with frequency
cpufreq: OMAP driver depends CPUfreq tables
Diffstat (limited to 'drivers/cpufreq/Kconfig.arm')
-rw-r--r-- | drivers/cpufreq/Kconfig.arm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/cpufreq/Kconfig.arm b/drivers/cpufreq/Kconfig.arm index e0664fed018a..82f1aa9c3b6f 100644 --- a/drivers/cpufreq/Kconfig.arm +++ b/drivers/cpufreq/Kconfig.arm @@ -2,6 +2,11 @@ # ARM CPU Frequency scaling drivers # +config ARM_OMAP2PLUS_CPUFREQ + bool "TI OMAP2+" + default ARCH_OMAP2PLUS + select CPU_FREQ_TABLE + config ARM_S3C64XX_CPUFREQ bool "Samsung S3C64XX" depends on CPU_S3C6410 |