URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [uClibc/] [extra/] [Configs/] [Config.i386] - Rev 1765
Compare with Previous | Blame | View Log
## For a description of the syntax of this configuration file,# see extra/config/Kconfig-language.txt#config HAVE_ELFboolselect ARCH_LITTLE_ENDIANselect UCLIBC_HAS_MMUdefault yconfig TARGET_ARCHstringdefault "i386"config ARCH_CFLAGSstringconfig ARCH_LDFLAGSstringconfig LIBGCC_CFLAGSstringchoiceprompt "Target x86 Processor Family"default CONFIG_GENERIC_386helpThis is the processor type of your CPU. This information is used foroptimizing purposes. To build a library that will run on all x86 CPUtypes (albeit not optimally fast), you can specify "386" here. Ifyou pick anything other than "386", there is no guarantee that uClibcwill even run on anything other than the selected processor type.Here are the settings recommended for greatest speed:- "Generic 386" select this if your compiler is already setup tooptimize things properly.- "386" for the AMD/Cyrix/Intel 386DX/DXL/SL/SLC/SX, Cyrix/TI486DLC/DLC2, UMC 486SX-S and NexGen Nx586. Only "386" kernelswill run on a 386 class machine.- "486" for the AMD/Cyrix/IBM/Intel 486DX/DX2/DX4 orSL/SLC/SLC2/SLC3/SX/SX2 and UMC U5D or U5S.- "586" for Intel Pentium and other generic Pentium CPUs- "Pentium-MMX" for the Intel Pentium MMX.- "Pentium-Pro" for the Intel Pentium Pro/Celeron/Pentium II.- "Pentium-III" for the Intel Pentium IIIand Celerons based on the Coppermine core.- "Pentium-4" for the Intel Pentium 4.- "K6" for the AMD K6, K6-II and K6-III (aka K6-3D).- "Athlon" for the AMD K7 family (Athlon/Duron/Thunderbird).- "Crusoe" for the Transmeta Crusoe series.- "Winchip-C6" for original IDT Winchip.- "Winchip-2" for IDT Winchip 2.- "Winchip-2A" for IDT Winchips with 3dNow! capabilities.- "CyrixIII/VIA C3" for VIA Cyrix III or VIA C3.If you don't know what to do, choose "386".config CONFIG_GENERIC_386bool "Generic 386"config CONFIG_386bool "386"config CONFIG_486bool "486"config CONFIG_586bool "Pentium/586/K5/5x86/6x86/6x86MX/Winchip-2A/Winchip-3"config CONFIG_586MMXbool "Pentium-MMX"config CONFIG_686bool "Pentium-Pro/Celeron/Pentium-II"config CONFIG_PENTIUMIIIbool "Pentium-III/Celeron(Coppermine)"config CONFIG_PENTIUM4bool "Pentium-4"config CONFIG_K6bool "K6/K6-II/K6-III"config CONFIG_K7bool "Athlon/Duron/K7"config CONFIG_CRUSOEbool "Crusoe"config CONFIG_WINCHIPC6bool "Winchip-C6"config CONFIG_WINCHIP2bool "Winchip-2"config CONFIG_CYRIXIIIbool "CyrixIII/VIA-C3"endchoice
