# --- 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/arm/config.in
|
|
# ROCK Linux is Copyright (C) 1998 - 2006 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_ARM_ENDIANESS EL \
|
|
EB "Build for big endian machines" \
|
|
EL "Build for little endian machines"
|
|
|
|
ROCKCFG_ID="$ROCKCFG_ID-$ROCKCFG_ARM_ENDIANESS"
|
|
|
|
choice ROCKCFG_ARM_OPT generic \
|
|
generic "No CPU optimisation selected" \
|
|
arm2 "arm2 CPU" \
|
|
arm250 "arm250 CPU" \
|
|
arm3 "arm3 CPU" \
|
|
arm6 "arm6 CPU" \
|
|
arm60 "arm60 CPU" \
|
|
arm600 "arm600 CPU" \
|
|
arm610 "arm610 CPU" \
|
|
arm620 "arm620 CPU" \
|
|
arm7 "arm7 CPU" \
|
|
arm7m "arm7m CPU" \
|
|
arm7d "arm7d CPU" \
|
|
arm7dm "arm7dm CPU" \
|
|
arm7di "arm7di CPU" \
|
|
arm7dmi "arm7dmi CPU" \
|
|
arm70 "arm70 CPU" \
|
|
arm700 "arm700 CPU" \
|
|
arm700i "arm700i CPU" \
|
|
arm710 "arm710 CPU" \
|
|
arm710c "arm710c CPU" \
|
|
arm7100 "arm7100 CPU" \
|
|
arm7500 "arm7500 CPU" \
|
|
arm7500fe "arm7500fe CPU" \
|
|
arm7tdmi "arm7tdmi CPU" \
|
|
arm8 "arm8 CPU" \
|
|
strongarm "strongarm CPU" \
|
|
strongarm110 "strongarm110 CPU" \
|
|
strongarm1100 "strongarm1100 CPU" \
|
|
arm8 "arm8 CPU" \
|
|
arm810 "arm810 CPU" \
|
|
arm9 "arm9 CPU" \
|
|
arm9e "arm9e CPU" \
|
|
arm920 "arm920 CPU" \
|
|
arm920t "arm920t CPU" \
|
|
arm926ejs "arm926ejs CPU" \
|
|
arm940t "arm940t CPU" \
|
|
arm9tdmi "arm9tdmi CPU" \
|
|
arm10tdmi "arm10tdmi CPU" \
|
|
arm1020t "arm1020t CPU" \
|
|
arm1026ejs "arm1026ejs CPU" \
|
|
arm1136js "arm1136js CPU" \
|
|
xscale "xscale CPU" \
|
|
iwmmxt "iwmmxt CPU" \
|
|
ep9312 "ep9312 CPU"
|
|
|
|
choice ROCKCFG_ARM_OPT_ARCH generic \
|
|
generic "No ARM architecture selected" \
|
|
armv2 "armv2" \
|
|
armv2a "armv2a" \
|
|
armv3 "armv3" \
|
|
armv3m "armv3m" \
|
|
armv4 "armv4" \
|
|
armv4t "armv4t" \
|
|
armv5 "armv5" \
|
|
armv5t "armv5t" \
|
|
armv5te "armv5te" \
|
|
armv6j "armv6j" \
|
|
iwmmxt "iwmmxt" \
|
|
ep9312 "ep9312"
|
|
|
|
if [ $ROCKCFG_ARM_OPT != generic ] ; then
|
|
ROCKCFG_ID="$ROCKCFG_ID-$ROCKCFG_ARM_OPT"
|
|
fi
|
|
|