Config.in.elf2flt 480 B

12345678910111213141516171819
  1. # This file is part of the OpenADK project. OpenADK is copyrighted
  2. # material, please see the LICENCE file in the top-level directory.
  3. choice
  4. prompt "elf2flt version"
  5. default ADK_TOOLCHAIN_ELF2FLT_2024_02
  6. depends on ADK_TARGET_BINFMT_FLAT
  7. config ADK_TOOLCHAIN_ELF2FLT_2024_02
  8. bool "2024.02"
  9. depends on !ADK_TARGET_ARCH_LM32
  10. config ADK_TOOLCHAIN_ELF2FLT_OLD
  11. bool "old version"
  12. depends on ADK_TARGET_ARCH_BFIN || \
  13. ADK_TARGET_ARCH_LM32 || \
  14. ADK_TARGET_ARCH_SH
  15. endchoice