Config.in.elf2flt 753 B

123456789101112131415161718192021222324252627282930
  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_2023_04
  6. depends on ADK_TARGET_BINFMT_FLAT
  7. config ADK_TOOLCHAIN_ELF2FLT_2023_04
  8. bool "2023-04"
  9. depends on !ADK_TARGET_ARCH_BFIN
  10. depends on !ADK_TARGET_ARCH_LM32
  11. depends on !ADK_TARGET_ARCH_SH
  12. config ADK_TOOLCHAIN_ELF2FLT_2021_08
  13. bool "2021-08"
  14. depends on !ADK_TARGET_ARCH_BFIN
  15. depends on !ADK_TARGET_ARCH_LM32
  16. depends on !ADK_TARGET_ARCH_SH
  17. config ADK_TOOLCHAIN_ELF2FLT_OLD
  18. bool "old version"
  19. depends on ADK_TARGET_ARCH_BFIN || \
  20. ADK_TARGET_ARCH_SH
  21. config ADK_TOOLCHAIN_ELF2FLT_LM32
  22. bool "lm32"
  23. depends on ADK_TARGET_ARCH_LM32
  24. endchoice