Dash:
[t2-trunk.git] / architecture / arm64 / config.in
blob2f51428ec3d09e40124a12415f6c69e138ce4412
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by scripts/Create-CopyPatch.
3
4 # T2 SDE: architecture/arm64/config.in
5 # Copyright (C) 2004 - 2020 The T2 SDE Project
6
7 # More information can be found in the files COPYING and README.
8
9 # This program is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License as published by
11 # the Free Software Foundation; version 2 of the License. A copy of the
12 # GNU General Public License can be found in the file COPYING.
13 # --- T2-COPYRIGHT-NOTE-END ---
15 #Description: ARM64 (Advanced 64 Bit RISC Machines)
17 choice SDECFG_ARM64_ENDIANESS el \
18         eb      "Build for big endian machines" \
19         el      "Build for little endian machines"
21 if [ $SDECFG_ARM64_ENDIANESS != el ]; then
22         SDECFG_ID="${SDECFG_ID}${SDECFG_ARM64_ENDIANESS}"
25 choice SDECFG_ARM64_OPT generic \
26         generic         "Generic Armv8" \
27         armv8.1-a       "Armv8.1-A (+crc, +lse, +rdma)" \
28         armv8.4-a       "Armv8.4-A (+fp16fml, +dotprod)" \
29         armv8.5-a       "Armv8.5-A (+sb, +ssbs, +predres" \
30         armv8.6-a       "Armv8.6-A (+bf16, +i8mm)"
32 if [ $SDECFG_ARM64_OPT != generic ]; then
33         SDECFG_ID="$SDECFG_ID-$SDECFG_ARM64_OPT"