config: enable KERNEL_MIPS_FP_SUPPORT for mips by default

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 0110e26a00)
This commit is contained in:
Tianling Shen 2021-05-31 19:16:55 +08:00
parent cb4554e221
commit 111ab1fd4c
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -48,7 +48,8 @@ config KERNEL_DEBUG_FS
config KERNEL_MIPS_FP_SUPPORT
bool
default y if TARGET_pistachio
default y
depends on (mips || mipsel || mips64 || mips64el)
config KERNEL_ARM_PMU
bool