1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: architecture/x86/config.in
3 # Copyright (C) 2004 - 2021 The T2 SDE Project
4 # Copyright (C) 1998 - 2003 ROCK Linux Project
6 # This Copyright note is generated by scripts/Create-CopyPatch,
7 # more information can be found in the files COPYING and README.
9 # This program is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License version 2.
11 # --- T2-COPYRIGHT-NOTE-END ---
13 #Description: x86 (AMD, Intel, VIA and compatible)
15 choice SDECFG_X86_OPT i486 \
16 generic "No special optimization" \
17 i386 "Optimized for Intel 386" \
18 i486 "Optimized for Intel 486" \
19 c3 "Optimized for VIA CyrixIII/VIA-C3" \
20 c3-2 "Optimized for VIA-C3-2 Nemiah" \
21 c7 "Optimized for VIA-C7 Esther" \
22 i586 "Optimized for Intel i586 (Pentium)" \
23 i586-mmx "Optimized for Intel i586 (Pentium) with MMX" \
24 i686 "Optimized for 686 class CPU" \
25 i686-mmx "Optimized for 686 class CPU with MMX" \
26 pentiumpro "Optimized for Intel Pentium-Pro" \
27 pentium2 "Optimized for Intel Pentium 2" \
28 pentium3 "Optimized for Intel Pentium 3" \
29 pentium4 "Optimized for Intel Pentium 4" \
30 pentium-m "Optimized for Intel Pentium M (Centrino)" \
31 prescott "Optimized for Intel Pentium 4 with SSE3" \
32 nocona "Optimized for Intel Core Solo/Duo" \
33 core2 "Optimized for Intel Core2" \
34 atom "Optimized for Intel Atom" \
35 geode "Optimized for NSC Geode GX" \
36 geode2 "Optimized for NSC Geode GX2, AMD Geode GX(2)" \
37 geodelx "Optimized for AMD Geode LX" \
38 k6 "Optimized for AMD K6" \
39 k6-2 "Optimized for AMD K6-2" \
40 k6-3 "Optimized for AMD K6-3" \
41 athlon "Optimized for AMD Athlon" \
42 athlon-tbird "Optimized for AMD Athlon Thunderbird" \
43 athlon-4 "Optimized for AMD Athlon 4" \
44 athlon-xp "Optimized for AMD Athlon XP" \
45 athlon-mp "Optimized for AMD Athlon MP"
47 bool 'Optimize for the Xen hypervisor' SDECFG_X86_OPT_XEN 0
49 if [ $SDECFG_X86_OPT != generic ] ; then
50 SDECFG_ID="$SDECFG_ID-$SDECFG_X86_OPT"
53 . architecture/x86/boot-config.in