diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-01-22 10:08:01 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-01-22 10:08:16 +0100 |
commit | b5b344787ba362d146651967691da117a12ff61d (patch) | |
tree | cc7fc0aeecd15b0008fe87207c659926a5d72b40 /target/config | |
parent | 818c883f272c1860f76232006e492283ac7ee80e (diff) |
nds32: use the kernel source from Andes
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.kernelversion | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/config/Config.in.kernelversion b/target/config/Config.in.kernelversion index 35c8310e5..f3b9c54bc 100644 --- a/target/config/Config.in.kernelversion +++ b/target/config/Config.in.kernelversion @@ -120,6 +120,7 @@ config ADK_TARGET_KERNEL_VERSION_3_4 depends on !ADK_TARGET_ARCH_ARC depends on !ADK_TARGET_ARCH_BFIN depends on !ADK_TARGET_ARCH_H8300 + depends on !ADK_TARGET_ARCH_NDS32 depends on !ADK_TARGET_ARCH_NIOS2 depends on !ADK_TARGET_ARCH_OR1K depends on !ADK_TARGET_ARCH_SPARC @@ -134,6 +135,10 @@ config ADK_TARGET_KERNEL_VERSION_3_4 depends on !ADK_TARGET_CPU_MIPS_MIPS32R6 depends on !ADK_TARGET_CPU_MIPS64_MIPS64R6 +config ADK_TARGET_KERNEL_VERSION_3_4_NDS32 + bool "3.4-nds32" + depends on ADK_TARGET_ARCH_NDS32 + config ADK_TARGET_KERNEL_VERSION_3_2 bool "3.2.83" depends on !ADK_TARGET_ARCH_ARC |