From 82ceb2ad2a155b65979630e774b728310c328be2 Mon Sep 17 00:00:00 2001 From: Yousong Zhou Date: Mon, 29 Jan 2018 09:40:52 +0800 Subject: build: add config option KERNEL_MIPS_FPU_EMULATOR To make it more accessible for nodejs users to configure and run a build on mips target lacking hardware fpu Signed-off-by: Yousong Zhou --- config/Config-kernel.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config/Config-kernel.in') diff --git a/config/Config-kernel.in b/config/Config-kernel.in index fa06b50442..f686b4a96c 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -42,6 +42,11 @@ config KERNEL_DEBUG_FS write to these files. Many common debugging facilities, such as ftrace, require the existence of debugfs. +config KERNEL_MIPS_FPU_EMULATOR + bool "Compile the kernel with MIPS FPU Emulator" + default (TARGET_lantiq_ase || TARGET_pistachio) + depends on (mips || mipsel || mips64 || mips64el) + config KERNEL_ARM_PMU bool default n -- cgit v1.2.3