blob: ff30a120a372da1fcb05e7ebe7f8670060944d0c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
choice
prompt "elf2flt version"
default ADK_TOOLCHAIN_ELF2FLT_2023_09
depends on ADK_TARGET_BINFMT_FLAT
config ADK_TOOLCHAIN_ELF2FLT_2023_09
bool "2023-09"
depends on !ADK_TARGET_ARCH_LM32
config ADK_TOOLCHAIN_ELF2FLT_OLD
bool "old version"
depends on ADK_TARGET_ARCH_BFIN || \
ADK_TARGET_ARCH_LM32 || \
ADK_TARGET_ARCH_SH
endchoice
|