summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2021-02-22 15:56:49 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2021-02-25 10:05:14 +0100
commitaf84eabe1513036b5cea9f0a6b510bd0cbb5b303 (patch)
treece64daac69a6224cebb2db99d75defe5e16dbbe8 /target
parentaa3c71ca2b6006105e1919bcf3eaf2c12d342256 (diff)
target/linux/config: Fix MIPS support
Kernel needs CONFIG_KERNEL_MIPS_FP_SUPPORT, otherwise init segfaults.
Diffstat (limited to 'target')
-rw-r--r--target/linux/config/Config.in.kernel4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.kernel b/target/linux/config/Config.in.kernel
index 7f7f38da1..32607cc17 100644
--- a/target/linux/config/Config.in.kernel
+++ b/target/linux/config/Config.in.kernel
@@ -141,6 +141,10 @@ config ADK_LINUX_KERNEL_KERNEL_MODE_NEON
bool
default y if ADK_TARGET_ARCH_ARM_WITH_NEON
+config ADK_LINUX_KERNEL_MIPS_FP_SUPPORT
+ bool
+ default y
+
config ADK_LINUX_KERNEL_PATCH_REALTIME
bool