From c78939e05c500aa6e77fc5d51f8864af9f6f67c9 Mon Sep 17 00:00:00 2001 From: LEAN-ESX Date: Sat, 12 Oct 2019 02:41:29 -0700 Subject: [PATCH] mips: enable KERNEL_MIPS_FPU_EMULATOR by default --- config/Config-kernel.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/Config-kernel.in b/config/Config-kernel.in index bdb6b91cb..472cb87c7 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -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