From 111ab1fd4c1975118e67c931aaf7bd79157af428 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 (cherry picked from commit 0110e26a0091722b51a9a554315fd8666a1ae6c4) --- 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 36d5e061d1..df236cce0e 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