X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fwigyori.git;a=blobdiff_plain;f=config%2FConfig-kernel.in;h=0cbe5e8351a5a80171c0aa6f72c4782f44a3a0be;hp=f686b4a96c298a73bdce7b674c5188b5464b3c9d;hb=d7b7483343b5c7f157a2a97244ce9e60f4260e43;hpb=82ceb2ad2a155b65979630e774b728310c328be2 diff --git a/config/Config-kernel.in b/config/Config-kernel.in index f686b4a96c..0cbe5e8351 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -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"