mips: enable KERNEL_MIPS_FPU_EMULATOR by default

This commit is contained in:
LEAN-ESX 2019-10-12 02:41:29 -07:00
parent 411b6ce79d
commit c78939e05c

View File

@ -46,7 +46,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