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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [uClibc/] [extra/] [Configs/] [Config.sh] - 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 TARGET_ARCH
7
        default "sh" if CONFIG_SH2 || CONFIG_SH3 || CONFIG_SH4
8
        default "sh64" if CONFIG_SH5
9
 
10
config HAVE_ELF
11
        bool
12
        default y
13
 
14
config ARCH_CFLAGS
15
        string
16
 
17
config ARCH_LDFLAGS
18
        string
19
 
20
config LIBGCC_CFLAGS
21
        string
22
 
23
config HAVE_DOT_HIDDEN
24
        bool
25
        default y
26
 
27
config UCLIBC_COMPLETELY_PIC
28
        bool
29
        default y
30
 
31
choice
32
        prompt "Target Processor Type"
33
        default CONFIG_SH4
34
        help
35
          This is the processor type of your CPU. This information is used for
36
          optimizing purposes, as well as to determine if your CPU has an MMU,
37
          an FPU, etc.  If you pick the wrong CPU type, there is no guarantee
38
          that uClibc will work at all....
39
 
40
          Here are the available choices:
41
          - "SH2" SuperH SH-2
42
          - "SH3" SuperH SH-3
43
          - "SH4" SuperH SH-4
44
          - "SH5" SuperH SH-5 101, 103
45
 
46
config CONFIG_SH2
47
        select ARCH_HAS_NO_MMU
48
        select ARCH_HAS_NO_LDSO
49
        bool "SH2"
50
 
51
config CONFIG_SH3
52
        select UCLIBC_HAS_MMU
53
        bool "SH3"
54
 
55
config CONFIG_SH4
56
        select UCLIBC_HAS_MMU
57
        select FORCE_SHAREABLE_TEXT_SEGMENTS
58
        bool "SH4"
59
 
60
config CONFIG_SH5
61
        select UCLIBC_HAS_MMU
62
        bool "SH5"
63
 
64
endchoice
65
 
66
 

powered by: WebSVN 2.1.0

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