Config.in.elf2flt 560 B

1234567891011121314151617181920212223
  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_GIT
  6. depends on ADK_TARGET_BINFMT_FLAT
  7. config ADK_TOOLCHAIN_ELF2FLT_GIT
  8. bool "git"
  9. config ADK_TOOLCHAIN_ELF2FLT_2021_08
  10. bool "2021-08"
  11. depends on !ADK_TARGET_ARCH_BFIN
  12. depends on !ADK_TARGET_ARCH_LM32
  13. depends on !ADK_TARGET_ARCH_SH
  14. config ADK_TOOLCHAIN_ELF2FLT_OLD
  15. bool "old version"
  16. depends on ADK_TARGET_ARCH_BFIN || \
  17. ADK_TARGET_ARCH_SH
  18. endchoice