1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: architecture/superh/config.in
3 # Copyright (C) 2004 - 2021 The T2 SDE Project
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
8 # This program is free software; you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License version 2.
10 # --- T2-COPYRIGHT-NOTE-END ---
14 choice SDECFG_SH_OPT sh4 \
15 sh "No special optimization (SH1)" \
16 sh2 "Optimized for the SH2" \
17 sh3 "Optimized for the SH3" \
18 sh4 "Optimized for the SH4"
20 choice SDECFG_SH_BOARDDEF dreamcast \
21 dreamcast "SEGA Dreamcast" \
22 se7300 "Hitachi SH7300(SH-Mobile V) evaluation board" \
23 se73180 "Hitachi SH73180(SH-Mobile 3) evaluation board" \
24 se7751 "Hitachi SH7751 evalutation board" \
25 se7705 "Hitachi SH7709 or SH7750 evaluation board" \
26 cqreek "CqREEK SH7708 or SH7750" \
27 hp680 "HP Jornada HP680" \
28 microdev "SuperH MicroDev board with an SH4-202 CPU" \
29 rts7751r2d "Renesas Technology Sales SH-Graphics board" \
30 sh3 "CTP/PCI-SH03 by Interface Corporation" \
31 snapgear "SnapGear SH board" \
32 systemh "Renesas SystemH 7751R evaluation board"
34 SDECFG_ID="$SDECFG_ID-$SDECFG_SH_OPT"