1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by scripts/Create-CopyPatch.
4 # T2 SDE: architecture/mips/config.in
5 # Copyright (C) 2004 - 2020 The T2 SDE Project
6 # Copyright (C) 1998 - 2003 ROCK Linux Project
8 # More information can be found in the files COPYING and README.
10 # This program is free software; you can redistribute it and/or modify
11 # it under the terms of the GNU General Public License as published by
12 # the Free Software Foundation; version 2 of the License. A copy of the
13 # GNU General Public License can be found in the file COPYING.
14 # --- T2-COPYRIGHT-NOTE-END ---
18 choice SDECFG_MIPS_ENDIANESS EB \
19 EB "Build for big endian machines" \
20 EL "Build for little endian machines"
22 SDECFG_ID="${SDECFG_ID}${SDECFG_MIPS_ENDIANESS}"
24 choice SDECFG_MIPS_OPT generic \
25 generic "No special optimization" \
26 mips1 "MIPS Instruction Set Architecture 1" \
27 mips2 "MIPS Instruction Set Architecture II" \
28 mips3 "MIPS Instruction Set Architecture III" \
29 mips4 "MIPS Instruction Set Architecture IV" \
30 mips32 "MIPS Instruction Set Architecture 32Bit" \
31 mips32r2 "MIPS Instruction Set Architecture 32Bit V2.0" \
32 mips64 "MIPS Instruction Set Architecture 64Bit" \
33 4kc "MIPS 4kc processor" \
34 4km "MIPS 4km processor" \
35 4kp "MIPS 4kp processor" \
36 4kec "MIPS 4kec processor" \
37 4kem "MIPS 4kem processor" \
38 4kep "MIPS 4kep processor" \
39 5kc "MIPS 5kc processor" \
40 5kf "MIPS 5kf processor" \
41 20kc "MIPS 20kc processor" \
42 24kc "MIPS 24kc processor" \
43 24kf "MIPS 24kf processor" \
44 24kx "MIPS 24kx processor" \
45 24kec "MIPS 24kec processor" \
46 24kef "MIPS 24kef processor" \
47 24kex "MIPS 24kex processor" \
48 34kc "MIPS 34kc processor" \
49 34kf "MIPS 34kf processor" \
50 34kx "MIPS 34kx processor" \
51 m4k "MIPS m4k processor" \
52 orion "MIPS orion processor" \
53 r2000 "MIPS r2000 processor" \
54 r3000 "MIPS r3000 processor" \
55 r3900 "MIPS r3900 processor" \
56 r4000 "MIPS r4000 processor" \
57 r4400 "MIPS r4400 processor" \
58 r4600 "MIPS r4600 processor" \
59 r4650 "MIPS r4650 processor" \
60 r6000 "MIPS r6000 processor" \
61 r8000 "MIPS r8000 processor" \
62 rm7000 "MIPS rm7000 processor" \
63 rm9000 "MIPS rm9000 processor" \
64 sb1 "MIPS sb1 processor" \
65 sr71000 "MIPS sr71000 processor" \
66 vr4100 "MIPS vr4100 processor" \
67 vr4111 "MIPS vr4111 processor" \
68 vr4120 "MIPS vr4120 processor" \
69 vr4130 "MIPS vr4130 processor" \
70 vr4300 "MIPS vr4300 processor" \
71 vr5000 "MIPS vr5000 processor" \
72 vr5400 "MIPS vr5400 processor" \
73 vr5500 "MIPS vr5500 processor"
75 if [ $SDECFG_MIPS_OPT != generic ] ; then
76 SDECFG_ID="$SDECFG_ID-$SDECFG_MIPS_OPT"