add memset asm code
[ti-x.git] / plat / arm_mini2440 / config.mak
blob98833774426a7687c3367194f1a31390b7b3ffc8
1 # # the ti-x embed operation system
2 #
3 # it is free software; you can redistribute it and/or modify
4 # it under the terms of the GNU General Public License as published by
5 # the Free Software Foundation; either version 2 of the License, or
6 # (at your option) any later version.
7 #
8 # it is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 # GNU General Public License for more details.
13 # You should have received a copy of the GNU General Public License
14 # along with it; If not, see <a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a>
16 # Copyright (C) 2009, Ruki All rights reserved.
17 # Home: <a href="http://www.xxx.org">http://www.xxx.org</a>
19 # \author ruki
20 # \date 09.11.20
21 # \file config.mak
22 # \brief the config file
24 # #
26 # #################################################################
27 # config
28 # #
30 # ################################################################
31 # arch
32 # #
34 # arm
35 TI_CONFIG_ARCH = arm
36 TI_CONFIG_ARCH_ARM = y
38 # version
39 TI_CONFIG_ARM_V4 = y
40 TI_CONFIG_ARM_V5 = n
41 TI_CONFIG_ARM_V5TE = n
42 TI_CONFIG_ARM_V6 = n
45 # ################################################################
46 # board
47 # #
48 TI_CONFIG_BOARD = mini2440
49 TI_CONFIG_BOARD_MINI2440 = y
52 # ################################################################
53 # cpu
54 # #
55 TI_CONFIG_CPU = s3c2440
56 TI_CONFIG_CPU_CORE = arm920t
57 TI_CONFIG_CPU_S3C2440 = y
58 TI_CONFIG_CPU_CORE_ARM920T = y
60 # ################################################################
61 # float
62 # #
64 # float
65 TI_CONFIG_FLOAT = y
66 TI_CONFIG_FLOAT_HARD = n
67 TI_CONFIG_FLOAT_SOFT = y
69 # arm embed application binary interface
70 TI_CONFIG_AEABI = n