Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus', 'sched-urgent-for...
[linux-2.6-microblaze.git] / drivers / cpufreq / Kconfig.arm
1 #
2 # ARM CPU Frequency scaling drivers
3 #
4
5 config ARM_S3C64XX_CPUFREQ
6         bool "Samsung S3C64XX"
7         depends on CPU_S3C6410
8         default y
9         help
10           This adds the CPUFreq driver for Samsung S3C6410 SoC.
11
12           If in doubt, say N.
13
14 config ARM_S5PV210_CPUFREQ
15         bool "Samsung S5PV210 and S5PC110"
16         depends on CPU_S5PV210
17         default y
18         help
19           This adds the CPUFreq driver for Samsung S5PV210 and
20           S5PC110 SoCs.
21
22           If in doubt, say N.
23
24 config ARM_EXYNOS_CPUFREQ
25         bool "SAMSUNG EXYNOS SoCs"
26         depends on ARCH_EXYNOS
27         select ARM_EXYNOS4210_CPUFREQ if CPU_EXYNOS4210
28         default y
29         help
30           This adds the CPUFreq driver common part for Samsung
31           EXYNOS SoCs.
32
33           If in doubt, say N.
34
35 config ARM_EXYNOS4210_CPUFREQ
36         bool "Samsung EXYNOS4210"
37         help
38           This adds the CPUFreq driver for Samsung EXYNOS4210
39           SoC (S5PV310 or S5PC210).