net/ipv6/icmp.c: Checkpatch cleanups
[deliverable/linux.git] / drivers / cpufreq / Kconfig.arm
CommitLineData
f7d77079
KK
1#
2# ARM CPU Frequency scaling drivers
3#
4
b09db45c
RK
5config ARM_OMAP2PLUS_CPUFREQ
6 bool "TI OMAP2+"
7 default ARCH_OMAP2PLUS
8 select CPU_FREQ_TABLE
9
34ee5507
HS
10config ARM_S3C2416_CPUFREQ
11 bool "S3C2416 CPU Frequency scaling support"
12 depends on CPU_S3C2416
13 help
14 This adds the CPUFreq driver for the Samsung S3C2416 and
15 S3C2450 SoC. The S3C2416 supports changing the rate of the
16 armdiv clock source and also entering a so called dynamic
17 voltage scaling mode in which it is possible to reduce the
18 core voltage of the cpu.
19
20 If in doubt, say N.
21
22config ARM_S3C2416_CPUFREQ_VCORESCALE
23 bool "Allow voltage scaling for S3C2416 arm core (EXPERIMENTAL)"
24 depends on ARM_S3C2416_CPUFREQ && REGULATOR && EXPERIMENTAL
25 help
26 Enable CPU voltage scaling when entering the dvs mode.
27 It uses information gathered through existing hardware and
28 tests but not documented in any datasheet.
29
30 If in doubt, say N.
31
15964d38
KK
32config ARM_S3C64XX_CPUFREQ
33 bool "Samsung S3C64XX"
34 depends on CPU_S3C6410
35 default y
36 help
37 This adds the CPUFreq driver for Samsung S3C6410 SoC.
38
39 If in doubt, say N.
40
f7d77079
KK
41config ARM_S5PV210_CPUFREQ
42 bool "Samsung S5PV210 and S5PC110"
43 depends on CPU_S5PV210
44 default y
45 help
46 This adds the CPUFreq driver for Samsung S5PV210 and
47 S5PC110 SoCs.
48
49 If in doubt, say N.
50
a125a17f
JL
51config ARM_EXYNOS_CPUFREQ
52 bool "SAMSUNG EXYNOS SoCs"
53 depends on ARCH_EXYNOS
54 select ARM_EXYNOS4210_CPUFREQ if CPU_EXYNOS4210
a35c5051 55 select ARM_EXYNOS4X12_CPUFREQ if (SOC_EXYNOS4212 || SOC_EXYNOS4412)
562a6cbe 56 select ARM_EXYNOS5250_CPUFREQ if SOC_EXYNOS5250
a125a17f
JL
57 default y
58 help
59 This adds the CPUFreq driver common part for Samsung
60 EXYNOS SoCs.
61
62 If in doubt, say N.
63
f7d77079
KK
64config ARM_EXYNOS4210_CPUFREQ
65 bool "Samsung EXYNOS4210"
063b0ee4 66 depends on ARCH_EXYNOS
f7d77079
KK
67 help
68 This adds the CPUFreq driver for Samsung EXYNOS4210
69 SoC (S5PV310 or S5PC210).
a35c5051
JL
70
71config ARM_EXYNOS4X12_CPUFREQ
72 bool "Samsung EXYNOS4X12"
73 help
74 This adds the CPUFreq driver for Samsung EXYNOS4X12
75 SoC (EXYNOS4212 or EXYNOS4412).
562a6cbe
JL
76
77config ARM_EXYNOS5250_CPUFREQ
78 bool "Samsung EXYNOS5250"
79 help
80 This adds the CPUFreq driver for Samsung EXYNOS5250
81 SoC.
This page took 0.059071 seconds and 5 git commands to generate.