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

cpufreq: exynos: Disable on multiplatform build

The current exynos cpufreq drivers are not multiplatform compliant
and give build errors as they refer to header files from machine
directory. Work to migrate them to generic cpufreq framework is
under way. Till such time disable the build on multiplatform so
that other multiplatform ready features get tested.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

authored by

Sachin Kamat and committed by
Rafael J. Wysocki
1fedc2f5 70f6c087

+3 -3
+3 -3
drivers/cpufreq/Kconfig.arm
··· 30 30 31 31 config ARM_EXYNOS4210_CPUFREQ 32 32 bool "SAMSUNG EXYNOS4210" 33 - depends on CPU_EXYNOS4210 33 + depends on CPU_EXYNOS4210 && !ARCH_MULTIPLATFORM 34 34 default y 35 35 select ARM_EXYNOS_CPUFREQ 36 36 help ··· 41 41 42 42 config ARM_EXYNOS4X12_CPUFREQ 43 43 bool "SAMSUNG EXYNOS4x12" 44 - depends on (SOC_EXYNOS4212 || SOC_EXYNOS4412) 44 + depends on (SOC_EXYNOS4212 || SOC_EXYNOS4412) && !ARCH_MULTIPLATFORM 45 45 default y 46 46 select ARM_EXYNOS_CPUFREQ 47 47 help ··· 52 52 53 53 config ARM_EXYNOS5250_CPUFREQ 54 54 bool "SAMSUNG EXYNOS5250" 55 - depends on SOC_EXYNOS5250 55 + depends on SOC_EXYNOS5250 && !ARCH_MULTIPLATFORM 56 56 default y 57 57 select ARM_EXYNOS_CPUFREQ 58 58 help