1
0

Config.in.mips.choice 404 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_MIPS_CPU_ARCH
  4. prompt "ISA configuration"
  5. depends on ADK_TARGET_ARCH_MIPS
  6. config ADK_CPU_MIPS_MIPS32
  7. bool "MIPS32"
  8. select ADK_CPU_MIPS32
  9. config ADK_CPU_MIPS_MIPS32R2
  10. bool "MIPS32r2"
  11. select ADK_CPU_MIPS32R2
  12. endchoice