diff options
author | Josh Boyer <jwboyer@redhat.com> | 2013-09-04 10:42:02 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@redhat.com> | 2013-09-04 10:42:02 -0400 |
commit | ab93e07c3b7dfd4ca6a6a3af84ab512a5a4d8b81 (patch) | |
tree | e2809b8e02a0b3900c6136c0a90bb9eaa51e8424 /config-armv7-lpae | |
parent | 6e85b39f3b77860f888746fac5a4335d90f59cc9 (diff) | |
download | kernel-ab93e07c3b7dfd4ca6a6a3af84ab512a5a4d8b81.tar.gz kernel-ab93e07c3b7dfd4ca6a6a3af84ab512a5a4d8b81.tar.xz kernel-ab93e07c3b7dfd4ca6a6a3af84ab512a5a4d8b81.zip |
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
Diffstat (limited to 'config-armv7-lpae')
-rw-r--r-- | config-armv7-lpae | 6 |
1 files 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 |