|
# --- T2-COPYRIGHT-NOTE-BEGIN ---
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
|
#
|
|
# T2 SDE: architecture/powerpc/config.in
|
|
# 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.
|
|
# --- T2-COPYRIGHT-NOTE-END ---
|
|
#Description: PowerPC
|
|
|
|
choice SDECFG_POWERPC_ISA powerpc \
|
|
powerpc "Utilise the PowerPC ISA" \
|
|
power "Utilise the POWER ISA" \
|
|
power2 "Utilise the POWER2 ISA" \
|
|
common "Utilise the common subset of POWER and PowerPC" \
|
|
601 "Utilise the mixed POWER/PowerPC (only MPC601) ISA"
|
|
|
|
choice SDECFG_POWERPC_OPT generic \
|
|
generic "No special optimisation" \
|
|
rios1 "Optimised for rios1" \
|
|
rios2 "Optimised for rios2" \
|
|
rsc "Optimised for rsc" \
|
|
601 "Optimised for 601" \
|
|
602 "Optimised for 602" \
|
|
603 "Optimised for 603" \
|
|
603e "Optimised for 603e" \
|
|
604 "Optimised for 604" \
|
|
604e "Optimised for 604e" \
|
|
620 "Optimised for 620" \
|
|
740 "Optimised for 740" \
|
|
G3 "Optimised for G3 (750)" \
|
|
G4 "Optimised for G4 (74xx)" \
|
|
G5 "Optimised for G5 (970)" \
|
|
403 "Optimised for 403" \
|
|
505 "Optimised for 505" \
|
|
801 "Optimised for 801" \
|
|
821 "Optimised for 821" \
|
|
823 "Optimised for 823" \
|
|
860 "Optimised for 860"
|
|
|
|
if [ $SDECFG_POWERPC_ISA != common ] ; then
|
|
SDECFG_ID="$SDECFG_ID-$SDECFG_POWERPC_ISA"
|
|
fi
|
|
|
|
if [ $SDECFG_POWERPC_OPT != generic ] ; then
|
|
SDECFG_ID="$SDECFG_ID-$SDECFG_POWERPC_OPT"
|
|
fi
|
|
|