12345678910111213141516 |
- # This file is part of the OpenADK project. OpenADK is copyrighted
- # material, please see the LICENCE file in the top-level directory.
- choice ADK_TARGET_CRIS_CPU_ARCH
- prompt "CPU architecture"
- depends on ADK_TARGET_TOOLCHAIN && ADK_TARGET_ARCH_CRIS
- config ADK_CPU_CRIS_V10
- boolean "cris v10"
- select ADK_crisv10
- config ADK_CPU_CRIS_V32
- boolean "cris v32"
- select ADK_crisv32
- endchoice
|