blob: 55a6a899743ac8141aa1b2f94117098de6d9efa0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# 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_LINUX_CRIS
config ADK_CPU_CRIS_V10
boolean "cris v10"
select ADK_crisv10
config ADK_CPU_CRIS_V32
boolean "cris v32"
select ADK_crisv32
endchoice
|