PM / devfreq: Disable Exynos4 driver build on multiplatform

Exynos4 devfreq driver uses mach/map.h which is not available on
multiplatform. Hence disable build on multiplatform for now.
Without this patch we get the following build errors:
drivers/devfreq/exynos/exynos4_bus.h:15:22: fatal error: mach/map.h: No such file or directory

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

authored by Sachin Kamat and committed by Rafael J. Wysocki ba7abeb1 d8ec26d7

+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 || SOC_EXYNOS4212 || SOC_EXYNOS4412 70 + depends on (CPU_EXYNOS4210 || SOC_EXYNOS4212 || SOC_EXYNOS4412) && !ARCH_MULTIPLATFORM 71 71 select ARCH_HAS_OPP 72 72 select DEVFREQ_GOV_SIMPLE_ONDEMAND 73 73 help