config: enable KERNEL_MIPS_FP_SUPPORT for mips by default

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen 2021-05-31 19:16:55 +08:00
parent 577a11e6a6
commit 0110e26a00
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