]> 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
15 choice
16         prompt "Target Architecture Type"
17         default CONFIG_CRIS
18         help
19                 This is the architecture type of your CPU. This information
20                 is used for optimizing purposes.
21
22                 Possible settings:
23                 - CRIS  Generic support for Axis' CRIS architecture.
24                 - CRISv32  Support for Axis' CRISv32 architecture.
25
26 config CONFIG_CRIS
27         select ARCH_HAS_MMU
28         bool "CRIS"
29
30 config CONFIG_CRISV32
31         select ARCH_HAS_MMU
32         bool "CRISv32"
33
34 endchoice