# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: architecture/x86/config.in # Copyright (C) 2004 - 2022 The T2 SDE Project # Copyright (C) 1998 - 2003 ROCK Linux Project # # This Copyright note is generated by scripts/Create-CopyPatch, # more information can be found in the files COPYING and README. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2. # --- T2-COPYRIGHT-NOTE-END --- #Description: x86 (AMD, Intel, VIA and compatible) choice SDECFG_X86_OPT i486 \ generic "No special optimization" \ i386 "Optimized for Intel 386" \ i486 "Optimized for Intel 486" \ c3 "Optimized for VIA CyrixIII/VIA-C3" \ c3-2 "Optimized for VIA-C3-2 Nemiah" \ c7 "Optimized for VIA-C7 Esther" \ i586 "Optimized for Intel i586 (Pentium)" \ i586-mmx "Optimized for Intel i586 (Pentium) with MMX" \ i686 "Optimized for 686 class CPU" \ i686-mmx "Optimized for 686 class CPU with MMX" \ pentiumpro "Optimized for Intel Pentium-Pro" \ pentium2 "Optimized for Intel Pentium 2" \ pentium3 "Optimized for Intel Pentium 3" \ pentium4 "Optimized for Intel Pentium 4" \ pentium-m "Optimized for Intel Pentium M (Centrino)" \ prescott "Optimized for Intel Pentium 4 with SSE3" \ nocona "Optimized for Intel Core Solo/Duo" \ core2 "Optimized for Intel Core2" \ atom "Optimized for Intel Atom" \ geode "Optimized for NSC Geode GX" \ geode2 "Optimized for NSC Geode GX2, AMD Geode LX" \ k6 "Optimized for AMD K6" \ k6-2 "Optimized for AMD K6-2" \ k6-3 "Optimized for AMD K6-3" \ athlon "Optimized for AMD Athlon" \ athlon-tbird "Optimized for AMD Athlon Thunderbird" \ athlon-4 "Optimized for AMD Athlon 4" \ athlon-xp "Optimized for AMD Athlon XP" \ athlon-mp "Optimized for AMD Athlon MP" bool 'Optimize for the Xen hypervisor' SDECFG_X86_OPT_XEN 0 if [ $SDECFG_X86_OPT != generic ] ; then SDECFG_ID="$SDECFG_ID-$SDECFG_X86_OPT" fi . architecture/x86/boot-config.in