OSDN Git Service

716f46841ab857707687791791efea7da990d80e
[uclinux-h8/uClibc.git] / 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 HAVE_ELF
7         bool
8         default y
9
10 config TARGET_ARCH
11         default "cris"
12
13 config ARCH_CFLAGS
14         string
15
16 config ARCH_LDFLAGS
17         string
18
19 config LIBGCC_CFLAGS
20         string
21
22 config ARCH_SUPPORTS_LITTLE_ENDIAN
23         bool
24         default y
25
26 choice
27         prompt "Target Architecture Type"
28         default CONFIG_CRIS
29         help
30                 This is the architecture type of your CPU. This information is used for
31                 optimizing purposes.
32
33                 These are the possible settings:
34                 - CRIS  Generic support for Axis' CRIS architecture.
35
36 config CONFIG_CRIS
37         select UCLIBC_HAS_MMU
38         bool "CRIS"
39
40 endchoice
41