mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
24 lines
452 B
Text
24 lines
452 B
Text
|
#
|
||
|
# ARM CPU Frequency scaling drivers
|
||
|
#
|
||
|
|
||
|
config ARM_S5PV210_CPUFREQ
|
||
|
bool "Samsung S5PV210 and S5PC110"
|
||
|
depends on CPU_S5PV210
|
||
|
default y
|
||
|
help
|
||
|
This adds the CPUFreq driver for Samsung S5PV210 and
|
||
|
S5PC110 SoCs.
|
||
|
|
||
|
If in doubt, say N.
|
||
|
|
||
|
config ARM_EXYNOS4210_CPUFREQ
|
||
|
bool "Samsung EXYNOS4210"
|
||
|
depends on CPU_EXYNOS4210
|
||
|
default y
|
||
|
help
|
||
|
This adds the CPUFreq driver for Samsung EXYNOS4210
|
||
|
SoC (S5PV310 or S5PC210).
|
||
|
|
||
|
If in doubt, say N.
|