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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [uClibc/] [extra/] [Configs/] [Config.arm] - 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
        default y
9
 
10
config TARGET_ARCH
11
        default "arm"
12
 
13
config ARCH_CFLAGS
14
        string
15
 
16
config ARCH_LDFLAGS
17
        string
18
 
19
config LIBGCC_CFLAGS
20
        string
21
 
22
choice
23
        prompt "Target Processor Type"
24
        default CONFIG_GENERIC_ARM
25
        help
26
          This is the processor type of your CPU. This information is used for
27
          optimizing purposes.  To build a library that will run on all ARMCPU
28
          types (albeit not optimally fast), you can specify "Generic Arm" here.
29
          If you pick anything other than "Generic Arm", there is no guarantee
30
          that uClibc will even run on anything other than the selected processor
31
          type.
32
 
33
          Here are the settings recommended for greatest speed:
34
          - "Generic Arm" select this if your compiler is already setup to
35
            optimize things properly, or if you want to run on pretty much
36
            everything, or you just don't much care.
37
          - For anything else, pick the ARM core type that best matches the
38
            cpu you will be using on your device.
39
 
40
          If you don't know what to do, choose "Generic Arm".
41
 
42
config CONFIG_GENERIC_ARM
43
        bool "Generic Arm"
44
 
45
config CONFIG_ARM610
46
        bool "Arm 610"
47
 
48
config CONFIG_ARM710
49
        bool "Arm 710"
50
 
51
config CONFIG_ARM720T
52
        bool "Arm 720T"
53
 
54
config CONFIG_ARM920T
55
        bool "Arm 920T"
56
 
57
config CONFIG_ARM922T
58
        bool "Arm 922T"
59
 
60
config CONFIG_ARM926T
61
        bool "Arm 926T"
62
 
63
config CONFIG_ARM_SA110
64
        bool "Intel StrongArm SA-110"
65
 
66
config CONFIG_ARM_SA1100
67
        bool "Intel StrongArm SA-1100"
68
 
69
config CONFIG_ARM_XSCALE
70
        bool "Intel Xscale"
71
 
72
endchoice
73
 

powered by: WebSVN 2.1.0

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