Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.2-rc4 32 lines 626 B view raw
1# 2# ARM CPU Frequency scaling drivers 3# 4 5config 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 14config 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 24config 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). 31 32 If in doubt, say N.