diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2020-10-31 18:20:33 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-11-01 20:54:37 +0100 |
commit | f6d1adbafb9ac3fc0b8048d71fb19f28cf04d7d0 (patch) | |
tree | 9818102491d579fb41a6ad18d094904741189f72 /config/Config-kernel.in | |
parent | ffee6bb471a80c8e36a141691fa1a838a69c3991 (diff) | |
download | upstream-f6d1adbafb9ac3fc0b8048d71fb19f28cf04d7d0.tar.gz upstream-f6d1adbafb9ac3fc0b8048d71fb19f28cf04d7d0.tar.bz2 upstream-f6d1adbafb9ac3fc0b8048d71fb19f28cf04d7d0.zip |
kernel: Activate KERNEL_MIPS_FP_SUPPORT for pistachio target
The pistachio target uses a MIPS CPU with FPU and OpenWrt uses a
toolchain with hard FPU support. MIPS FPU support needs the FPU
emulation code in the kernel.
Fixes: ac5671f46cb4 ("kernel: remove obsolete kernel version switches for 4.19")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'config/Config-kernel.in')
-rw-r--r-- | config/Config-kernel.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/Config-kernel.in b/config/Config-kernel.in index 795f92c95e..1cd9da4d12 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -46,6 +46,7 @@ config KERNEL_DEBUG_FS config KERNEL_MIPS_FP_SUPPORT bool + default y if TARGET_pistachio config KERNEL_ARM_PMU bool |