]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/l4re-core/uclibc/lib/contrib/uclibc/extra/Configs/Config.sh64
Update
[l4.git] / l4 / pkg / l4re-core / uclibc / lib / contrib / uclibc / extra / Configs / Config.sh64
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 "sh64"
9
10 config FORCE_OPTIONS_FOR_ARCH
11         bool
12         default y
13         select ARCH_ANY_ENDIAN
14         select ARCH_HAS_DEPRECATED_SYSCALLS
15
16 choice
17         prompt "Target Processor Type"
18         default CONFIG_SH5
19         help
20           This is the processor type of your CPU. This information is used for
21           optimizing purposes, as well as to determine if your CPU has an MMU,
22           an FPU, etc.  If you pick the wrong CPU type, there is no guarantee
23           that uClibc will work at all....
24
25           Here are the available choices:
26           - "SH5" SuperH SH-5 101, 103
27
28 config CONFIG_SH5
29         select ARCH_HAS_MMU
30         select UCLIBC_HAS_LFS
31         bool "SH5"
32
33 endchoice