lantiq: switch to kernel 4.14
[openwrt/staging/wigyori.git] / config / Config-kernel.in
index f686b4a96c298a73bdce7b674c5188b5464b3c9d..0cbe5e8351a5a80171c0aa6f72c4782f44a3a0be 100644 (file)
@@ -44,18 +44,18 @@ config KERNEL_DEBUG_FS
 
 config KERNEL_MIPS_FPU_EMULATOR
        bool "Compile the kernel with MIPS FPU Emulator"
-       default (TARGET_lantiq_ase || TARGET_pistachio)
+       default y if TARGET_pistachio
        depends on (mips || mipsel || mips64 || mips64el)
 
 config KERNEL_ARM_PMU
        bool
        default n
-       depends on (arm || arm64)
+       depends on (arm || aarch64)
 
 config KERNEL_PERF_EVENTS
        bool "Compile the kernel with performance events and counters"
        default n
-       select KERNEL_ARM_PMU if (arm || arm64)
+       select KERNEL_ARM_PMU if (arm || aarch64)
 
 config KERNEL_PROFILING
        bool "Compile the kernel with profiling enabled"