Config.in.cris.choice 405 B

12345678910111213141516
  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 ADK_TARGET_CRIS_CPU_ARCH
  4. prompt "CPU architecture"
  5. depends on ADK_TARGET_TOOLCHAIN && ADK_TARGET_ARCH_CRIS
  6. config ADK_CPU_CRIS_V10
  7. boolean "cris v10"
  8. select ADK_crisv10
  9. config ADK_CPU_CRIS_V32
  10. boolean "cris v32"
  11. select ADK_crisv32
  12. endchoice