cpufreq / highbank: add support for highbank cpufreq
[GitHub/mt8127/android_kernel_alcatel_ttab.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+"
2d59dcfb 7 depends on ARCH_OMAP2PLUS
b09db45c
RK
8 default ARCH_OMAP2PLUS
9 select CPU_FREQ_TABLE
10
34ee5507
HS
11config ARM_S3C2416_CPUFREQ
12 bool "S3C2416 CPU Frequency scaling support"
13 depends on CPU_S3C2416
14 help
15 This adds the CPUFreq driver for the Samsung S3C2416 and
16 S3C2450 SoC. The S3C2416 supports changing the rate of the
17 armdiv clock source and also entering a so called dynamic
18 voltage scaling mode in which it is possible to reduce the
19 core voltage of the cpu.
20
21 If in doubt, say N.
22
23config ARM_S3C2416_CPUFREQ_VCORESCALE
24 bool "Allow voltage scaling for S3C2416 arm core (EXPERIMENTAL)"
25 depends on ARM_S3C2416_CPUFREQ && REGULATOR && EXPERIMENTAL
26 help
27 Enable CPU voltage scaling when entering the dvs mode.
28 It uses information gathered through existing hardware and
29 tests but not documented in any datasheet.
30
31 If in doubt, say N.
32
15964d38
KK
33config ARM_S3C64XX_CPUFREQ
34 bool "Samsung S3C64XX"
35 depends on CPU_S3C6410
36 default y
37 help
38 This adds the CPUFreq driver for Samsung S3C6410 SoC.
39
40 If in doubt, say N.
41
f7d77079
KK
42config ARM_S5PV210_CPUFREQ
43 bool "Samsung S5PV210 and S5PC110"
44 depends on CPU_S5PV210
45 default y
46 help
47 This adds the CPUFreq driver for Samsung S5PV210 and
48 S5PC110 SoCs.
49
50 If in doubt, say N.
51
a125a17f
JL
52config ARM_EXYNOS_CPUFREQ
53 bool "SAMSUNG EXYNOS SoCs"
54 depends on ARCH_EXYNOS
a125a17f
JL
55 default y
56 help
57 This adds the CPUFreq driver common part for Samsung
58 EXYNOS SoCs.
59
60 If in doubt, say N.
61
f7d77079 62config ARM_EXYNOS4210_CPUFREQ
2d1f6310 63 def_bool CPU_EXYNOS4210
f7d77079
KK
64 help
65 This adds the CPUFreq driver for Samsung EXYNOS4210
66 SoC (S5PV310 or S5PC210).
a35c5051
JL
67
68config ARM_EXYNOS4X12_CPUFREQ
2d1f6310 69 def_bool (SOC_EXYNOS4212 || SOC_EXYNOS4412)
a35c5051
JL
70 help
71 This adds the CPUFreq driver for Samsung EXYNOS4X12
72 SoC (EXYNOS4212 or EXYNOS4412).
562a6cbe
JL
73
74config ARM_EXYNOS5250_CPUFREQ
2d1f6310 75 def_bool SOC_EXYNOS5250
562a6cbe
JL
76 help
77 This adds the CPUFreq driver for Samsung EXYNOS5250
78 SoC.
42099322
DS
79
80config ARM_SPEAR_CPUFREQ
81 bool "SPEAr CPUFreq support"
82 depends on PLAT_SPEAR
83 default y
84 help
85 This adds the CPUFreq driver support for SPEAr SOCs.
6754f556
ML
86
87config ARM_HIGHBANK_CPUFREQ
88 tristate "Calxeda Highbank-based"
89 depends on ARCH_HIGHBANK
90 select CPU_FREQ_TABLE
91 select GENERIC_CPUFREQ_CPU0
92 select PM_OPP
93 select REGULATOR
94
95 default m
96 help
97 This adds the CPUFreq driver for Calxeda Highbank SoC
98 based boards.
99
100 If in doubt, say N.