enable KERNEL_MIPS_FPU_EMULATOR

This commit is contained in:
coolsnowwolf 2019-01-05 22:23:37 +08:00 committed by GitHub
parent 6c770c0323
commit bd78fe2226
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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