Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295423
b: refs/heads/master
c: 34ee550
h: refs/heads/master
i:
  295421: 8b4a179
  295419: 483f7f4
  295415: 3ddd79e
  295407: 69b0b52
  295391: 658ff29
  295359: e972973
  295295: ff6249b
  295167: d89f356
  294911: 35f6dac
v: v3
  • Loading branch information
Heiko Stübner authored and Dave Jones committed Mar 1, 2012
1 parent 6c5e159 commit 1e980cc
Show file tree
Hide file tree
Showing 4 changed files with 566 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 063b0ee4026fe87ead0c5528b9c3186635268ec7
refs/heads/master: 34ee55075265d68ca858f2426e165733664385b4
22 changes: 22 additions & 0 deletions trunk/drivers/cpufreq/Kconfig.arm
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@
# ARM CPU Frequency scaling drivers
#

config ARM_S3C2416_CPUFREQ
bool "S3C2416 CPU Frequency scaling support"
depends on CPU_S3C2416
help
This adds the CPUFreq driver for the Samsung S3C2416 and
S3C2450 SoC. The S3C2416 supports changing the rate of the
armdiv clock source and also entering a so called dynamic
voltage scaling mode in which it is possible to reduce the
core voltage of the cpu.

If in doubt, say N.

config ARM_S3C2416_CPUFREQ_VCORESCALE
bool "Allow voltage scaling for S3C2416 arm core (EXPERIMENTAL)"
depends on ARM_S3C2416_CPUFREQ && REGULATOR && EXPERIMENTAL
help
Enable CPU voltage scaling when entering the dvs mode.
It uses information gathered through existing hardware and
tests but not documented in any datasheet.

If in doubt, say N.

config ARM_S3C64XX_CPUFREQ
bool "Samsung S3C64XX"
depends on CPU_S3C6410
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/cpufreq/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ obj-$(CONFIG_X86_CPUFREQ_NFORCE2) += cpufreq-nforce2.o
##################################################################################
# ARM SoC drivers
obj-$(CONFIG_UX500_SOC_DB8500) += db8500-cpufreq.o
obj-$(CONFIG_ARM_S3C2416_CPUFREQ) += s3c2416-cpufreq.o
obj-$(CONFIG_ARM_S3C64XX_CPUFREQ) += s3c64xx-cpufreq.o
obj-$(CONFIG_ARM_S5PV210_CPUFREQ) += s5pv210-cpufreq.o
obj-$(CONFIG_ARM_EXYNOS_CPUFREQ) += exynos-cpufreq.o
Expand Down
Loading

0 comments on commit 1e980cc

Please sign in to comment.