]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/l4re-core/uclibc/lib/contrib/uclibc/extra/Configs/Config.metag
Update
[l4.git] / l4 / pkg / l4re-core / uclibc / lib / contrib / uclibc / extra / Configs / Config.metag
1 #
2 # For a description of the syntax of this configuration file,
3 # see extra/config/Kconfig-language.txt
4 #
5 # Copyright (C) 2013, Imagination Technologies Ltd.
6 #
7 # Licensed under LGPL v2.1 or later, see the file COPYING.LIB in this tarball.
8 #
9
10 config TARGET_ARCH
11         default "metag"
12
13 config FORCE_OPTIONS_FOR_ARCH
14         bool
15         default y
16         select ARCH_LITTLE_ENDIAN
17         select ARCH_HAS_MMU
18
19 choice
20         prompt "Target Processor Type"
21         default CONFIG_META_2_1
22         help
23           This is the processor type of your CPU. This information is used for
24           optimizing purposes.
25
26 config CONFIG_META_1_2
27         bool "Meta 1.2"
28
29 config CONFIG_META_2_1
30         bool "Meta 2.1"
31
32 endchoice