From 0110e26a0091722b51a9a554315fd8666a1ae6c4 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Mon, 31 May 2021 19:16:55 +0800 Subject: [PATCH] config: enable KERNEL_MIPS_FP_SUPPORT for mips by default Signed-off-by: Tianling Shen --- config/Config-kernel.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/Config-kernel.in b/config/Config-kernel.in index f71114b5da..e681f3cdac 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -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