aboutsummaryrefslogtreecommitdiffstats
path: root/config/Config-kernel.in
diff options
context:
space:
mode:
authorYousong Zhou <yszhou4tech@gmail.com>2018-01-29 09:40:52 +0800
committerYousong Zhou <yszhou4tech@gmail.com>2018-01-29 15:06:53 +0800
commit82ceb2ad2a155b65979630e774b728310c328be2 (patch)
tree9f526b35a24cc48340bd37f68394b956316e3aed /config/Config-kernel.in
parent1d9296dcdb3fefd7e11838ff39220e99b8ad2a24 (diff)
downloadupstream-82ceb2ad2a155b65979630e774b728310c328be2.tar.gz
upstream-82ceb2ad2a155b65979630e774b728310c328be2.tar.bz2
upstream-82ceb2ad2a155b65979630e774b728310c328be2.zip
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 <yszhou4tech@gmail.com>
Diffstat (limited to 'config/Config-kernel.in')
-rw-r--r--config/Config-kernel.in5
1 files changed, 5 insertions, 0 deletions
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