kernel: Activate KERNEL_MIPS_FP_SUPPORT for pistachio target
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 31 Oct 2020 17:20:33 +0000 (18:20 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 1 Nov 2020 19:54:37 +0000 (20:54 +0100)
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 <hauke@hauke-m.de>
config/Config-kernel.in

index 795f92c95e38f541570ccb46bffe2136a34cb968..1cd9da4d12f1120797a63e7a34d39cbcf41502c1 100644 (file)
@@ -46,6 +46,7 @@ config KERNEL_DEBUG_FS
 
 config KERNEL_MIPS_FP_SUPPORT
        bool
+       default y if TARGET_pistachio
 
 config KERNEL_ARM_PMU
        bool