enable KERNEL_MIPS_FPU_EMULATOR bydefault

This commit is contained in:
coolsnowwolf 2018-10-15 19:59:20 +08:00
parent 1127777806
commit 09aac84c09

View File

@ -44,7 +44,7 @@ config KERNEL_DEBUG_FS
config KERNEL_MIPS_FPU_EMULATOR
bool "Compile the kernel with MIPS FPU Emulator"
default y if TARGET_pistachio
default y
depends on (mips || mipsel || mips64 || mips64el)
config KERNEL_ARM_PMU