]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/uclibc/lib/contrib/uclibc/extra/Configs/Config.cris
update
[l4.git] / l4 / pkg / uclibc / lib / contrib / uclibc / extra / Configs / Config.cris
1 #
2 # For a description of the syntax of this configuration file,
3 # see extra/config/Kconfig-language.txt
4 #
5
6 config TARGET_ARCH
7         string
8         default "cris"
9
10 config FORCE_OPTIONS_FOR_ARCH
11         bool
12         default y
13         select ARCH_LITTLE_ENDIAN
14         select ARCH_HAS_DEPRECATED_SYSCALLS
15
16 choice
17         prompt "Target Architecture Type"
18         default CONFIG_CRIS
19         help
20                 This is the architecture type of your CPU. This information
21                 is used for optimizing purposes.
22
23                 Possible settings:
24                 - CRIS  Generic support for Axis' CRIS architecture.
25                 - CRISv32  Support for Axis' CRISv32 architecture.
26
27 config CONFIG_CRIS
28         select ARCH_HAS_MMU
29         bool "CRIS"
30
31 config CONFIG_CRISV32
32         select ARCH_HAS_MMU
33         bool "CRISv32"
34
35 endchoice