summaryrefslogtreecommitdiff
path: root/target/config/Config.in.elf2flt
blob: 69e50ebea5239c776e4a5e13320d4a280e2f5cca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 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_04
depends on ADK_TARGET_BINFMT_FLAT

config ADK_TOOLCHAIN_ELF2FLT_2023_04
	bool "2023-04"
	depends on !ADK_TARGET_ARCH_BFIN
	depends on !ADK_TARGET_ARCH_LM32
	depends on !ADK_TARGET_ARCH_SH

config ADK_TOOLCHAIN_ELF2FLT_2021_08
	bool "2021-08"
	depends on !ADK_TARGET_ARCH_BFIN
	depends on !ADK_TARGET_ARCH_LM32
	depends on !ADK_TARGET_ARCH_SH

config ADK_TOOLCHAIN_ELF2FLT_OLD
	bool "old version"
	depends on ADK_TARGET_ARCH_BFIN || \
		ADK_TARGET_ARCH_SH

config ADK_TOOLCHAIN_ELF2FLT_LM32
	bool "lm32"
	depends on ADK_TARGET_ARCH_LM32

endchoice