瀏覽代碼

kernel: Activate KERNEL_MIPS_FP_SUPPORT for pistachio target

The pistachio target uses a MIPS CPU with FPU and OpenWrt uses a
toolchain with hard FPU support. MIPS FPU support needs the FPU
emulation code in the kernel.

Fixes: ac5671f46cb4 ("kernel: remove obsolete kernel version switches for 4.19")
Signed-off-by: Hauke Mehrtens <[email protected]>
Hauke Mehrtens 5 年之前
父節點
當前提交
f6d1adbafb
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      config/Config-kernel.in

+ 1 - 0
config/Config-kernel.in

@@ -46,6 +46,7 @@ config KERNEL_DEBUG_FS
 
 config KERNEL_MIPS_FP_SUPPORT
 	bool
+	default y if TARGET_pistachio
 
 config KERNEL_ARM_PMU
 	bool