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 <plat/cpu.h>
                      ^
compilation terminated.
make[2]: *** [drivers/cpufreq/exynos-cpufreq.o] Error 1
This commit is contained in:
Josh Boyer 2013-09-04 10:42:02 -04:00
parent 6e85b39f3b
commit ab93e07c3b

View File

@ -66,9 +66,9 @@ CONFIG_SERIAL_SAMSUNG_CONSOLE=y
CONFIG_SOC_EXYNOS5250=y CONFIG_SOC_EXYNOS5250=y
CONFIG_SOC_EXYNOS5420=y CONFIG_SOC_EXYNOS5420=y
CONFIG_SOC_EXYNOS5440=y CONFIG_SOC_EXYNOS5440=y
CONFIG_ARM_EXYNOS5250_CPUFREQ=y # CONFIG_ARM_EXYNOS5250_CPUFREQ is not set
CONFIG_ARM_EXYNOS5440_CPUFREQ=y # CONFIG_ARM_EXYNOS5440_CPUFREQ is not set
CONFIG_ARM_EXYNOS_CPUFREQ=y # CONFIG_ARM_EXYNOS_CPUFREQ is not set
# CONFIG_GENERIC_CPUFREQ_CPU0 is not set # CONFIG_GENERIC_CPUFREQ_CPU0 is not set
CONFIG_EXYNOS_THERMAL=m CONFIG_EXYNOS_THERMAL=m
CONFIG_PCI_EXYNOS=y CONFIG_PCI_EXYNOS=y