mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
Merge branch 'v3.4-cpufreq-exynos-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into fixes
* 'v3.4-cpufreq-exynos-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung: EXYNOS: fix dependency for EXYNOS_CPUFREQ
This commit is contained in:
commit
57b501bdce
1 changed files with 3 additions and 7 deletions
|
@ -51,9 +51,6 @@ config ARM_S5PV210_CPUFREQ
|
|||
config ARM_EXYNOS_CPUFREQ
|
||||
bool "SAMSUNG EXYNOS SoCs"
|
||||
depends on ARCH_EXYNOS
|
||||
select ARM_EXYNOS4210_CPUFREQ if CPU_EXYNOS4210
|
||||
select ARM_EXYNOS4X12_CPUFREQ if (SOC_EXYNOS4212 || SOC_EXYNOS4412)
|
||||
select ARM_EXYNOS5250_CPUFREQ if SOC_EXYNOS5250
|
||||
default y
|
||||
help
|
||||
This adds the CPUFreq driver common part for Samsung
|
||||
|
@ -62,20 +59,19 @@ config ARM_EXYNOS_CPUFREQ
|
|||
If in doubt, say N.
|
||||
|
||||
config ARM_EXYNOS4210_CPUFREQ
|
||||
bool "Samsung EXYNOS4210"
|
||||
depends on ARCH_EXYNOS
|
||||
def_bool CPU_EXYNOS4210
|
||||
help
|
||||
This adds the CPUFreq driver for Samsung EXYNOS4210
|
||||
SoC (S5PV310 or S5PC210).
|
||||
|
||||
config ARM_EXYNOS4X12_CPUFREQ
|
||||
bool "Samsung EXYNOS4X12"
|
||||
def_bool (SOC_EXYNOS4212 || SOC_EXYNOS4412)
|
||||
help
|
||||
This adds the CPUFreq driver for Samsung EXYNOS4X12
|
||||
SoC (EXYNOS4212 or EXYNOS4412).
|
||||
|
||||
config ARM_EXYNOS5250_CPUFREQ
|
||||
bool "Samsung EXYNOS5250"
|
||||
def_bool SOC_EXYNOS5250
|
||||
help
|
||||
This adds the CPUFreq driver for Samsung EXYNOS5250
|
||||
SoC.
|
||||
|
|
Loading…
Reference in a new issue