kernel: Use new symbol to deactivate MIPS FPU support
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 23 Feb 2020 17:57:45 +0000 (18:57 +0100)
committerKoen Vandeputte <koen.vandeputte@ncentric.com>
Tue, 25 Feb 2020 19:20:58 +0000 (20:20 +0100)
commitdf9b9794f2b6190d0600e9c02cc1f7f90781de99
tree990a125515342ffc3a85350ad57ed063e92abc0d
parentf5afc721f92a69040c1e0ae33174d6e907aae500
kernel: Use new symbol to deactivate MIPS FPU support

With kernel 5.4 the upstream kernel supports deactivating the FPU
support on MIPS. Use this new upstream feature instead of our older
patch which was removed when porting the kernel patches to kernel 5.4.

This way both options are set which should work for older kernel
versions and also new ones.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(keep as separate patch please)
config/Config-kernel.in