|
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
|
|
#
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
|
# Please add additional copyright information _after_ the line containing
|
|
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
|
|
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
|
|
#
|
|
# ROCK Linux: rock-src/architecture/powerpc/config.in
|
|
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
|
|
#
|
|
# 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; either version 2 of the License, or
|
|
# (at your option) any later version. A copy of the GNU General Public
|
|
# License can be found at Documentation/COPYING.
|
|
#
|
|
# Many people helped and are helping developing ROCK Linux. Please
|
|
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
|
|
# file for details.
|
|
#
|
|
# --- ROCK-COPYRIGHT-NOTE-END ---
|
|
|
|
choice ROCKCFG_POWERPC_ISA common \
|
|
common "Utilise the common subset of POWER and PowerPC" \
|
|
power "Utilise the POWER ISA" \
|
|
power2 "Utilise the POWER2 ISA" \
|
|
601 "Utilise the mixed POWER/PowerPC (only MPC601) ISA" \
|
|
powerpc "Utilise the PowerPC ISA" \
|
|
powerpc64 "Utilise the PowerPC64 ISA"
|
|
|
|
choice ROCKCFG_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" \
|
|
750 "Optimised for 750 (G3)" \
|
|
7400 "Optimised for 7400 (older G4)" \
|
|
7450 "Optimised for 7450 (newer G4)" \
|
|
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 [ $ROCKCFG_POWERPC_ISA != common ] ; then
|
|
ROCKCFG_ID="$ROCKCFG_ID-$ROCKCFG_POWERPC_ISA"
|
|
fi
|
|
|
|
if [ $ROCKCFG_POWERPC_OPT != generic ] ; then
|
|
ROCKCFG_ID="$ROCKCFG_ID-$ROCKCFG_POWERPC_OPT"
|
|
fi
|