diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2018-01-29 09:40:52 +0800 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2018-01-29 15:06:53 +0800 |
commit | 82ceb2ad2a155b65979630e774b728310c328be2 (patch) | |
tree | 9f526b35a24cc48340bd37f68394b956316e3aed /target/linux/lantiq | |
parent | 1d9296dcdb3fefd7e11838ff39220e99b8ad2a24 (diff) | |
download | upstream-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 'target/linux/lantiq')
-rw-r--r-- | target/linux/lantiq/ase/config-default | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/lantiq/ase/config-default b/target/linux/lantiq/ase/config-default index b802509022..0dfd21436f 100644 --- a/target/linux/lantiq/ase/config-default +++ b/target/linux/lantiq/ase/config-default @@ -11,7 +11,6 @@ CONFIG_GPIO_GENERIC_PLATFORM=y # CONFIG_ISDN is not set # CONFIG_LBDAF is not set CONFIG_LEDS_TRIGGER_HEARTBEAT=y -CONFIG_MIPS_FPU_EMULATOR=y CONFIG_NLS=y # CONFIG_PSB6970_PHY is not set # CONFIG_RTL8366_SMI is not set |