From ab93e07c3b7dfd4ca6a6a3af84ab512a5a4d8b81 Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Wed, 4 Sep 2013 10:42:02 -0400 Subject: [PATCH] Disable EXYNOS cpufreq drivers. They don't currently build: + make -s ARCH=arm V=1 -j4 bzImage KALLSYMS_EXTRA_PASS=1 arch/arm/kernel/return_address.c:63:2: warning: #warning "TODO: return_address should use unwind tables" [-Wcpp] #warning "TODO: return_address should use unwind tables" ^ arch/arm/mm/dma-mapping.c:253:2: warning: #warning ARM Coherent DMA allocator does not (yet) support huge TLB [-Wcpp] #warning ARM Coherent DMA allocator does not (yet) support huge TLB ^ drivers/cpufreq/exynos-cpufreq.c:21:22: fatal error: plat/cpu.h: No such file or directory #include ^ compilation terminated. make[2]: *** [drivers/cpufreq/exynos-cpufreq.o] Error 1 --- config-armv7-lpae | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config-armv7-lpae b/config-armv7-lpae index f20692235..78de75b09 100644 --- a/config-armv7-lpae +++ b/config-armv7-lpae @@ -66,9 +66,9 @@ CONFIG_SERIAL_SAMSUNG_CONSOLE=y CONFIG_SOC_EXYNOS5250=y CONFIG_SOC_EXYNOS5420=y CONFIG_SOC_EXYNOS5440=y -CONFIG_ARM_EXYNOS5250_CPUFREQ=y -CONFIG_ARM_EXYNOS5440_CPUFREQ=y -CONFIG_ARM_EXYNOS_CPUFREQ=y +# CONFIG_ARM_EXYNOS5250_CPUFREQ is not set +# CONFIG_ARM_EXYNOS5440_CPUFREQ is not set +# CONFIG_ARM_EXYNOS_CPUFREQ is not set # CONFIG_GENERIC_CPUFREQ_CPU0 is not set CONFIG_EXYNOS_THERMAL=m CONFIG_PCI_EXYNOS=y