OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [uClibc/] [extra/] [Configs/] [Config.i386] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1325 phoenix
#
2
# For a description of the syntax of this configuration file,
3
# see extra/config/Kconfig-language.txt
4
#
5
 
6
config HAVE_ELF
7
        bool
8
        select ARCH_LITTLE_ENDIAN
9
        select UCLIBC_HAS_MMU
10
        default y
11
 
12
config TARGET_ARCH
13
        string
14
        default "i386"
15
 
16
config ARCH_CFLAGS
17
        string
18
 
19
config ARCH_LDFLAGS
20
        string
21
 
22
config LIBGCC_CFLAGS
23
        string
24
 
25
choice
26
        prompt "Target x86 Processor Family"
27
        default CONFIG_GENERIC_386
28
        help
29
          This is the processor type of your CPU. This information is used for
30
          optimizing purposes.  To build a library that will run on all x86 CPU
31
          types (albeit not optimally fast), you can specify "386" here.  If
32
          you pick anything other than "386", there is no guarantee that uClibc
33
          will even run on anything other than the selected processor type.
34
 
35
          Here are the settings recommended for greatest speed:
36
          - "Generic 386" select this if your compiler is already setup to
37
             optimize things properly.
38
          - "386" for the AMD/Cyrix/Intel 386DX/DXL/SL/SLC/SX, Cyrix/TI
39
             486DLC/DLC2, UMC 486SX-S and NexGen Nx586.  Only "386" kernels
40
             will run on a 386 class machine.
41
          - "486" for the AMD/Cyrix/IBM/Intel 486DX/DX2/DX4 or
42
             SL/SLC/SLC2/SLC3/SX/SX2 and UMC U5D or U5S.
43
          - "586" for Intel Pentium and other generic Pentium CPUs
44
          - "Pentium-MMX" for the Intel Pentium MMX.
45
          - "Pentium-Pro" for the Intel Pentium Pro/Celeron/Pentium II.
46
          - "Pentium-III" for the Intel Pentium III
47
             and Celerons based on the Coppermine core.
48
          - "Pentium-4" for the Intel Pentium 4.
49
          - "K6" for the AMD K6, K6-II and K6-III (aka K6-3D).
50
          - "Athlon" for the AMD K7 family (Athlon/Duron/Thunderbird).
51
          - "Crusoe" for the Transmeta Crusoe series.
52
          - "Winchip-C6" for original IDT Winchip.
53
          - "Winchip-2" for IDT Winchip 2.
54
          - "Winchip-2A" for IDT Winchips with 3dNow! capabilities.
55
          - "CyrixIII/VIA C3" for VIA Cyrix III or VIA C3.
56
 
57
          If you don't know what to do, choose "386".
58
 
59
config CONFIG_GENERIC_386
60
        bool "Generic 386"
61
 
62
config CONFIG_386
63
        bool "386"
64
 
65
config CONFIG_486
66
        bool "486"
67
 
68
config CONFIG_586
69
        bool "Pentium/586/K5/5x86/6x86/6x86MX/Winchip-2A/Winchip-3"
70
 
71
config CONFIG_586MMX
72
        bool "Pentium-MMX"
73
 
74
config CONFIG_686
75
        bool "Pentium-Pro/Celeron/Pentium-II"
76
 
77
config CONFIG_PENTIUMIII
78
        bool "Pentium-III/Celeron(Coppermine)"
79
 
80
config CONFIG_PENTIUM4
81
        bool "Pentium-4"
82
 
83
config CONFIG_K6
84
        bool "K6/K6-II/K6-III"
85
 
86
config CONFIG_K7
87
        bool "Athlon/Duron/K7"
88
 
89
config CONFIG_CRUSOE
90
        bool "Crusoe"
91
 
92
config CONFIG_WINCHIPC6
93
        bool "Winchip-C6"
94
 
95
config CONFIG_WINCHIP2
96
        bool "Winchip-2"
97
 
98
config CONFIG_CYRIXIII
99
        bool "CyrixIII/VIA-C3"
100
 
101
endchoice
102
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.