mm: thp: set the accessed flag for old pages on access fault
[pandora-kernel.git] / drivers / cpufreq / Kconfig.arm
1 #
2 # ARM CPU Frequency scaling drivers
3 #
4
5 config ARM_OMAP2PLUS_CPUFREQ
6         bool "TI OMAP2+"
7         depends on ARCH_OMAP2PLUS
8         select CPU_FREQ_TABLE
9         default y
10
11 config ARM_S3C64XX_CPUFREQ
12         bool "Samsung S3C64XX"
13         depends on CPU_S3C6410
14         default y
15         help
16           This adds the CPUFreq driver for Samsung S3C6410 SoC.
17
18           If in doubt, say N.
19
20 config ARM_S5PV210_CPUFREQ
21         bool "Samsung S5PV210 and S5PC110"
22         depends on CPU_S5PV210
23         default y
24         help
25           This adds the CPUFreq driver for Samsung S5PV210 and
26           S5PC110 SoCs.
27
28           If in doubt, say N.
29
30 config ARM_EXYNOS4210_CPUFREQ
31         bool "Samsung EXYNOS4210"
32         depends on CPU_EXYNOS4210
33         default y
34         help
35           This adds the CPUFreq driver for Samsung EXYNOS4210
36           SoC (S5PV310 or S5PC210).
37
38           If in doubt, say N.