Skip to content
Snippets Groups Projects
Commit f6d1adba authored by Hauke Mehrtens's avatar Hauke Mehrtens
Browse files

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: ac5671f4 ("kernel: remove obsolete kernel version switches for 4.19")
Signed-off-by: default avatarHauke Mehrtens <hauke@hauke-m.de>
parent ffee6bb4
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,7 @@ config KERNEL_DEBUG_FS
config KERNEL_MIPS_FP_SUPPORT
bool
default y if TARGET_pistachio
config KERNEL_ARM_PMU
bool
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment