mach-ux500: enable ARM errata 764369
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / cpufreq / Kconfig.arm
blob72a0044c1baa8a688e267420b0f4985e912f0a6b
2 # ARM CPU Frequency scaling drivers
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.
12 If in doubt, say N.
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.
22 If in doubt, say N.
24 config ARM_EXYNOS4210_CPUFREQ
25 bool "Samsung EXYNOS4210"
26 depends on CPU_EXYNOS4210
27 default y
28 help
29 This adds the CPUFreq driver for Samsung EXYNOS4210
30 SoC (S5PV310 or S5PC210).
32 If in doubt, say N.