Config.in.binfmt 398 B

123456789101112131415161718
  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 "Binary Format"
  5. depends on ADK_TARGET_ARCH_M68K || ADK_TARGET_ARCH_BFIN
  6. config ADK_TARGET_BINFMT_ELF
  7. bool "ELF"
  8. config ADK_TARGET_BINFMT_FDPIC
  9. bool "FDPIC"
  10. depends on ADK_TARGET_ARCH_BFIN
  11. config ADK_TARGET_BINFMT_FLAT
  12. bool "FLAT"
  13. endchoice