diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-02-27 05:50:09 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-02-27 05:50:09 +0100 |
commit | 884e156e1db5f92555b04bd150f64392d4c47c1c (patch) | |
tree | 1e3844bc27d8574592078b049e12d474203043da /target/linux/Config.in.kernelversion | |
parent | 647aaca685077af71438500dccff7b6c19a0e723 (diff) |
sipeed-maix-bit: finetune, kernel boots, but helloworld segfauts
Diffstat (limited to 'target/linux/Config.in.kernelversion')
-rw-r--r-- | target/linux/Config.in.kernelversion | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/Config.in.kernelversion b/target/linux/Config.in.kernelversion index 8c846c317..228ddca35 100644 --- a/target/linux/Config.in.kernelversion +++ b/target/linux/Config.in.kernelversion @@ -49,6 +49,7 @@ config ADK_TARGET_LINUX_KERNEL_VERSION_5_10 depends on !ADK_TARGET_ARCH_CRIS depends on !ADK_TARGET_ARCH_FRV depends on !ADK_TARGET_ARCH_METAG + depends on !ADK_TARGET_SYSTEM_SIPEED_MAIX_BIT config ADK_TARGET_LINUX_KERNEL_VERSION_5_4 bool "5.4.179" @@ -57,6 +58,7 @@ config ADK_TARGET_LINUX_KERNEL_VERSION_5_4 depends on !ADK_TARGET_ARCH_CRIS depends on !ADK_TARGET_ARCH_FRV depends on !ADK_TARGET_ARCH_METAG + depends on !ADK_TARGET_SYSTEM_SIPEED_MAIX_BIT config ADK_TARGET_LINUX_KERNEL_VERSION_4_19 bool "4.19.213" |