diff options
author | Phil Sutter <phil@nwl.cc> | 2021-02-22 15:56:49 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2021-02-25 10:05:14 +0100 |
commit | af84eabe1513036b5cea9f0a6b510bd0cbb5b303 (patch) | |
tree | ce64daac69a6224cebb2db99d75defe5e16dbbe8 /target/linux | |
parent | aa3c71ca2b6006105e1919bcf3eaf2c12d342256 (diff) |
target/linux/config: Fix MIPS support
Kernel needs CONFIG_KERNEL_MIPS_FP_SUPPORT, otherwise init segfaults.
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/config/Config.in.kernel | 4 |
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 |