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

PM / devfreq: fix typo "CPU_EXYNOS4.12" twice

Dependencies on CPU_EXYNOS4212 and CPU_EXYNOS4412 for the "ARM
Exynos4210/4212/4412 Memory Bus DEVFREQ Driver" were added in commit
7b4050381127ae11fcfc74a106d715a5fbbf888a ("PM/Devfreq: Add Exynos4-bus
device DVFS driver for Exynos4210/4212/4412."). The tree (at that time,
v3.3, and currently) makes clear that this should have been dependencies
on SOC_EXYNOS4212 and SOC_EXYNOS4412.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>

authored by

Paul Bolle and committed by
MyungJoo Ham
fe98461f 5751cdc0

+1 -1
+1 -1
drivers/devfreq/Kconfig
··· 67 67 68 68 config ARM_EXYNOS4_BUS_DEVFREQ 69 69 bool "ARM Exynos4210/4212/4412 Memory Bus DEVFREQ Driver" 70 - depends on CPU_EXYNOS4210 || CPU_EXYNOS4212 || CPU_EXYNOS4412 70 + depends on CPU_EXYNOS4210 || SOC_EXYNOS4212 || SOC_EXYNOS4412 71 71 select ARCH_HAS_OPP 72 72 select DEVFREQ_GOV_SIMPLE_ONDEMAND 73 73 help