| 12345678910111213141516171819 | # This file is part of the OpenADK project. OpenADK is copyrighted# material, please see the LICENCE file in the top-level directory.choiceprompt "elf2flt version"default ADK_TOOLCHAIN_ELF2FLT_2023_09depends on ADK_TARGET_BINFMT_FLATconfig ADK_TOOLCHAIN_ELF2FLT_2023_09	bool "2023-09"	depends on !ADK_TARGET_ARCH_LM32config ADK_TOOLCHAIN_ELF2FLT_OLD	bool "old version"	depends on ADK_TARGET_ARCH_BFIN || \		ADK_TARGET_ARCH_LM32 || \		ADK_TARGET_ARCH_SHendchoice
 |