|
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
|
#
|
|
# Filename: architecture/mips/config.in
|
|
# Copyright (C) 2014 The OpenSDE Project
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project
|
|
# Copyright (C) 1998 - 2003 Clifford Wolf
|
|
#
|
|
# More information can be found in the files COPYING and README.
|
|
#
|
|
# This program is free software; you can redistribute it and/or modify
|
|
# it under the terms of the GNU General Public License as published by
|
|
# the Free Software Foundation; version 2 of the License. A copy of the
|
|
# GNU General Public License can be found in the file COPYING.
|
|
# --- SDE-COPYRIGHT-NOTE-END ---
|
|
|
|
choice SDECFG_MIPS_ENDIANESS EB \
|
|
EB "Build for big endian machines" \
|
|
EL "Build for little endian machines"
|
|
|
|
SDECFG_ID="$SDECFG_ID-$SDECFG_MIPS_ENDIANESS"
|
|
|
|
choice SDECFG_MIPS_OPT generic \
|
|
generic "No special optimisation" \
|
|
4kc "Optimised for MIPS 4Kc" \
|
|
4km "Optimised for MIPS 4Km" \
|
|
4kp "Optimised for MIPS 4Kp" \
|
|
4kec "Optimised for MIPS 4KEc" \
|
|
4kem "Optimised for MIPS 4KEm" \
|
|
4kep "Optimised for MIPS 4KEp" \
|
|
4ksc "Optimised for MIPS 4KSc" \
|
|
4ksd "Optimised for MIPS 4KSd" \
|
|
24kc "Optimised for MIPS 24Kc" \
|
|
24kf2_1 "Optimised for MIPS 24Kf (2:1 Core/FPU clock ratio)" \
|
|
24kf1_1 "Optimised for MIPS 24Kf (1:1 Core/FPU clock ratio)" \
|
|
24kec "Optimised for MIPS 24KEc" \
|
|
24kef2_1 "Optimised for MIPS 24KEf (2:1 Core/FPU clock ratio)" \
|
|
24kef1_1 "Optimised for MIPS 24KEf (1:1 Core/FPU clock ratio)" \
|
|
34kc "Optimised for MIPS 34Kc" \
|
|
34kf2_1 "Optimised for MIPS 34Kf (2:1 Core/FPU clock ratio)" \
|
|
34kf1_1 "Optimised for MIPS 34Kf (1:1 Core/FPU clock ratio)" \
|
|
74kc "Optimised for MIPS 74Kc" \
|
|
74kf2_1 "Optimised for MIPS 74Kf (2:1 Core/FPU clock ratio)" \
|
|
74kf1_1 "Optimised for MIPS 74Kf (1:1 Core/FPU clock ratio)" \
|
|
74kf3_2 "Optimised for MIPS 74Kf (3:2 Core/FPU clock ratio)" \
|
|
1004kc "Optimised for MIPS 1004Kc" \
|
|
1004kf2_1 "Optimised for MIPS 1004Kf (2:1 Core/FPU clock ratio)" \
|
|
1004kf1_1 "Optimised for MIPS 1004Kf (1:1 Core/FPU clock ratio)"
|
|
|
|
if [ $SDECFG_MIPS_OPT != generic ] ; then
|
|
SDECFG_ID="$SDECFG_ID-$SDECFG_MIPS_OPT"
|
|
fi
|
|
|