Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq
[firefly-linux-kernel-4.4.55.git] / drivers / cpufreq / Kconfig.arm
1 #
2 # ARM CPU Frequency scaling drivers
3 #
4
5 config ARM_OMAP2PLUS_CPUFREQ
6         bool "TI OMAP2+"
7         default ARCH_OMAP2PLUS
8         select CPU_FREQ_TABLE
9
10 config ARM_S3C64XX_CPUFREQ
11         bool "Samsung S3C64XX"
12         depends on CPU_S3C6410
13         default y
14         help
15           This adds the CPUFreq driver for Samsung S3C6410 SoC.
16
17           If in doubt, say N.
18
19 config ARM_S5PV210_CPUFREQ
20         bool "Samsung S5PV210 and S5PC110"
21         depends on CPU_S5PV210
22         default y
23         help
24           This adds the CPUFreq driver for Samsung S5PV210 and
25           S5PC110 SoCs.
26
27           If in doubt, say N.
28
29 config ARM_EXYNOS_CPUFREQ
30         bool "SAMSUNG EXYNOS SoCs"
31         depends on ARCH_EXYNOS
32         select ARM_EXYNOS4210_CPUFREQ if CPU_EXYNOS4210
33         default y
34         help
35           This adds the CPUFreq driver common part for Samsung
36           EXYNOS SoCs.
37
38           If in doubt, say N.
39
40 config ARM_EXYNOS4210_CPUFREQ
41         bool "Samsung EXYNOS4210"
42         help
43           This adds the CPUFreq driver for Samsung EXYNOS4210
44           SoC (S5PV310 or S5PC210).